From fec2fa95e2f39ae1b2bab6cb4b54e7a2d3cf1764 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 20 Feb 2006 15:11:41 +0000 Subject: [PATCH] It's not always initialization --- etc/usr/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] -- 2.44.0