# HG changeset patch # User Pascal Bellard # Date 1579368374 -3600 # Node ID f18534b5699c44e1b3e0954d5c341899df5edbaa # Parent 10cdf08515bbe2709b21535d6ccdf4e7ec237e20 rsync, openssh: update $CONFIG_FILES diff -r 10cdf08515bb -r f18534b5699c openssh-pam/receipt --- a/openssh-pam/receipt Sat Jan 18 17:16:20 2020 +0100 +++ b/openssh-pam/receipt Sat Jan 18 18:26:14 2020 +0100 @@ -10,7 +10,7 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.openssh.org/" WGET_URL="http://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL" -CONFIG_FILES="/etc/ssh /etc/inetd.conf" +CONFIG_FILES="/etc/ssh" TAGS="ssh security" PROVIDE="openssh:pam ssh:pam" diff -r 10cdf08515bb -r f18534b5699c openssh/receipt --- a/openssh/receipt Sat Jan 18 17:16:20 2020 +0100 +++ b/openssh/receipt Sat Jan 18 18:26:14 2020 +0100 @@ -9,7 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.openssh.org/" WGET_URL="http://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL" -CONFIG_FILES="/etc/ssh /etc/inetd.conf" +CONFIG_FILES="/etc/ssh" TAGS="ssh security" HOST_ARCH="i486 arm" diff -r 10cdf08515bb -r f18534b5699c rsync/receipt --- a/rsync/receipt Sat Jan 18 17:16:20 2020 +0100 +++ b/rsync/receipt Sat Jan 18 18:26:14 2020 +0100 @@ -9,7 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://rsync.samba.org/" WGET_URL="${WEB_SITE}ftp/rsync/$TARBALL" -CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets /etc/inetd.conf" +CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets" TAGS="sync copy secure" HOST_ARCH="i486 arm"