Package: drbdlinks
Version: 1.19-1
Severity: important
Tags: patch
Dear Maintainer,
If I execute "/etc/init.d/drbdlinksclean start" this script will
always execute "/usr/sbin/drbdlinks stop" instead of
"/usr/sbin/drbdlinks start".
IMHO the following patch will solve the issue:
--- snip ---
--- /etc/init.d/drbdlinksclean.orig 2010-04-05 06:46:53.000000000 +0000
+++ /etc/init.d/drbdlinksclean 2013-08-26 12:49:52.813289969 +0000
@@ -46,7 +46,7 @@
start)
echo -n 'Cleaning up drbdlinks links'
- /usr/sbin/drbdlinks stop
+ /usr/sbin/drbdlinks start
echo "."
;;
--- snap ---
Regards
Bastian
-- System Information:
Debian Release: 7.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages drbdlinks depends on:
ii python 2.7.3-4
drbdlinks recommends no packages.
Versions of packages drbdlinks suggests:
ii drbd8-utils 2:8.3.13-2
-- Configuration Files:
/etc/drbdlinks.conf changed [not included]
-- no debconf information
--- /etc/init.d/drbdlinksclean.orig 2010-04-05 06:46:53.000000000 +0000
+++ /etc/init.d/drbdlinksclean 2013-08-26 12:49:52.813289969 +0000
@@ -46,7 +46,7 @@
start)
echo -n 'Cleaning up drbdlinks links'
- /usr/sbin/drbdlinks stop
+ /usr/sbin/drbdlinks start
echo "."
;;