# HG changeset patch # User Pascal Bellard # Date 1248708459 -7200 # Node ID 5762c3727ccc894959c209ccaf1627289923d1f0 # Parent b0283dcad6f1fb1a4747dfed7df0de6c2c89de97 dropbear-pam: fix post_install message diff -r b0283dcad6f1 -r 5762c3727ccc dropbear-pam/receipt --- a/dropbear-pam/receipt Sat Jul 25 08:02:34 2009 +0200 +++ b/dropbear-pam/receipt Mon Jul 27 17:27:39 2009 +0200 @@ -62,7 +62,7 @@ # Post message when installing. post_install() { - echo -e "\nTo starts $PACKAGE server you can run :\n" - echo "/etc/init.d/$PACKAGE start" - echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n" + echo -e "\nTo starts $SOURCE server you can run :\n" + echo "/etc/init.d/$SOURCE start" + echo -e "Or add $SOURCE to RUN_DAEMONS in /etc/rcS.conf\n" }