diff options
Diffstat (limited to 'init')
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ function error () info "$*"; fi - # The setsid voodoo (take from Debian init's panic()) is to enable job + # The setsid voodoo (taken from Debian init's panic()) is to enable job # control. # info "type Ctrl-D to exit shell and reboot" |