FreeBSD Bugzilla – Attachment 6571 Details for
Bug 14791
Optionally change the behaviour of fsck upon bootup.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 414 bytes, created by
jesper
on 1999-11-09 03:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jesper
Created:
1999-11-09 03:20:00 UTC
Size:
414 bytes
patch
obsolete
>--- /etc/rc.orig Tue Nov 9 03:00:10 1999 >+++ /etc/rc Tue Nov 9 02:57:46 1999 >@@ -58,7 +58,17 @@ > > case $1 in > autoboot) >- echo Automatic reboot in progress... >+ case ${fsck_unattended} in >+ [Yy][Ee][Ss]) >+ echo Automatic reboot in progress... (unattended) >+ fsck -p || fsck -y >+ ;; >+ [Nn][Oo]) >+ echo Automatic reboot in progress... >+ fsck -p >+ ;; >+ esac >+ > fsck -p > case $? in > 0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14791
: 6571 |
6572