wok diff portmap/receipt @ rev 10903
Add zbar
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 21 11:42:09 2011 +0200 (2011-07-21) |
parents | be13f25e790b |
children | 2a5cc8208d36 |
line diff
1.1 --- a/portmap/receipt Sun Feb 20 06:53:59 2011 +0000 1.2 +++ b/portmap/receipt Thu Jul 21 11:42:09 2011 +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 }