Changeset 1104 for trunk/packages
- Timestamp:
- Oct 11, 2008, 8:56:30 PM (16 years ago)
- Location:
- trunk/packages/sipb-xen-database/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-database/debian/changelog
r1101 r1104 1 sipb-xen-database (10.30.3) unstable; urgency=low 2 3 * fix copy-paste errors in initscript: this is database, not console 4 * fix "typo" in initscript for package name printed in logs 5 6 -- Greg Price <price@mit.edu> Sat, 11 Oct 2008 17:50:11 -0700 7 1 8 sipb-xen-database (10.30.2) unstable; urgency=low 2 9 -
trunk/packages/sipb-xen-database/debian/sipb-xen-database-server.init
r989 r1104 1 1 #!/bin/bash 2 2 ### BEGIN INIT INFO 3 # Provides: sipb-xen- console3 # Provides: sipb-xen-database-server 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: sipb-xen Console Server homedir filesystem8 # Short-Description: sipb-xen database server 9 9 # Description: 10 10 ### END INIT INFO 11 11 12 PACKAGE=sipb-xen-database- tables12 PACKAGE=sipb-xen-database-server 13 13 14 14 # Exit if the package is not installed
Note: See TracChangeset
for help on using the changeset viewer.