Changeset 1200


Ignore:
Timestamp:
Oct 24, 2008, 4:00:48 AM (15 years ago)
Author:
price
Message:

sipb-xen-console -> invirt-console-server

Location:
trunk/packages/sipb-xen-console
Files:
5 edited
12 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-console/debian/changelog

    r1121 r1200  
     1invirt-console-server (0.0.1) unstable; urgency=low
     2
     3  * sipb-xen -> invirt
     4  *  -> -server while we're at it
     5
     6 -- Greg Price <price@mit.edu>  Fri, 24 Oct 2008 03:54:40 -0400
     7
    18sipb-xen-console (8.4) unstable; urgency=low
    29
  • trunk/packages/sipb-xen-console/debian/control

    r1072 r1200  
    1 Source: sipb-xen-console
     1Source: invirt-console-server
    22Section: servers
    33Priority: extra
    4 Maintainer: SIPB Xen Project <sipb-xen@mit.edu>
     4Maintainer: Invirt Project <invirt@mit.edu>
    55Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), config-package-dev (>= 4.5~), nscd, openssh-server, debathena-ssh-server-config, initscripts
    66Standards-Version: 3.7.2
    77
    8 Package: sipb-xen-console
     8Package: invirt-console-server
    99Architecture: all
    1010Provides: ${diverted-files}
    1111Conflicts: ${diverted-files}
    1212Depends: sipb-xen-base, ${shlibs:Depends}, ${misc:Depends}, conserver-client, daemon, debathena-kerberos-config, fuse-utils, libnss-pgsql1, nscd, openssh-server, python, python-routefs, sipb-xen-chrony-config, sipb-xen-database-common, remctl-server, debathena-ssh-server-config
    13 Description: SIPB Xen serial console server
    14  This package  should be installed on sipb-xen-console
    15  It makes sure that necessary tools are available.
     13Description: Invirt serial-console proxy server
     14 This is the software for the serial-console proxy server.
  • trunk/packages/sipb-xen-console/debian/copyright

    r335 r1200  
    11This package was created for internal use of the SIPB Xen Project of
    2 the MIT Student Information Processing Board.  Ask sipb-xen@mit.edu if
     2the MIT Student Information Processing Board.  Ask invirt@mit.edu if
    33you have questions about redistribution.
  • trunk/packages/sipb-xen-console/debian/invirt-console-server.init

    r1190 r1200  
    11#!/bin/bash
    22### BEGIN INIT INFO
    3 # Provides:          sipb-xen-console
     3# Provides:          invirt-console-server
    44# Required-Start:    $local_fs $remote_fs
    55# Required-Stop:     $local_fs $remote_fs
    66# Default-Start:     2 3 4 5
    77# Default-Stop:      0 1 6
    8 # Short-Description: sipb-xen Console Server homedir filesystem
     8# Short-Description: Invirt console proxy server
    99# Description:       
    1010### END INIT INFO
    1111
    12 # Author: SIPB Xen Project <sipb-xen@mit.edu>
     12# Author: Invirt Project <invirt@mit.edu>
    1313
    1414# Do NOT "set -e"
     
    1616# PATH should only include /usr/* if it runs after the mountnfs.sh script
    1717PATH=/sbin:/usr/sbin:/bin:/usr/bin
    18 DESC="The sipb-xen console server"
    19 NAME=sipb-xen-console
    20 DAEMON=/usr/bin/sipb-xen-consolefs
     18DESC="the Invirt console server"
     19NAME=invirt-console-server
     20DAEMON=/usr/bin/invirt-consolefs
    2121DAEMON_ARGS="/consolefs"
    2222PIDFILE=/var/run/$NAME.pid
     
    3939{
    4040    for i in /etc/conserver/invirt-hosts.cf \
    41              /etc/remctl/acl/invirt-console \
     41             /etc/remctl/acl/invirt-console-server \
    4242             /etc/issue.net.no_tkt \
    4343             /etc/nss-pgsql.conf \
  • trunk/packages/sipb-xen-console/debian/rules

    r1062 r1200  
    11#!/usr/bin/make -f
    22
    3 DEB_DIVERT_EXTENSION = .sipb-xen
    4 DEB_TRANSFORM_FILES_sipb-xen-console += \
    5         /etc/init.d/bootmisc.sh.sipb-xen \
    6         /etc/nsswitch.conf.sipb-xen \
    7         /etc/nscd.conf.sipb-xen \
    8         /etc/pam.d/sshd.sipb-xen \
    9         /etc/ssh/sshd_config.debathena.sipb-xen
     3DEB_DIVERT_EXTENSION = .invirt
     4DEB_TRANSFORM_FILES_invirt-console-server += \
     5        /etc/init.d/bootmisc.sh.invirt \
     6        /etc/nsswitch.conf.invirt \
     7        /etc/nscd.conf.invirt \
     8        /etc/pam.d/sshd.invirt \
     9        /etc/ssh/sshd_config.debathena.invirt
    1010
    1111ifneq ($(wildcard /usr/share/base-files/nsswitch.conf),)
    12     DEB_CHECK_FILES_SOURCE_/etc/nsswitch.conf.sipb-xen = \
     12    DEB_CHECK_FILES_SOURCE_/etc/nsswitch.conf.invirt = \
    1313        /usr/share/base-files/nsswitch.conf
    1414endif
    1515
    16 DEB_DIVERT_FILES_sipb-xen-console += \
    17         /etc/conserver/conserver.cf.sipb-xen \
    18         /etc/motd.sipb-xen
     16DEB_DIVERT_FILES_invirt-console-server += \
     17        /etc/conserver/conserver.cf.invirt \
     18        /etc/motd.invirt
    1919
    2020include /usr/share/cdbs/1/rules/debhelper.mk
  • trunk/packages/sipb-xen-console/files/etc/nss-pgsql.conf.mako

    r1072 r1200  
    22connectionstring = host=${cfg.db.host} dbname=${cfg.db.dbname} user=${cfg.db.user} port=${cfg.db.port}
    33
    4 getpwnam = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/sipb-xen-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE name = $1
    5 getpwuid = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/sipb-xen-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE machine_id + 1000 = $1
    6 allusers = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/sipb-xen-consolesh', machine_id + 1000, machine_id + 1000 FROM machines
     4getpwnam = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE name = $1
     5getpwuid = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE machine_id + 1000 = $1
     6allusers = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines
    77getgrnam = SELECT name, NULL, machine_id + 1000 FROM machines WHERE name = $1
    88getgrgid = SELECT name, NULL, machine_id + 1000 FROM machines WHERE machine_id + 1000 = $1
  • trunk/packages/sipb-xen-console/files/usr/bin/invirt-consolefs

    r1190 r1200  
    3030                self.fuse_args.add("allow_other", True)
    3131               
    32                 openlog('sipb-xen-consolefs ', LOG_PID, LOG_DAEMON)
     32                openlog('invirt-consolefs ', LOG_PID, LOG_DAEMON)
    3333               
    3434                syslog(LOG_DEBUG, 'Init complete.')
Note: See TracChangeset for help on using the changeset viewer.