]> git.pld-linux.org Git - packages/bootp.git/blobdiff - bootp.spec
- cosmetics
[packages/bootp.git] / 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.157979 seconds and 4 git commands to generate.