* [gentoo-commits] gentoo-x86 commit in net-firewall/firewalld/files: firewalld.init
@ 2012-11-02 22:15 Doug Goldstein (cardoe)
0 siblings, 0 replies; only message in thread
From: Doug Goldstein (cardoe) @ 2012-11-02 22:15 UTC (permalink / raw
To: gentoo-commits
cardoe 12/11/02 22:15:21
Added: firewalld.init
Log:
Initial version of firewalld. Let's see how this works out.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.1 net-firewall/firewalld/files/firewalld.init
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firewalld/files/firewalld.init?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firewalld/files/firewalld.init?rev=1.1&content-type=text/plain
Index: firewalld.init
===================================================================
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/firewalld/files/firewalld.init,v 1.1 2012/11/02 22:15:21 cardoe Exp $
depend() {
provide iptables ip6tables ebtables
}
start() {
ebegin "Starting FirewallD"
start-stop-daemon --start --quiet --exec /usr/sbin/firewalld \
--pidfile /var/run/firewalld.pid
eend $?
}
stop() {
ebegin "Stopping FirewallD"
start-stop-daemon --stop --quiet --pidfile /var/run/firewalld.pid
eend $?
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-02 22:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 22:15 [gentoo-commits] gentoo-x86 commit in net-firewall/firewalld/files: firewalld.init Doug Goldstein (cardoe)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox