From 0617ce9a3e5fd9c49fd8013afe663e0ebb072990 Mon Sep 17 00:00:00 2001 From: dancer <dancer> Date: Mon, 7 Jan 2002 00:36:25 +0000 Subject: some more fixup, for release. --- pbuilder-modules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pbuilder-modules') diff --git a/pbuilder-modules b/pbuilder-modules index 47504cd..4489f52 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -52,7 +52,7 @@ EOF function umountproc () { if [ "$USEPROC" = "yes" ]; then - echo " -> unmounting proc" + echo " -> unmounting /proc filesystem" if ! umount "$BUILDPLACE/proc"; then echo "W: Retrying to unmount proc" sleep 5s @@ -73,7 +73,7 @@ EOF function mountproc () { if [ "$USEPROC" = "yes" ]; then - echo " -> mounting proc" + echo " -> mounting /proc filesystem" mkdir -p $BUILDPLACE/proc mount -t proc /proc "$BUILDPLACE/proc" fi -- cgit v1.2.3