SPECS: quagga.spec - s/deamon/daemon/

glen glen at pld-linux.org
Sat Apr 15 16:06:17 CEST 2006


Author: glen                         Date: Sat Apr 15 14:06:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- s/deamon/daemon/

---- Files affected:
SPECS:
   quagga.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SPECS/quagga.spec
diff -u SPECS/quagga.spec:1.32 SPECS/quagga.spec:1.33
--- SPECS/quagga.spec:1.32	Tue Mar 14 00:27:51 2006
+++ SPECS/quagga.spec	Sat Apr 15 16:06:12 2006
@@ -284,7 +284,7 @@
 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
@@ -298,35 +298,35 @@
 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
@@ -483,6 +483,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2006/04/15 14:06:12  glen
+- s/deamon/daemon/
+
 Revision 1.32  2006/03/13 23:27:51  glen
 - use %service
 
@@ -500,7 +503,7 @@
 
 Revision 1.27  2005/06/16 12:07:42  wiget
 - fixed typo in Source34 and Source35
-- build IS-IS deamon and package it in isisd subpackage
+- build IS-IS daemon and package it in isisd subpackage
 - enable ICMP Router Discovery Protocol
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/quagga.spec?r1=1.32&r2=1.33&f=u



More information about the pld-cvs-commit mailing list