Index: trunk/packages/sipb-xen-database/debian/changelog
===================================================================
--- trunk/packages/sipb-xen-database/debian/changelog	(revision 1103)
+++ trunk/packages/sipb-xen-database/debian/changelog	(revision 1104)
@@ -1,2 +1,9 @@
+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
 
Index: trunk/packages/sipb-xen-database/debian/sipb-xen-database-server.init
===================================================================
--- trunk/packages/sipb-xen-database/debian/sipb-xen-database-server.init	(revision 1103)
+++ trunk/packages/sipb-xen-database/debian/sipb-xen-database-server.init	(revision 1104)
@@ -1,14 +1,14 @@
 #!/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
-# Short-Description: sipb-xen Console Server homedir filesystem
+# Short-Description: sipb-xen database server
 # Description:       
 ### END INIT INFO
 
-PACKAGE=sipb-xen-database-tables
+PACKAGE=sipb-xen-database-server
 
 # Exit if the package is not installed
