]> git.pld-linux.org Git - packages/ntp.git/commitdiff
- fixed status
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Tue, 27 Mar 2001 19:39:07 +0000 (19:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntp.init -> 1.4

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.060841 seconds and 4 git commands to generate.