From: "Matt Thode (prometheanfire)" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/radvd/files: radvd-1.9.1.init
Date: Tue, 18 Feb 2014 03:33:37 +0000 (UTC) [thread overview]
Message-ID: <20140218033337.812212004B@flycatcher.gentoo.org> (raw)
prometheanfire 14/02/18 03:33:37
Modified: radvd-1.9.1.init
Log:
fixing bug 442608
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path
1.2 net-misc/radvd/files/radvd-1.9.1.init
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/radvd/files/radvd-1.9.1.init?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/radvd/files/radvd-1.9.1.init?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/radvd/files/radvd-1.9.1.init?r1=1.1&r2=1.2
Index: radvd-1.9.1.init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/radvd/files/radvd-1.9.1.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- radvd-1.9.1.init 29 Jun 2012 08:09:52 -0000 1.1
+++ radvd-1.9.1.init 18 Feb 2014 03:33:37 -0000 1.2
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/files/radvd-1.9.1.init,v 1.1 2012/06/29 08:09:52 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/files/radvd-1.9.1.init,v 1.2 2014/02/18 03:33:37 prometheanfire Exp $
CONFIGFILE=/etc/radvd.conf
PIDFILE=/var/run/radvd/radvd.pid
@@ -28,14 +28,14 @@
}
start() {
- checkconfig || return 1
-
if [ "${FORWARD}" != "no" ]; then
ebegin "Enabling IPv6 forwarding"
sysctl -w "${SYSCTL_FORWARD}=1" >/dev/null
eend $?
fi
+ checkconfig || return 1
+
ebegin "Starting IPv6 Router Advertisement Daemon"
start-stop-daemon --start --exec /usr/sbin/radvd \
--pidfile "${PIDFILE}" \
@@ -56,14 +56,14 @@
}
reload() {
- checkconfig || return 1
-
if [ "${FORWARD}" != "no" ]; then
ebegin "Enabling IPv6 forwarding"
sysctl -w "${SYSCTL_FORWARD}=1" >/dev/null
eend $?
fi
+ checkconfig || return 1
+
ebegin "Reloading IPv6 Router Advertisement Daemon"
start-stop-daemon --signal HUP \
--exec /usr/sbin/radvd --pidfile "${PIDFILE}"
next reply other threads:[~2014-02-18 3:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-18 3:33 Matt Thode (prometheanfire) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-29 8:09 [gentoo-commits] gentoo-x86 commit in net-misc/radvd/files: radvd-1.9.1.init Michael Weber (xmw)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140218033337.812212004B@flycatcher.gentoo.org \
--to=prometheanfire@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox