wok rev 3761

dropbear-pam: fix post_install message
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 27 17:27:39 2009 +0200 (2009-07-27)
parents b0283dcad6f1
children 68eb9b7c9c5a
files dropbear-pam/receipt
line diff
     1.1 --- a/dropbear-pam/receipt	Sat Jul 25 08:02:34 2009 +0200
     1.2 +++ b/dropbear-pam/receipt	Mon Jul 27 17:27:39 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  }