wok diff dropbear-pam/receipt @ rev 4733

Add: libmagic, libmagic-dev from File package.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 07 11:59:35 2010 +0100 (2010-01-07)
parents a975000773d0
children 85210ad650ac
line diff
     1.1 --- a/dropbear-pam/receipt	Thu Jul 02 09:05:44 2009 +0200
     1.2 +++ b/dropbear-pam/receipt	Thu Jan 07 11:59:35 2010 +0100
     1.3 @@ -62,7 +62,7 @@
     1.4  # Post message when installing.
     1.5  post_install()
     1.6  {
     1.7 -	echo -e "\nTo starts $PACKAGE server you can run :\n"
     1.8 -	echo "/etc/init.d/$PACKAGE start"
     1.9 -	echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n"
    1.10 +	echo -e "\nTo starts $SOURCE server you can run :\n"
    1.11 +	echo "/etc/init.d/$SOURCE start"
    1.12 +	echo -e "Or add $SOURCE to RUN_DAEMONS in /etc/rcS.conf\n"
    1.13  }