Skip to content

Commit

Permalink
davfs2: add secrets file to conffiles definition
Browse files Browse the repository at this point in the history
davfs2 username and password information is typically stored in
/etc/davfs2/secrets. This information should be kept across sysupgrades.

Signed-off-by: Matthew Hagan <[email protected]>
  • Loading branch information
clayface committed Jan 12, 2022
1 parent e6afcf8 commit ebaec4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/davfs2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ endef

define Package/davfs2/conffiles
/etc/davfs2/davfs2.conf
/etc/davfs2/secrets
endef

CONFIGURE_ARGS += \
Expand Down

0 comments on commit ebaec4c

Please sign in to comment.