tags 578403 + pending
thanks

Dear maintainer,

I've prepared an NMU for mysql-proxy (versioned as 0.8.0-1.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Paul McCartney & Wings: No More Lonely Nights (Ballad)
diff -u mysql-proxy-0.8.0/debian/init mysql-proxy-0.8.0/debian/init
--- mysql-proxy-0.8.0/debian/init
+++ mysql-proxy-0.8.0/debian/init
@@ -2,8 +2,8 @@
 
 ### BEGIN INIT INFO
 # Provides:             mysql-proxy
-# Required-Start:       $syslog
-# Required-Stop:        $syslog
+# Required-Start:       $syslog $remote_fs
+# Required-Stop:        $syslog $remote_fs
 # Default-Start:        2 3 4 5
 # Default-Stop:         0 1 6
 # Short-Description:    MySQL Proxy
@@ -12,7 +12,7 @@
 PATH=/bin:/usr/bin:/sbin:/usr/sbin
 LUA_PATH="/usr/share/mysql-proxy/?.lua"
 
-DAEMON="/usr/sbin/mysql-proxy"
+DAEMON="/usr/bin/mysql-proxy"
 PIDFILE="/var/run/mysql-proxy.pid"
 
 test -f $DAEMON || exit 0
diff -u mysql-proxy-0.8.0/debian/changelog mysql-proxy-0.8.0/debian/changelog
--- mysql-proxy-0.8.0/debian/changelog
+++ mysql-proxy-0.8.0/debian/changelog
@@ -1,3 +1,13 @@
+mysql-proxy (0.8.0-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "DAEMON=".." in initscripts points to": point DAEMON to
+    /usr/bin/mysql-proxy; patch from Chris Lamb (closes: #578403).
+  * init script: add dependency on $remote_fs to Required-Start and
+    Required-Stop.
+
+ -- gregor herrmann <[email protected]>  Sat, 02 Oct 2010 16:03:38 +0200
+
 mysql-proxy (0.8.0-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Attachment: signature.asc
Description: Digital signature

Reply via email to