diff options
Diffstat (limited to 'rc.d/init.d/single')
-rwxr-xr-x | rc.d/init.d/single | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/single b/rc.d/init.d/single index 84341a50..9e8ad6d7 100755 --- a/rc.d/init.d/single +++ b/rc.d/init.d/single @@ -54,4 +54,4 @@ done # Now go to the single user level. echo $"Telling INIT to go to single user mode." -exec init -t1 S +init -t1 S |