]> git.pld-linux.org Git - packages/bootparamd.git/commitdiff
- s/postun/preun/ (init.d/bootparamd must exist to stop daemon); release 10 RA-1_0 STABLE bootparamd-0_17-10
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Jan 2002 15:04:42 +0000 (15:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootparamd.spec -> 1.23

bootparamd.spec

index d843b67995711050ca7f6fff9488daae49461288..9b6813407d39b046fca5f723b4cdd3d7ce2a5cf1 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       A server process which provides boot information to diskless clients
-Summary(pl):   Demon który zapewnia informacje potrzebne do uruchomienia bezdyskowych klientów
+Summary(pl):   Demon zapewniaj±cy informacje potrzebne do uruchomienia bezdyskowych klientów
 Name:          bootparamd
 Version:       0.17
-Release:       9
+Release:       10
 License:       BSD
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
@@ -65,7 +65,7 @@ else
        echo "Type \"/etc/rc.d/init.d/bootparamd start\" to start rpc.bootparamd server" 1>&2
 fi
 
-%postun
+%preun
 if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/rpc.bootparamd ]; then
                /etc/rc.d/init.d/bootparamd stop 1>&2
This page took 0.090579 seconds and 4 git commands to generate.