aboutsummaryrefslogtreecommitdiffstats
path: root/config/patch_rc_filter_dirty/patch_rc_filter_dirty.patch
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-06-24 15:21:03 -0400
committerjim-p <jimp@pfsense.org>2010-06-24 15:21:03 -0400
commit83012e81e32bcf735e066c7361ac8739a0303367 (patch)
tree56fa37d562452c322d4504de601f4d86dc3f182a /config/patch_rc_filter_dirty/patch_rc_filter_dirty.patch
parent03167b8e1da874f1ae0fa70089a60a7baaae0de0 (diff)
downloadpfsense-packages-83012e81e32bcf735e066c7361ac8739a0303367.tar.gz
pfsense-packages-83012e81e32bcf735e066c7361ac8739a0303367.tar.bz2
pfsense-packages-83012e81e32bcf735e066c7361ac8739a0303367.zip
Add small patch package to stop /etc/rc from removing /tmp/filter_dirty before it can be properly processed. Removing /tmp/filter_dirty will cause some package rules (such as Squid) to not be present at the end of the boot process.
Diffstat (limited to 'config/patch_rc_filter_dirty/patch_rc_filter_dirty.patch')
-rw-r--r--config/patch_rc_filter_dirty/patch_rc_filter_dirty.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/patch_rc_filter_dirty/patch_rc_filter_dirty.patch b/config/patch_rc_filter_dirty/patch_rc_filter_dirty.patch
new file mode 100644
index 00000000..81163362
--- /dev/null
+++ b/config/patch_rc_filter_dirty/patch_rc_filter_dirty.patch
@@ -0,0 +1,10 @@
+--- rc.orig 2010-06-24 18:38:58.000000000 +0000
++++ rc 2010-06-24 18:39:06.000000000 +0000
+@@ -319,7 +319,6 @@
+
+ # Remove stale files that have already been processed by bootup
+ # scripts
+-rm -f /tmp/filter_dirty
+ rm -f /tmp/rc.linkup
+ nohup /usr/bin/nice -n20 /usr/local/sbin/check_reload_status &
+