From: Huangbin Zhan Date: Tue, 2 Nov 2021 13:06:46 +0000 (+0800) Subject: openssh-server-pam: add key files as conffiles X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2689a0d11d62fabf41579689e2688c01cea5964d;p=openwrt-packages.git openssh-server-pam: add key files as conffiles Signed-off-by: Huangbin Zhan --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index ec7fbb00e..d384a2052 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -122,7 +122,7 @@ endef define Package/openssh-server-pam/conffiles /etc/pam.d/sshd /etc/security/access-sshd-local.conf -/etc/ssh/sshd_config +$(Package/openssh-server/conffiles) endef define Package/openssh-sftp-client