Ignore:
Timestamp:
Mar 30, 2008, 5:09:46 AM (17 years ago)
Author:
broder
Message:

New sipb-xen-console. Now with more magic - and more working

This package installed onto a clean Debian system should do all of the setup
for a console server except for copying the ssh private keys, granting access
to the Postgres database, and Kerberos keytabs

Location:
trunk/packages/sipb-xen-console/debian
Files:
4 edited

Legend:

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

    r335 r344  
     1sipb-xen-console (2) unstable; urgency=low
     2
     3  * Actually functional release.
     4
     5 -- SIPB Xen Project <sipb-xen@mit.edu>  Sun, 30 Mar 2008 05:07:43 -0400
     6
    17sipb-xen-console (1) unstable; urgency=low
    28
  • trunk/packages/sipb-xen-console/debian/control.in

    r335 r344  
    1010Provides: ${diverted-files}
    1111Conflicts: ${diverted-files}
    12 Depends: ${shlibs:Depends}, ${misc:Depends}, fuse-utils, libnss-pgsql1, openssh-client, openssh-server, python-fuse, sipb-xen-database-common
     12Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, fuse-utils, libnss-pgsql1, nscd, openssh-client, openssh-server, python-fuse, sipb-xen-database-common
    1313Description: SIPB Xen serial console server
    1414 This package  should be installed on sipb-xen-console
  • trunk/packages/sipb-xen-console/debian/rules

    r335 r344  
    44DEB_DIVERT_EXTENSION = .sipb-xen
    55DEB_DIVERT_FILES_sipb-xen-console += \
    6         /etc/nsswitch.conf
     6        /etc/nscd.conf \
     7        /etc/nsswitch.conf \
     8        /etc/pam.d/ssh \
    79        /etc/ssh/ssh_config
    810
  • trunk/packages/sipb-xen-console/debian/sipb-xen-console.init

    r335 r344  
    6464        # Many daemons don't delete their pidfiles when they exit.
    6565        rm -f $PIDFILE
     66        umount "$DAEMON_ARGS"
    6667        return "$RETVAL"
    6768}
Note: See TracChangeset for help on using the changeset viewer.