ipfw: change opts variable to extra_commands
Reported-by: 4glitch@gmail.com X-Gentoo-Bug: 459694 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=459694
This commit is contained in:
parent
ceb88fc465
commit
3b05586a73
@ -8,7 +8,7 @@ ipfw_ip_in=${ipfw_ip_in-any}
|
||||
ipfw_ports_in=${ipfw_ports_in-auth ssh}
|
||||
ipfw_ports_nolog=${ipfw_ports_nolog-135-139,445 1026,1027 1433,1434}
|
||||
|
||||
opts="panic showstatus"
|
||||
extra_commands="panic showstatus"
|
||||
|
||||
depend() {
|
||||
before net
|
||||
|
Loading…
Reference in New Issue
Block a user