mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
Added a patch to change oinkmaster tmp to /var/tmp.
This commit is contained in:
12
src/patches/oinkmaster-tmp.patch
Normal file
12
src/patches/oinkmaster-tmp.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Naur /var/ipfire/snort/oinkmaster.new /var/ipfire/snort/oinkmaster.conf
|
||||
--- /var/ipfire/snort/oinkmaster.new 2008-10-25 18:53:30.000000000 +0200
|
||||
+++ /var/ipfire/snort/oinkmaster.conf 2009-12-07 20:21:15.000000000 +0100
|
||||
@@ -117,7 +117,7 @@
|
||||
# TMPDIR or TEMPDIR, or otherwise use "/tmp" if none of them was set.
|
||||
|
||||
# Example for UNIX.
|
||||
-# tmpdir = /home/oinkmaster/tmp/
|
||||
+tmpdir = /var/tmp/
|
||||
|
||||
# Example if running native Win32 or Cygwin.
|
||||
# tmpdir = c:\tmp
|
||||
Reference in New Issue
Block a user