svn path=/trunk/packages/sipb-xen-database/; revision=1104
+sipb-xen-database (10.30.3) unstable; urgency=low
+
+ * fix copy-paste errors in initscript: this is database, not console
+ * fix "typo" in initscript for package name printed in logs
+
+ -- Greg Price <price@mit.edu> Sat, 11 Oct 2008 17:50:11 -0700
+
sipb-xen-database (10.30.2) unstable; urgency=low
* Fix a typo in the CDROM lookup in sipb-database
sipb-xen-database (10.30.2) unstable; urgency=low
* Fix a typo in the CDROM lookup in sipb-database
#!/bin/bash
### BEGIN INIT INFO
#!/bin/bash
### BEGIN INIT INFO
-# Provides: sipb-xen-console
+# Provides: sipb-xen-database-server
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
-# Short-Description: sipb-xen Console Server homedir filesystem
+# Short-Description: sipb-xen database server
# Description:
### END INIT INFO
# Description:
### END INIT INFO
-PACKAGE=sipb-xen-database-tables
+PACKAGE=sipb-xen-database-server
# Exit if the package is not installed
[ -x "/usr/bin/sipb-xen-database-tables" ] || exit 0
# Exit if the package is not installed
[ -x "/usr/bin/sipb-xen-database-tables" ] || exit 0