diff options
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 43b08b80..e7cf8a04 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -452,7 +452,7 @@ if [ -x /sbin/quotaon ]; then fi # Clean out /etc. -rm -f /fastboot /fsckoptions /forcefsck +rm -f /fastboot /fsckoptions /forcefsck /halt /poweroff # Do we need (w|u)tmpx files? We don't set them up, but the sysadmin might... _NEED_XFILES= |