rpms/radvd/F-11 radvd-1.1-posix.patch, 1.2, 1.3 radvd.init, 1.3, 1.4 radvd.spec, 1.49, 1.50

Jiri Skala jskala at fedoraproject.org
Wed Jun 3 13:46:54 UTC 2009


Author: jskala

Update of /cvs/extras/rpms/radvd/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10062

Modified Files:
	radvd-1.1-posix.patch radvd.init radvd.spec 
Log Message:
* Wed Jun 03 2009 Jiri Skala <jskala at redhat.com> - 1.1-9
- fixes #503624 - typo in /etc/init.d/radvd


radvd-1.1-posix.patch:

Index: radvd-1.1-posix.patch
===================================================================
RCS file: /cvs/extras/rpms/radvd/F-11/radvd-1.1-posix.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- radvd-1.1-posix.patch	27 Feb 2009 07:55:49 -0000	1.2
+++ radvd-1.1-posix.patch	3 Jun 2009 13:46:53 -0000	1.3
@@ -1,6 +1,6 @@
 diff -up radvd-1.1/redhat/radvd.init.posix radvd-1.1/redhat/radvd.init
---- radvd-1.1/redhat/radvd.init.posix	2009-02-27 08:34:11.000000000 +0100
-+++ radvd-1.1/redhat/radvd.init	2009-02-27 08:34:25.000000000 +0100
+--- radvd-1.1/redhat/radvd.init.posix	2007-12-01 09:50:16.000000000 +0100
++++ radvd-1.1/redhat/radvd.init	2009-06-03 15:44:24.000000000 +0200
 @@ -28,12 +28,6 @@
  
  [ -f /etc/sysconfig/radvd ] && . /etc/sysconfig/radvd
@@ -14,7 +14,7 @@ diff -up radvd-1.1/redhat/radvd.init.pos
  RETVAL=0
  PROG="radvd"
  LOCKFILE=/var/lock/subsys/radvd
-@@ -41,48 +35,53 @@ LOCKFILE=/var/lock/subsys/radvd
+@@ -41,48 +35,52 @@ LOCKFILE=/var/lock/subsys/radvd
  # See how we were called.
  case "$1" in
    start)
@@ -29,14 +29,13 @@ diff -up radvd-1.1/redhat/radvd.init.pos
 -	[ $RETVAL -eq 0 ] && touch $LOCKFILE
 -	;;
 +    if [ ! -f /etc/radvd.conf ]; then
-+      echo "Configuration file /etc/radvd.conf missing" 1>&2
++      echo $"Configuration file /etc/radvd.conf missing" 1>&2
 +      exit 6
 +    fi
 +    if [ ! -x /usr/sbin/radvd ]; then
-+      echo "Insufficient privilege" 1>&2
++      echo $"Insufficient privilege" 1>&2
 +      exit 4
 +    fi
-+    echo -n $"Starting $prog: "
 +    echo -n $"Starting $PROG: "
 +    daemon radvd $OPTIONS
 +    RETVAL=$?


Index: radvd.init
===================================================================
RCS file: /cvs/extras/rpms/radvd/F-11/radvd.init,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- radvd.init	2 Feb 2009 13:30:24 -0000	1.3
+++ radvd.init	3 Jun 2009 13:46:53 -0000	1.4
@@ -36,14 +36,13 @@ LOCKFILE=/var/lock/subsys/radvd
 case "$1" in
   start)
     if [ ! -f /etc/radvd.conf ]; then
-      echo "Configuration file /etc/radvd.conf missing" 1>&2
+      echo $"Configuration file /etc/radvd.conf missing" 1>&2
       exit 6
     fi
     if [ ! -x /usr/sbin/radvd ]; then
-      echo "Insufficient privilege" 1>&2
+      echo $"Insufficient privilege" 1>&2
       exit 4
     fi
-    echo -n $"Starting $prog: "
     echo -n $"Starting $PROG: "
     daemon radvd $OPTIONS
     RETVAL=$?


Index: radvd.spec
===================================================================
RCS file: /cvs/extras/rpms/radvd/F-11/radvd.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- radvd.spec	27 Feb 2009 07:55:49 -0000	1.49
+++ radvd.spec	3 Jun 2009 13:46:53 -0000	1.50
@@ -5,7 +5,7 @@
 Summary:    A Router Advertisement daemon
 Name:       radvd
 Version:    1.1
-Release:    8%{?dist}
+Release:    9%{?dist}
 # The code includes the advertising clause, so it's GPL-incompatible
 License:    BSD with advertising
 Group:      System Environment/Daemons
@@ -97,6 +97,9 @@ fi
 %{_sbindir}/radvdump
 
 %changelog
+* Wed Jun 03 2009 Jiri Skala <jskala at redhat.com> - 1.1-9
+- fixes #503624 - typo in /etc/init.d/radvd
+
 * Fri Feb 27 2009 Jiri Skala <jskala at redhat.com> - 1.1-8
 - regenerated posix patch
 




More information about the fedora-extras-commits mailing list