]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- duh, why there was no checkconfig on reload. ADDED! auto/th/openssh-4_5p1-2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 12 Dec 2006 17:14:40 +0000 (17:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opensshd.init -> 1.30

opensshd.init

index 5b7f078009d5c3a6c19d9fd31bc053805db639cf..f15f1125cfce69d3cabdf478ec3d957c747084c5 100644 (file)
@@ -117,6 +117,7 @@ case "$1" in
        ;;
   reload|force-reload)
        if [ -f /var/lock/subsys/sshd ]; then
+               checkconfig
                msg_reloading OpenSSH
                killproc sshd -HUP
                RETVAL=$?
This page took 0.120154 seconds and 4 git commands to generate.