wok-next rev 19305
ppp, dropbear: filter CONFIG_FILES
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 10 12:10:59 2016 +0200 (2016-07-10) |
parents | e7c2cba04343 |
children | c460585add2a |
files | dropbear/receipt ppp-pam/receipt ppp/receipt |
line diff
1.1 --- a/dropbear/receipt Sun Jul 10 11:46:12 2016 +0200 1.2 +++ b/dropbear/receipt Sun Jul 10 12:10:59 2016 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html" 1.6 WGET_URL="http://matt.ucc.asn.au/dropbear/releases/$TARBALL" 1.7 -CONFIG_FILES="/etc/dropbear /etc/inetd.conf" 1.8 +CONFIG_FILES="/etc/dropbear" 1.9 SUGGESTED="sftp-server" 1.10 PROVIDE="ssh" 1.11 TAGS="ssh"
2.1 --- a/ppp-pam/receipt Sun Jul 10 11:46:12 2016 +0200 2.2 +++ b/ppp-pam/receipt Sun Jul 10 12:10:59 2016 +0200 2.3 @@ -10,7 +10,7 @@ 2.4 TARBALL="$SOURCE-$VERSION.tar.gz" 2.5 WEB_SITE="http://ppp.samba.org/" 2.6 WGET_URL="https://github.com/paulusmack/ppp/archive/$TARBALL" 2.7 -CONFIG_FILES="/etc/ppp" 2.8 +CONFIG_FILES="/etc/ppp/options /etc/ppp/*secrets" 2.9 2.10 DEPENDS="pam" 2.11 BUILD_DEPENDS="wget pam pam-dev"
3.1 --- a/ppp/receipt Sun Jul 10 11:46:12 2016 +0200 3.2 +++ b/ppp/receipt Sun Jul 10 12:10:59 2016 +0200 3.3 @@ -9,7 +9,7 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.5 WEB_SITE="http://ppp.samba.org/" 3.6 WGET_URL="https://github.com/paulusmack/ppp/archive/$TARBALL" 3.7 -CONFIG_FILES="/etc/ppp" 3.8 +CONFIG_FILES="/etc/ppp/options /etc/ppp/*secrets" 3.9 HOST_ARCH="i486 arm" 3.10 3.11 BUILD_DEPENDS="wget"