diff --git a/etc/rc b/etc/rc index 8978c1a4b..646dbf78d 100755 --- a/etc/rc +++ b/etc/rc @@ -104,6 +104,9 @@ Mount $usr /usr failed -- Single user." mount $usr /usr fi + # This file is necessary for above 'shutdown -C' check. + touch /usr/adm/wtmp + if [ "$sflag" ] then echo "Single user."