summaryrefslogtreecommitdiff
path: root/net-firewall/firewalld/files/firewalld.init
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-09-17 19:09:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-09-17 19:09:41 +0100
commiteb000da7c1daada1463cc9e32727c7e14101bbcf (patch)
tree3ccc45dbd3b03bbed493e85aaecff1c653216fc0 /net-firewall/firewalld/files/firewalld.init
parentba2d30222441005ead9c8ed8eddda29a4dec00f7 (diff)
make mrproper
Diffstat (limited to 'net-firewall/firewalld/files/firewalld.init')
-rw-r--r--net-firewall/firewalld/files/firewalld.init13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-firewall/firewalld/files/firewalld.init b/net-firewall/firewalld/files/firewalld.init
deleted file mode 100644
index b1d7d15d..00000000
--- a/net-firewall/firewalld/files/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
-}