mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
davfs2: add secrets file to conffiles definition
davfs2 username and password information is typically stored in /etc/davfs2/secrets. This information should be kept across sysupgrades. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
This commit is contained in:
@@ -54,6 +54,7 @@ endef
|
|||||||
|
|
||||||
define Package/davfs2/conffiles
|
define Package/davfs2/conffiles
|
||||||
/etc/davfs2/davfs2.conf
|
/etc/davfs2/davfs2.conf
|
||||||
|
/etc/davfs2/secrets
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
|||||||
Reference in New Issue
Block a user