]> Zhao Yanbai Git Server - minix.git/commitdiff
It's not always initialization
authorBen Gras <ben@minix3.org>
Mon, 20 Feb 2006 15:11:41 +0000 (15:11 +0000)
committerBen Gras <ben@minix3.org>
Mon, 20 Feb 2006 15:11:41 +0000 (15:11 +0000)
etc/usr/rc

index 26fd9c9d3152928867ff1ffcb2926da63a04ed8f..5e1a7b2d8054aea06473b8013c682c546a62bbb9 100644 (file)
@@ -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" ]