artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
161033a
)
crank ulimit -d for fsck run (someone with a 19GB ccd ran into a problem)
author
deraadt
<deraadt@openbsd.org>
Sun, 22 Dec 1996 20:14:09 +0000
(20:14 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 22 Dec 1996 20:14:09 +0000
(20:14 +0000)
etc/rc
patch
|
blob
|
history
diff --git
a/etc/rc
b/etc/rc
index
616b11f
..
877ee3b
100644
(file)
--- a/
etc/rc
+++ b/
etc/rc
@@
-1,4
+1,4
@@
-# $OpenBSD: rc,v 1.2
7 1996/12/07 12:19:00
deraadt Exp $
+# $OpenBSD: rc,v 1.2
8 1996/12/22 20:14:09
deraadt 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."
- fsck -p
+ ( ulimit -d 32768; fsck -p )
case $? in
0)
;;