X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fsudo-ldap.sudo.init;h=fcff6f7709605178285b35a41f63420ae6cef6fc;hb=5d04b8acbffe3bd05168ba019f0b30aa3c993e29;hp=530fd63cc24fa1a1909f0dbdc668ed0c30c319ef;hpb=e8c052b72a5847683684a87315540fdf1f525d9c;p=debian%2Fsudo diff --git a/debian/sudo-ldap.sudo.init b/debian/sudo-ldap.sudo.init index 530fd63..fcff6f7 100644 --- a/debian/sudo-ldap.sudo.init +++ b/debian/sudo-ldap.sudo.init @@ -7,6 +7,8 @@ # X-Start-Before: rmnologin # Default-Start: 2 3 4 5 # Default-Stop: +# Short-Description: Provide limited super user privileges to specific users +# Description: Provide limited super user privileges to specific users. ### END INIT INFO N=/etc/init.d/sudo @@ -21,10 +23,10 @@ case "$1" in find /var/lib/sudo -exec touch -t 198501010000 '{}' \; fi ;; - stop|reload|restart|force-reload) + stop|reload|restart|force-reload|status) ;; *) - echo "Usage: $N {start|stop|restart|force-reload}" >&2 + echo "Usage: $N {start|stop|restart|force-reload|status}" >&2 exit 1 ;; esac