wok-current diff dropbear/receipt @ rev 1375

Add: mpd (Music Player Daemon)
author Paul Issott <paul@slitaz.org>
date Thu Sep 11 15:10:48 2008 +0000 (2008-09-11)
parents 8bf276abef41
children fa8bcceddce2
line diff
     1.1 --- a/dropbear/receipt	Wed Jul 16 21:50:00 2008 +0200
     1.2 +++ b/dropbear/receipt	Thu Sep 11 15:10:48 2008 +0000
     1.3 @@ -8,6 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     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"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11 @@ -41,6 +42,8 @@
    1.12  	mkdir -p $fs/etc
    1.13  	cp -a stuff/dropbear $fs/etc
    1.14  	cp -a stuff/init.d $fs/etc
    1.15 +	touch   $fs/etc/dropbear/dropbear_dss_host_key \
    1.16 +		$fs/etc/dropbear/dropbear_rsa_host_key
    1.17  	
    1.18  	# Fix dropbear initscript perms
    1.19  	chown -R root.root $fs