]> git.pld-linux.org Git - packages/ntp.git/blobdiff - ntp.init
- fixed status
[packages/ntp.git] / ntp.init
index 6c200e7baf779fc623e470c63bbd980665043e45..03213c824d037840d14491a7f504b6e1387c624b 100644 (file)
--- a/ntp.init
+++ b/ntp.init
@@ -36,12 +36,12 @@ case "$1" in
         ;;
   stop)
         # Stop daemons.
-        msg_stopping ntpd
+        msg_stopping ntp
        killproc ntpd
         rm -f /var/lock/subsys/ntp
         ;;
   status)
-       status ntp ntpd
+       status ntpd
        ;;
   restart|reload)
        $0 stop
This page took 0.868031 seconds and 4 git commands to generate.