chiark
/
gitweb
/
~mdw
/
firewall
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d8e5066
)
base.m4: Improve LSB header to delay firewall shutdown.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 2 Jul 2017 16:41:32 +0000
(17:41 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 2 Jul 2017 16:41:32 +0000
(17:41 +0100)
Running this before bind and NFS-unmount should make shutting down
faster.
base.m4
patch
|
blob
|
blame
|
history
diff --git
a/base.m4
b/base.m4
index 659cdbf93ac7c4131981ebe68f961075a81666e4..06839dba7a7cb4d5300cdc613a5935f66f40617d 100644
(file)
--- a/
base.m4
+++ b/
base.m4
@@
-69,8
+69,8
@@
m4_divert(0)m4_dnl
# Provides: firewall
# Required-Start: $local_fs
# Required-Stop:
-# X-Start-Before: ifupdown
-# X-Stop-After:
ifupdown
+# X-Start-Before:
networking
ifupdown
+# X-Stop-After:
networking ifupdown bind9 umountnfs
# Default-Start: S
# Default-Stop: 0 6
# Description: Provides customized packet filter rules.