From: Greg Price <price@mit.edu>
Date: Sun, 12 Oct 2008 00:56:30 +0000 (-0400)
Subject: fix dumb textual mistakes in sipb-xen-database-server initscript
X-Git-Tag: sipb-xen-database/10.30.4~2
X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/commitdiff_plain/deff52e230e44b5464892d0ec2acce9f45178ffd

fix dumb textual mistakes in sipb-xen-database-server initscript

svn path=/trunk/packages/sipb-xen-database/; revision=1104
---

diff --git a/debian/changelog b/debian/changelog
index b8f6c9d..e948734 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+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
diff --git a/debian/sipb-xen-database-server.init b/debian/sipb-xen-database-server.init
index 8c9a4b3..431e675 100644
--- a/debian/sipb-xen-database-server.init
+++ b/debian/sipb-xen-database-server.init
@@ -1,15 +1,15 @@
 #!/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
 [ -x "/usr/bin/sipb-xen-database-tables" ] || exit 0