rpms/radvd/devel radvd-1.1-posix.patch, 1.1, 1.2 radvd.spec, 1.48, 1.49

Jiri Skala jskala at fedoraproject.org
Fri Feb 27 07:55:49 UTC 2009


Author: jskala

Update of /cvs/extras/rpms/radvd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6999

Modified Files:
	radvd-1.1-posix.patch radvd.spec 
Log Message:
* Fri Feb 27 2009 Jiri Skala <jskala at redhat.com> - 1.1-8
- regenerated posix patch


radvd-1.1-posix.patch:

Index: radvd-1.1-posix.patch
===================================================================
RCS file: /cvs/extras/rpms/radvd/devel/radvd-1.1-posix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- radvd-1.1-posix.patch	2 Feb 2009 13:30:24 -0000	1.1
+++ radvd-1.1-posix.patch	27 Feb 2009 07:55:49 -0000	1.2
@@ -1,11 +1,11 @@
 diff -up radvd-1.1/redhat/radvd.init.posix radvd-1.1/redhat/radvd.init
---- radvd-1.1/redhat/radvd.init.posix	2009-02-02 14:20:48.000000000 +0100
-+++ radvd-1.1/redhat/radvd.init	2009-02-02 14:28:45.000000000 +0100
+--- 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
 @@ -28,12 +28,6 @@
  
  [ -f /etc/sysconfig/radvd ] && . /etc/sysconfig/radvd
  
--if [ "$1" == "status" ]; then
+-if [ $1 == 'status' ]; then
 -	[ -f /usr/sbin/radvd ] || exit 4
 -else 
 -	[ -f /usr/sbin/radvd ] || exit 1
@@ -20,7 +20,7 @@
    start)
 -
 -	# Check that networking is up.	
--	[ "${NETWORKING_IPV6}" = "yes" ] || exit 1
+-	[ x${NETWORKING_IPV6} = "xyes" ] || exit 1
 -
 -	echo -n $"Starting $PROG: "
 -	daemon radvd $OPTIONS


Index: radvd.spec
===================================================================
RCS file: /cvs/extras/rpms/radvd/devel/radvd.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- radvd.spec	25 Feb 2009 18:38:47 -0000	1.48
+++ radvd.spec	27 Feb 2009 07:55:49 -0000	1.49
@@ -5,7 +5,7 @@
 Summary:    A Router Advertisement daemon
 Name:       radvd
 Version:    1.1
-Release:    7%{?dist}
+Release:    8%{?dist}
 # The code includes the advertising clause, so it's GPL-incompatible
 License:    BSD with advertising
 Group:      System Environment/Daemons
@@ -97,6 +97,9 @@
 %{_sbindir}/radvdump
 
 %changelog
+* Fri Feb 27 2009 Jiri Skala <jskala at redhat.com> - 1.1-8
+- regenerated posix patch
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list