diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-10-18 10:43:46 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-10-18 10:45:33 +0800 |
commit | fe00c3bc1b28a3d98881d8fe82e4206129fc8e3b (patch) | |
tree | 23c90ad3a738d24a3008c3b74a1030f8fdba03a5 /net-firewall/shorewall/files/shorewall-lite.confd | |
parent | dev-qt/qt-creator: apply patches (diff) | |
download | gentoo-fe00c3bc1b28a3d98881d8fe82e4206129fc8e3b.tar.gz gentoo-fe00c3bc1b28a3d98881d8fe82e4206129fc8e3b.tar.bz2 gentoo-fe00c3bc1b28a3d98881d8fe82e4206129fc8e3b.zip |
net-firewall/shorewall: bump to -5.0.1
patches submitted by proxy maintainer via gentoo bug & pull request;
dropped 'rc_need="net"', files moved from
$FILESDIR/$MAJOR_VERSION to $FILESDIR
Gentoo bug: #563088
Pull request: https://github.com/gentoo/gentoo/pull/241
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-firewall/shorewall/files/shorewall-lite.confd')
-rw-r--r-- | net-firewall/shorewall/files/shorewall-lite.confd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-firewall/shorewall/files/shorewall-lite.confd b/net-firewall/shorewall/files/shorewall-lite.confd new file mode 100644 index 000000000000..0e419b87a3c0 --- /dev/null +++ b/net-firewall/shorewall/files/shorewall-lite.confd @@ -0,0 +1,15 @@ +# Global start/restart/stop options +# +OPTIONS="-tvv" + +# Start options +# +STARTOPTIONS="" + +# Stop options +# +STOPOPTIONS="" + +# Restart options +# +RESTARTOPTIONS="" |