wok diff dropbear-pam/receipt @ rev 4250

Removed aufs and aufs-module
author Christophe Lincoln <pankso@slitaz.org>
date Fri Sep 25 02:17:07 2009 +0200 (2009-09-25)
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	Fri Sep 25 02:17:07 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  }