]> git.pld-linux.org Git - packages/ffingerd.git/commitdiff
- release 2,
authorkloczek <kloczek@pld-linux.org>
Thu, 14 Oct 1999 22:59:16 +0000 (22:59 +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:
    ffingerd.spec -> 1.13

ffingerd.spec

index 9bc9271d5a815c375d342d25736bcf7a09c979fb..33e26e416b7487d4dcdc82cdff4a4042c8fdc0f9 100644 (file)
@@ -2,7 +2,7 @@ Summary:        secure finger daemon
 Summary(pl):   bezpieczny serwer finger
 Name:          ffingerd
 Version:       1.25
-Release:       1
+Release:       2
 Group:         Networking/Daemons
 Group(pl):     Sieciowe/Demony
 Copyright:     GPL
@@ -60,8 +60,9 @@ 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
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.08482 seconds and 4 git commands to generate.