Gentoo Archives: gentoo-user

From: Ian Zimmerman <itz@×××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] openrc functions or aliases [Was: Another openrc enigma: need firewalld]
Date: Mon, 12 Sep 2016 18:23:32
Message-Id: 20160912181855.8683.23A8C622@matica.foolinux.mooo.com
In Reply to: Re: [gentoo-user] Another openrc enigma: need firewalld by Tom H
1 On 2016-09-11 05:39, Tom H wrote:
2
3 > [ "$IFACE" != "lo" ] && need firewalld
4 >
5 > in
6 >
7 > /lib/netifrc/net/firewalld
8
9 The whole shell function reads like this:
10
11 firewalld_depend()
12 {
13 after interface
14 before dhcp
15 program firewall-cmd
16 [ "$IFACE" != "lo" ] && need firewalld
17 }
18
19 Do you know where "after", "before", "need", and "program" are defined?
20
21 Or teach me how to fish and point me to where all this is documented?
22 Presumably some documents related to openrc.
23
24 --
25 Please *no* private Cc: on mailing lists and newsgroups
26 Why does the arrow on Hillary signs point to the right?

Replies

Subject Author
Re: [gentoo-user] openrc functions or aliases [Was: Another openrc enigma: need firewalld] Neil Bothwick <neil@××××××××××.uk>