]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- release 3, proftpd-1_2_0pre8-3
authorkloczek <kloczek@pld-linux.org>
Thu, 14 Oct 1999 22:58:18 +0000 (22:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix: in %postun must be restart inet server (not stop).

Changed files:
    proftpd.spec -> 1.34

proftpd.spec

index ed539cd99253b56c08727089271bc1f04a0e66ef..604c978518831f4e571411d09c3dce7fc343a2e1 100644 (file)
@@ -2,7 +2,7 @@ Summary:        PROfessional FTP Daemon with apache-like configuration syntax
 Summary(pl):   PROfesionalny serwer FTP  
 Name:          proftpd
 Version:       1.2.0pre8
-Release:       2
+Release:       3
 Copyright:     GPL
 Group:         Daemons
 Group(pl):     Serwery
@@ -116,7 +116,7 @@ fi
 
 %postun
 if [ -f /var/lock/subsys/rc-inetd ]; then
-       /etc/rc.d/init.d/rc-inetd stop
+       /etc/rc.d/init.d/rc-inetd restart
 fi
 
 %clean
This page took 0.037532 seconds and 4 git commands to generate.