diff options
author | Matthew Hagan <mnhagan88@gmail.com> | 2022-01-12 00:16:45 +0000 |
---|---|---|
committer | Matthew Hagan <mnhagan88@gmail.com> | 2022-01-12 00:20:19 +0000 |
commit | ebaec4c44177246a9642893293adb54e6e4432bd (patch) | |
tree | e3fbc46eb9753db6166dc1202d0e7d109ba7f3da /net/davfs2/Makefile | |
parent | e6afcf8f3c5ef428a954bda0f391f7b691d0de9f (diff) |
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>
Diffstat (limited to 'net/davfs2/Makefile')
-rw-r--r-- | net/davfs2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/davfs2/Makefile b/net/davfs2/Makefile index d56bf96b5..e75dafc2d 100644 --- a/net/davfs2/Makefile +++ b/net/davfs2/Makefile @@ -54,6 +54,7 @@ endef define Package/davfs2/conffiles /etc/davfs2/davfs2.conf +/etc/davfs2/secrets endef CONFIGURE_ARGS += \ |