- regenerated posix patch
This commit is contained in:
parent
6b3086df3e
commit
04c52e9428
@ -1,11 +1,11 @@
|
|||||||
diff -up radvd-1.1/redhat/radvd.init.posix radvd-1.1/redhat/radvd.init
|
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.posix 2009-02-27 08:34:11.000000000 +0100
|
||||||
+++ radvd-1.1/redhat/radvd.init 2009-02-02 14:28:45.000000000 +0100
|
+++ radvd-1.1/redhat/radvd.init 2009-02-27 08:34:25.000000000 +0100
|
||||||
@@ -28,12 +28,6 @@
|
@@ -28,12 +28,6 @@
|
||||||
|
|
||||||
[ -f /etc/sysconfig/radvd ] && . /etc/sysconfig/radvd
|
[ -f /etc/sysconfig/radvd ] && . /etc/sysconfig/radvd
|
||||||
|
|
||||||
-if [ "$1" == "status" ]; then
|
-if [ $1 == 'status' ]; then
|
||||||
- [ -f /usr/sbin/radvd ] || exit 4
|
- [ -f /usr/sbin/radvd ] || exit 4
|
||||||
-else
|
-else
|
||||||
- [ -f /usr/sbin/radvd ] || exit 1
|
- [ -f /usr/sbin/radvd ] || exit 1
|
||||||
@ -20,7 +20,7 @@ diff -up radvd-1.1/redhat/radvd.init.posix radvd-1.1/redhat/radvd.init
|
|||||||
start)
|
start)
|
||||||
-
|
-
|
||||||
- # Check that networking is up.
|
- # Check that networking is up.
|
||||||
- [ "${NETWORKING_IPV6}" = "yes" ] || exit 1
|
- [ x${NETWORKING_IPV6} = "xyes" ] || exit 1
|
||||||
-
|
-
|
||||||
- echo -n $"Starting $PROG: "
|
- echo -n $"Starting $PROG: "
|
||||||
- daemon radvd $OPTIONS
|
- daemon radvd $OPTIONS
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Summary: A Router Advertisement daemon
|
Summary: A Router Advertisement daemon
|
||||||
Name: radvd
|
Name: radvd
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
# The code includes the advertising clause, so it's GPL-incompatible
|
# The code includes the advertising clause, so it's GPL-incompatible
|
||||||
License: BSD with advertising
|
License: BSD with advertising
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -97,6 +97,9 @@ fi
|
|||||||
%{_sbindir}/radvdump
|
%{_sbindir}/radvdump
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 27 2009 Jiri Skala <jskala@redhat.com> - 1.1-8
|
||||||
|
- regenerated posix patch
|
||||||
|
|
||||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-7
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user