wok diff dropbear-pam/receipt @ rev 4514

Up:gutenprint; Add gutenprint-dev
author Rohit Joshi <jozee@slitaz.org>
date Thu Nov 26 12:07:22 2009 +0000 (2009-11-26)
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 Nov 26 12:07:22 2009 +0000
     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  }