Changeset 1239 for trunk/packages/invirt-remote-host/debian
- Timestamp:
- Oct 24, 2008, 10:09:06 PM (16 years ago)
- Location:
- trunk/packages/invirt-remote-host
- Files:
-
- 4 added
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-remote-host/debian/changelog
r1237 r1239 1 invirt-remote-host (0.0.1) unstable; urgency=low 2 3 * sipb-xen-remctl-auto -> invirt-remote-host 4 5 -- Evan Broder <broder@mit.edu> Fri, 24 Oct 2008 21:54:35 -0400 6 1 7 sipb-xen-remctl-auto (1.5.2) unstable; urgency=low 2 8 -
trunk/packages/invirt-remote-host/debian/invirt-remote-host.init
r1237 r1239 1 1 #!/bin/bash 2 2 ### BEGIN INIT INFO 3 # Provides: sipb-xen-remctl-auto3 # Provides: invirt-remote-host 4 4 # Required-Start: $local_fs $remote_fs 5 5 # Required-Stop: $local_fs $remote_fs 6 6 # Default-Start: 2 3 4 5 7 7 # Default-Stop: 0 1 6 8 # Short-Description: conserver config from invirt config for invirt host8 # Short-Description: remctl configuration for an Invirt host 9 9 # Description: 10 10 ### END INIT INFO 11 11 12 PACKAGE= sipb-xen-remctl-auto12 PACKAGE=invirt-remote-host 13 13 14 14 . /lib/lsb/init-functions
Note: See TracChangeset
for help on using the changeset viewer.