artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82a4658
)
fsck now raises datasize limit itself.
author
millert
<millert@openbsd.org>
Fri, 28 Feb 1997 07:53:33 +0000
(07:53 +0000)
committer
millert
<millert@openbsd.org>
Fri, 28 Feb 1997 07:53:33 +0000
(07:53 +0000)
etc/rc
patch
|
blob
|
history
diff --git
a/etc/rc
b/etc/rc
index
2fb8167
..
f3906a0
100644
(file)
--- a/
etc/rc
+++ b/
etc/rc
@@
-1,4
+1,4
@@
-# $OpenBSD: rc,v 1.3
0 1997/02/19 03:59:14 tholo
Exp $
+# $OpenBSD: rc,v 1.3
1 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)
;;