From d0c98fe800bd2e7ad2343690809f3172caae2d71 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Tue, 3 Mar 2009 11:50:35 -0500 Subject: Fix start/stop priorities, handle force-reload --- debuginfofs.init | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/debuginfofs.init b/debuginfofs.init index b77f17a..846d9db 100755 --- a/debuginfofs.init +++ b/debuginfofs.init @@ -8,10 +8,9 @@ # Description: Mount a remote debuginfo filesystem for use with debugging tools ### END INIT INFO -# debuginfofs This shell script takes care of mounting and unmounting the -# debuginfo filesystem. +# debuginfofs Mounts/unmounts the debuginfo filesystem # -# chkconfig: - 60 50 +# chkconfig: - 85 15 # description: debuginfofs mounts a WebDAV share of debuginfo files at the \ # appropriate place(s) in the filesystem for use by gdb and other \ # debugging tools. @@ -70,7 +69,7 @@ case "$1" in stop) stop ;; - restart|reload) + restart|reload|force-reload) stop start RETVAL=$? -- cgit