From a5191af18c80a28c6665d3dfd180f17e39477ff3 Mon Sep 17 00:00:00 2001 From: millert <> Date: Fri, 28 Feb 1997 07:53:33 +0000 Subject: [PATCH] fsck now raises datasize limit itself. --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 2fb8167c..f3906a07 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.30 1997/02/19 03:59:14 tholo Exp $ +# $OpenBSD: rc,v 1.31 1997/02/28 07:53:33 millert Exp $ # System startup script run by init on autoboot # or after single-user. @@ -25,7 +25,7 @@ if [ -e /fastboot ]; then echo "Fast boot: skipping disk checks." elif [ $1x = autobootx ]; then echo "Automatic boot in progress: starting file system checks." - ( ulimit -d 32768; fsck -p ) + fsck -p case $? in 0) ;;