wok diff portmap/receipt @ rev 11553

Add hardware-thinkpad-600e form wok-undigest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:19:03 2011 +0100 (2011-12-25)
parents be13f25e790b
children 2a5cc8208d36
line diff
     1.1 --- a/portmap/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.2 +++ b/portmap/receipt	Sun Dec 25 15:19:03 2011 +0100
     1.3 @@ -30,12 +30,8 @@
     1.4  	cp -a $src/pmap_set $fs/usr/sbin
     1.5  	cp -a $src/portmap $fs/usr/sbin
     1.6  
     1.7 -	strip -s $fs/usr/sbin/*
     1.8 -	
     1.9  	mkdir -p $fs/etc/init.d
    1.10  	install -g root -o root -m 0755 stuff/init.d/portmap $fs/etc/init.d
    1.11 -	
    1.12 -	
    1.13  }
    1.14  
    1.15  
    1.16 @@ -44,6 +40,5 @@
    1.17  	# Post message when installing.
    1.18  	echo -e "\nTo starts $PACKAGE server you can run :\n"
    1.19          echo "/etc/init.d/$PACKAGE start"
    1.20 -	echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n"
    1.21 -	                        
    1.22 +	echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n"	                        
    1.23  }