diff --git a/etc/usr/rc b/etc/usr/rc index 26fd9c9d3..5e1a7b2d8 100644 --- a/etc/usr/rc +++ b/etc/usr/rc @@ -171,7 +171,7 @@ d=/usr/local/etc/rc.d if [ -d "$d" ] then if cd $d then - echo -n "Local package initialization: " + echo -n "Local packages ($action): " for f in * do if [ -x "$f" ]