wok diff openssh/receipt @ rev 23902

Add SECRET_FILES variable
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 01 16:19:51 2020 +0000 (2020-08-01)
parents 9096d6788292
children 848e2021d813
line diff
     1.1 --- a/openssh/receipt	Sun Jun 21 18:06:13 2020 +0000
     1.2 +++ b/openssh/receipt	Sat Aug 01 16:19:51 2020 +0000
     1.3 @@ -9,7 +9,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.openssh.org/"
     1.6  WGET_URL="http://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL"
     1.7 -CONFIG_FILES="/etc/ssh"
     1.8 +CONFIG_FILES="/etc/ssh/*config /etc/ssh/moduli"
     1.9 +SECRET_FILES="/etc/ssh/*key*"
    1.10  TAGS="ssh security"
    1.11  HOST_ARCH="i486 arm"
    1.12