From deff52e230e44b5464892d0ec2acce9f45178ffd Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sat, 11 Oct 2008 20:56:30 -0400 Subject: [PATCH] fix dumb textual mistakes in sipb-xen-database-server initscript svn path=/trunk/packages/sipb-xen-database/; revision=1104 --- debian/changelog | 7 +++++++ debian/sipb-xen-database-server.init | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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 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 -- 1.7.9.5