Package: bacula-director-common
Version: 2.4.4-1
Severity: minor
Tags: patch


The bacula-director init script usage function does not mention the possibility 
of reload functionality although such 
functionality exists in the init script. The following trivial patch fixes that.

--- bacula-director     2009-01-09 23:10:49.000000000 +0200
+++ bacula-director.new 2009-03-13 16:27:22.000000000 +0200
@@ -120,7 +120,7 @@
   *)
        N=/etc/init.d/$NAME
        # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
-       echo "Usage: $N {start|stop|restart|force-reload}" >&2
+       echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
        exit 1
        ;;
 esac


-- System Information:
Debian Release: lenny/sid
  APT prefers intrepid-updates
  APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500, 
'intrepid-backports'), (500, 'intrepid')
Architecture: i386 (i686)

Kernel: Linux 2.6.27-11-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to