wok diff portmap/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents be13f25e790b
children 2a5cc8208d36
line diff
     1.1 --- a/portmap/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.2 +++ b/portmap/receipt	Tue Apr 10 13:54:27 2012 +0200
     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  }