[packages] quagga{,-unstable}: Add conffiles sections to prevent overwritting of config files
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@20250 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
15aeca0561
commit
cde8df593d
1 changed files with 28 additions and 0 deletions
28
Makefile
28
Makefile
|
@ -96,6 +96,34 @@ define Package/quagga-vtysh
|
|||
TITLE:=integrated shell for Quagga routing software
|
||||
endef
|
||||
|
||||
define Package/quagga/conffiles
|
||||
/etc/quagga/zebra.conf
|
||||
endef
|
||||
|
||||
define Package/quagga-bgpd/conffiles
|
||||
/etc/quagga/bgpd.conf
|
||||
endef
|
||||
|
||||
define Package/quagga-isisd/conffiles
|
||||
/etc/quagga/isisd.conf
|
||||
endef
|
||||
|
||||
define Package/quagga-ospfd/conffiles
|
||||
/etc/quagga/ospfd.conf
|
||||
endef
|
||||
|
||||
define Package/quagga-ospf6d/conffiles
|
||||
/etc/quagga/ospf6d.conf
|
||||
endef
|
||||
|
||||
define Package/quagga-ripd/conffiles
|
||||
/etc/quagga/ripd.conf
|
||||
endef
|
||||
|
||||
define Package/quagga-ripngd/conffiles
|
||||
/etc/quagga/ripngd.conf
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS+= \
|
||||
--localstatedir=/var/run/quagga \
|
||||
--sysconfdir=/etc/quagga/ \
|
||||
|
|
Loading…
Reference in a new issue