wok diff dropbear-pam/receipt @ rev 3973

merge
author Christophe Lincoln <pankso@slitaz.org>
date Thu Aug 27 11:36:57 2009 +0200 (2009-08-27)
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 Aug 27 11:36:57 2009 +0200
     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  }