From 83c963e5eae6dd2355061503ff428abe3365a78c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 23 Jun 2007 21:22:30 +0000 Subject: initscripts 1.0: mountall.sh: Don't swallow crucial errors. * Instead, log them to syslog. --- packages/initscripts/initscripts-1.0/mountall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/initscripts/initscripts-1.0/mountall.sh') diff --git a/packages/initscripts/initscripts-1.0/mountall.sh b/packages/initscripts/initscripts-1.0/mountall.sh index 30f5b5ea37..53bff0fbce 100755 --- a/packages/initscripts/initscripts-1.0/mountall.sh +++ b/packages/initscripts/initscripts-1.0/mountall.sh @@ -14,7 +14,7 @@ fi # about this. So we mount "proc" filesystems without -v. # test "$VERBOSE" != no && echo "Mounting local filesystems..." -mount -a $MOUNTALL 2>/dev/null +mount -a $MOUNTALL 2>&1 | logger -s -p user.err # # We might have mounted something over /dev, see if /dev/initctl is there. -- cgit v1.2.3