conntrack-tools: preserve /etc/conntrackd during upgrade
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 47480
This commit is contained in:
parent
019e370fcf
commit
970a393fd4
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ $(call Package/conntrack-tools/default)
|
||||||
TITLE:=Connection tracking daemon
|
TITLE:=Connection tracking daemon
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/conntrackd/conffiles
|
||||||
|
/etc/conntrackd/
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/conntrackd/description
|
define Package/conntrackd/description
|
||||||
Conntrackd can replicate the status of the connections that are
|
Conntrackd can replicate the status of the connections that are
|
||||||
currently being processed by your stateful firewall based on Linux.
|
currently being processed by your stateful firewall based on Linux.
|
||||||
|
|
Loading…
Reference in a new issue