]> git.pld-linux.org Git - packages/bootp.git/commitdiff
- cosmetics
authorankry <ankry@pld-linux.org>
Mon, 3 Jan 2005 12:27:54 +0000 (12:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootp.spec -> 1.29

bootp.spec

index 0d623860e698df2195ffcab92fb4df911c1585f8..5a8834cf4d995b29a88d467d43b8d89f00daa59a 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       bootp/DHCP server and test programs
 Summary(de):   bootp/DHCP-Server und Testprogramme
 Summary(fr):   Serveur bootp/DHCP et programmes test
-Summary(pl):   Serwer BOOTP/DHCP wraz z programami pomocniczymi
+Summary(pl):   Serwer bootp/DHCP wraz z programami pomocniczymi
 Summary(tr):   bootp/DHCP sunucusu ve test programlarĂ˝
 Name:          bootp
 Version:       2.4.3
@@ -91,14 +91,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 if [ -f /var/lock/subsys/rc-inetd ]; then
-    /etc/rc.d/init.d/rc-inetd reload 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 server" 1>&2
+       echo "Type \"/etc/rc.d/init.d/rc-inetd start\" to start inet server" 1>&2
 fi
 
 %postun
 if [ -f /var/lock/subsys/rc-inetd ]; then
-    /etc/rc.d/init.d/rc-inetd reload 1>&2
+       /etc/rc.d/init.d/rc-inetd reload 1>&2
 fi
 
 %files
This page took 0.106632 seconds and 4 git commands to generate.