]> git.pld-linux.org Git - packages/quagga.git/commitdiff
- s/deamon/daemon/
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 15 Apr 2006 14:06:12 +0000 (14:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    quagga.spec -> 1.33

quagga.spec

index ef5507a6f9707ea1b452e5f3a151bdbdabec1269..b7fad4c2d0873607e60ff1dca361be3aaa87e830 100644 (file)
@@ -283,7 +283,7 @@ umask 027
 if [ ! -s %{_sysconfdir}/zebra.conf ]; then
        echo "hostname `hostname`" > %{_sysconfdir}/zebra.conf
 fi
-%service zebra restart "main routing deamon"
+%service zebra restart "main routing daemon"
 
 %post bgpd
 /sbin/chkconfig --add bgpd >&2
@@ -297,35 +297,35 @@ fi
 if [ ! -s %{_sysconfdir}/ospfd.conf ]; then
        echo "hostname `hostname`" > %{_sysconfdir}/ospfd.conf
 fi
-%service ospfd restart "ospfd routing deamon"
+%service ospfd restart "ospfd routing daemon"
 
 %post ospf6d
 /sbin/chkconfig --add ospf6d >&2
 if [ ! -s %{_sysconfdir}/ospf6d.conf ]; then
        echo "hostname `hostname`" > %{_sysconfdir}/ospf6d.conf
 fi
-%service ospf6d restart "ospf6d routing deamon"
+%service ospf6d restart "ospf6d routing daemon"
 
 %post ripd
 /sbin/chkconfig --add ripd >&2
 if [ ! -s %{_sysconfdir}/ripd.conf ]; then
        echo "hostname `hostname`" > %{_sysconfdir}/ripd.conf
 fi
-%service ripd restart "ripd routing deamon"
+%service ripd restart "ripd routing daemon"
 
 %post ripngd
 /sbin/chkconfig --add ripngd >&2
 if [ ! -s %{_sysconfdir}/ripngd.conf ]; then
        echo "hostname `hostname`" > %{_sysconfdir}/ripngd.conf
 fi
-%service ripngd restart "ripngd routing deamon"
+%service ripngd restart "ripngd routing daemon"
 
 %post isisd
 /sbin/chkconfig --add isisd >&2
 if [ ! -s %{_sysconfdir}/isisd.conf ]; then
        echo "hostname `hostname`" > %{_sysconfdir}/isisd.conf
 fi
-%service isisd restart "IS-IS routing deamon"
+%service isisd restart "IS-IS routing daemon"
 
 %preun
 if [ "$1" = "0" ]; then
This page took 0.036078 seconds and 4 git commands to generate.