Changeset 344 for trunk/packages/sipb-xen-console/debian
- Timestamp:
- Mar 30, 2008, 5:09:46 AM (17 years ago)
- Location:
- trunk/packages/sipb-xen-console/debian
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-console/debian/changelog
r335 r344 1 sipb-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 1 7 sipb-xen-console (1) unstable; urgency=low 2 8 -
trunk/packages/sipb-xen-console/debian/control.in
r335 r344 10 10 Provides: ${diverted-files} 11 11 Conflicts: ${diverted-files} 12 Depends: ${shlibs:Depends}, ${misc:Depends}, fuse-utils, libnss-pgsql1, openssh-client, openssh-server, python-fuse, sipb-xen-database-common12 Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, fuse-utils, libnss-pgsql1, nscd, openssh-client, openssh-server, python-fuse, sipb-xen-database-common 13 13 Description: SIPB Xen serial console server 14 14 This package should be installed on sipb-xen-console -
trunk/packages/sipb-xen-console/debian/rules
r335 r344 4 4 DEB_DIVERT_EXTENSION = .sipb-xen 5 5 DEB_DIVERT_FILES_sipb-xen-console += \ 6 /etc/nsswitch.conf 6 /etc/nscd.conf \ 7 /etc/nsswitch.conf \ 8 /etc/pam.d/ssh \ 7 9 /etc/ssh/ssh_config 8 10 -
trunk/packages/sipb-xen-console/debian/sipb-xen-console.init
r335 r344 64 64 # Many daemons don't delete their pidfiles when they exit. 65 65 rm -f $PIDFILE 66 umount "$DAEMON_ARGS" 66 67 return "$RETVAL" 67 68 }
Note: See TracChangeset
for help on using the changeset viewer.