|
Lines 120-125
Link Here
|
| 120 |
|
120 |
|
| 121 |
RC_FORCE_AUTO="no" |
121 |
RC_FORCE_AUTO="no" |
| 122 |
|
122 |
|
|
|
123 |
# RC_FSCK_SHUTDOWN causes checkfs to trigger during shutdown as well as startup. |
| 124 |
# The end result of this is that if any periodic non-root filesystem checks are |
| 125 |
# scheduled, under normal circumstances the actual check will happen during |
| 126 |
# shutdown rather than at next boot. |
| 127 |
# This is useful when periodic filesystem checks are causing undesirable |
| 128 |
# delays at startup, but such delays at shutdown are acceptable. |
| 129 |
|
| 130 |
RC_FSCK_SHUTDOWN="no" |
| 131 |
|
| 123 |
# Use this variable to control the /dev management behavior. |
132 |
# Use this variable to control the /dev management behavior. |
| 124 |
# auto - let the scripts figure out what's best at boot |
133 |
# auto - let the scripts figure out what's best at boot |
| 125 |
# devfs - use devfs (requires sys-fs/devfsd) |
134 |
# devfs - use devfs (requires sys-fs/devfsd) |