summaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-06-08 03:48:29 +0000
committerRoland McGrath <roland@gnu.org>2001-06-08 03:48:29 +0000
commit60add9cfdb0f78fc4dbf5e2fd3f50d26316503e1 (patch)
treef579d464bb3137d22f5f3a136bf448038e2fc334 /daemons
parentbfd69efe00e7df972ff3e26ce0ace8fb144ef2d1 (diff)
2001-06-07 Roland McGrath <roland@frob.com>
* rc.sh: Include $? value in message about unexpected fsck exit.
Diffstat (limited to 'daemons')
-rw-r--r--daemons/rc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/rc.sh b/daemons/rc.sh
index 75afa4df..e0a92d81 100644
--- a/daemons/rc.sh
+++ b/daemons/rc.sh
@@ -38,7 +38,7 @@ then
;;
# Oh dear.
*)
- echo "Unknown error during fsck"
+ echo "Unknown error during fsck (exit status $?)"
exit 1
;;
esac