]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- use reload not restart in %%post inetd
authortrojan <trojan@pld-linux.org>
Mon, 16 Jul 2001 13:56:50 +0000 (13:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd.spec -> 1.104

proftpd.spec

index df2375bdb1158cceffc702c006fcb026d0f9fc2d..2ad1c5115feea1c6369bdfb01a7f8a0b5aa0b920 100644 (file)
@@ -209,7 +209,7 @@ if grep -iEqs "^ServerType[[:space:]]+standalone" %{_sysconfdir}/proftpd.conf ;
                %{_sysconfdir}/proftpd.conf.rpmorig >%{_sysconfdir}/proftpd.conf
 fi
 if [ -f /var/lock/subsys/rc-inetd ]; then
-       /etc/rc.d/init.d/rc-inetd restart 1>&2
+       /etc/rc.d/init.d/rc-inetd reload 1>&2
 else
        echo "Type \"/etc/rc.d/init.d/rc-inetd start\" to start inet sever" 1>&2
 fi
This page took 0.032045 seconds and 4 git commands to generate.