wok rev 18599

dropbear, slitaz-tools, tazwikiss, wpa_supplicant: touch missing "official" config files
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 16 00:25:42 2015 +0200 (2015-11-16)
parents 0b3cd18bb29d
children 36cff08f4dc9
files dropbear/receipt slitaz-tools/receipt tazwikiss/receipt wpa_supplicant/receipt
line diff
     1.1 --- a/dropbear/receipt	Sat Nov 14 16:30:47 2015 +0200
     1.2 +++ b/dropbear/receipt	Mon Nov 16 00:25:42 2015 +0200
     1.3 @@ -77,7 +77,8 @@
     1.4  	ln -s sshx $fs/usr/bin/pppssh
     1.5  	ln -s sshx $fs/usr/bin/sshfbvnc
     1.6  	touch $fs/etc/dropbear/dropbear_dss_host_key \
     1.7 -		$fs/etc/dropbear/dropbear_rsa_host_key
     1.8 +		$fs/etc/dropbear/dropbear_rsa_host_key \
     1.9 +		$fs/etc/inetd.conf
    1.10  
    1.11  	# Fix dropbear initscript perms
    1.12  	chown -R root.root $fs
     2.1 --- a/slitaz-tools/receipt	Sat Nov 14 16:30:47 2015 +0200
     2.2 +++ b/slitaz-tools/receipt	Mon Nov 16 00:25:42 2015 +0200
     2.3 @@ -36,5 +36,6 @@
     2.4  	cp -a $install/* $fs
     2.5  	sed 's|sakura)|&\n\t\tTERMINAL="sakura --sync"|' -i $fs/usr/bin/terminal
     2.6  	chmod 0644 $fs/usr/share/locale/*/*/*.mo
     2.7 +	touch $fs/etc/firewall.conf
     2.8  	chown -R root.root $fs
     2.9  }
     3.1 --- a/tazwikiss/receipt	Sat Nov 14 16:30:47 2015 +0200
     3.2 +++ b/tazwikiss/receipt	Mon Nov 16 00:25:42 2015 +0200
     3.3 @@ -10,7 +10,8 @@
     3.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     3.5  WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
     3.6  WEB_SITE="http://www.slitaz.org/"
     3.7 -CONFIG_FILES="/var/www/wiki/config*.sh"
     3.8 +CONFIG_FILES="/var/www/wiki/config.sh /var/www/wiki/config-de.sh \
     3.9 +/var/www/wiki/config-fr.sh"
    3.10  HOST_ARCH="any"
    3.11  
    3.12  # Rules to configure and make the package.
     4.1 --- a/wpa_supplicant/receipt	Sat Nov 14 16:30:47 2015 +0200
     4.2 +++ b/wpa_supplicant/receipt	Mon Nov 16 00:25:42 2015 +0200
     4.3 @@ -9,7 +9,7 @@
     4.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     4.5  WEB_SITE="http://hostap.epitest.fi/wpa_supplicant/"
     4.6  WGET_URL="http://hostap.epitest.fi/releases/$TARBALL"
     4.7 -CONFIG_FILES="/etc/wpa_supplicant.conf"
     4.8 +CONFIG_FILES="/etc/wpa/wpa_supplicant.conf"
     4.9  TAGS="wireless wifi network"
    4.10  HOST_ARCH="i486 arm"
    4.11