diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-06 22:04:22 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-06 22:04:22 (GMT) |
commit | 745ebc4d0b581a1e891a56b8b21c19b3bbd40c5e (patch) | |
tree | 690c9baaf6f938da0b9203708a649bca5e980e96 /abs/extra-testing/community/moblockcontrol/moblock_control.patch | |
parent | 0d8d8e073d7118d67fd8c3bdaf7be00c76df317a (diff) | |
download | linhes_pkgbuild-745ebc4d0b581a1e891a56b8b21c19b3bbd40c5e.zip linhes_pkgbuild-745ebc4d0b581a1e891a56b8b21c19b3bbd40c5e.tar.gz linhes_pkgbuild-745ebc4d0b581a1e891a56b8b21c19b3bbd40c5e.tar.bz2 |
Added moblock
Diffstat (limited to 'abs/extra-testing/community/moblockcontrol/moblock_control.patch')
-rw-r--r-- | abs/extra-testing/community/moblockcontrol/moblock_control.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra-testing/community/moblockcontrol/moblock_control.patch b/abs/extra-testing/community/moblockcontrol/moblock_control.patch new file mode 100644 index 0000000..db6bbf9 --- /dev/null +++ b/abs/extra-testing/community/moblockcontrol/moblock_control.patch @@ -0,0 +1,11 @@ +--- moblockcontrol/moblock-control_2 2008-09-25 23:22:39.000000000 +0200 ++++ moblockcontrol/moblock-control 2008-12-28 09:33:51.000000000 +0100 +@@ -954,7 +954,7 @@ + else + # The options Moblock is started with + # The same like above, but with a "&" to start moblock in the background +- DAEMON_OPTS="-$BLOCKLIST_FORMAT $BLOCKLIST $NFQUEUE_NUMBER_OPT $LOG_SYSLOG_OPT $LOG_TIMESTAMP_OPT -r $REJECT_MARK -a $ACCEPT_MARK $DAEMON_LOG &" ++ DAEMON_OPTS="-$BLOCKLIST_FORMAT $BLOCKLIST $NFQUEUE_NUMBER_OPT $LOG_SYSLOG_OPT $DAEMON_LOG & " + # Start MoBlock + start_daemon -p $PIDFILE $DAEMON $DAEMON_OPTS # The init-functions provided with moblock-control depend on this syntax! + fi |