From e45be8067fd5c21e14b65edc284a27b3f1ec4e0d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 17 Feb 2009 19:41:42 +0100 Subject: [PATCH] kernel, shadow: change info about post install hooks. --HG-- extra : convert_revision : 0b18c435f96c4751c86336054759c360ba175590 --- templates/kernel/prepost-inst | 2 +- templates/shadow/prepost-inst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/kernel/prepost-inst b/templates/kernel/prepost-inst index 95d4521aa25..1cfdb5fd40f 100644 --- a/templates/kernel/prepost-inst +++ b/templates/kernel/prepost-inst @@ -11,7 +11,7 @@ case "$2" in pre) ;; post) - echo "Running $3-$4 post-installation command..." + echo "Running $3-$4 post-installation hooks..." if [ "$1" = "NOTSET" ]; then if $(mount|grep "^/proc" 2>&1 >/dev/null); then mntproc_cmd="mount -t proc proc /proc" diff --git a/templates/shadow/prepost-inst b/templates/shadow/prepost-inst index c1d81eeb37a..f38dc6610fe 100644 --- a/templates/shadow/prepost-inst +++ b/templates/shadow/prepost-inst @@ -47,6 +47,7 @@ case "$2" in pre) ;; post) + echo "Running $3-$4 post installation hook..." if [ "$1" = "NOTSET" ]; then run_cmd="pwconv" else