]> git.pld-linux.org Git - packages/ntp.git/commitdiff
- reveerted
authordjurban <djurban@pld-linux.org>
Sun, 31 Oct 2004 19:15:10 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntp.init -> 1.16

ntp.init

index a72bb26530540b2c5bf3ddd7392c69ba7a83ecf7..e2ec46a8fd5549e4f3a1b53fa11b5f5f77a6198f 100644 (file)
--- a/ntp.init
+++ b/ntp.init
@@ -45,7 +45,7 @@ case "$1" in
   stop)
        if [ -f /var/lock/subsys/ntpd ]; then
                msg_stopping ntpd
-               killproc -9 ntpd
+               killproc ntpd
                rm -f /var/lock/subsys/ntpd
        else
                msg_not_running ntpd
This page took 0.067809 seconds and 4 git commands to generate.