summaryrefslogtreecommitdiff
path: root/pcr/firewalld-openrc/firewalld.init
diff options
context:
space:
mode:
authorDavid P <megver83@openmailbox.org>2017-09-26 22:18:27 -0300
committerDavid P <megver83@openmailbox.org>2017-09-26 22:18:27 -0300
commit889bd5eb1c9f4d6018fcfad65724c0a67cf0d8d1 (patch)
treeb21b988db24618386bb6b3057c89dae4efe772b9 /pcr/firewalld-openrc/firewalld.init
parentde9f81790af660d848c317a686716673b62ae39b (diff)
downloadabslibre-889bd5eb1c9f4d6018fcfad65724c0a67cf0d8d1.tar.gz
abslibre-889bd5eb1c9f4d6018fcfad65724c0a67cf0d8d1.tar.bz2
abslibre-889bd5eb1c9f4d6018fcfad65724c0a67cf0d8d1.zip
Added pcr/openrc-security
Diffstat (limited to 'pcr/firewalld-openrc/firewalld.init')
-rw-r--r--pcr/firewalld-openrc/firewalld.init13
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/firewalld-openrc/firewalld.init b/pcr/firewalld-openrc/firewalld.init
deleted file mode 100644
index b1d7d15d9..000000000
--- a/pcr/firewalld-openrc/firewalld.init
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-description="FirewallD"
-command=/usr/sbin/firewalld
-pidfile=/var/run/firewalld.pid
-
-depend() {
- need dbus
- provide iptables ip6tables ebtables
-}