diff options
author | Gerrit Pape <pape@smarden.org> | 2002-01-29 19:30:43 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-01-29 19:30:43 +0000 |
commit | 79a465a1dc95b5f4691f801d3736ba8ca2498bc7 (patch) | |
tree | e79dbc9bd24de15869fd0e2dc88379ae50c04147 /etc/openbsd | |
parent | 5802a33291fa2943ca17acdaafbd61da11cbb440 (diff) | |
download | runit-79a465a1dc95b5f4691f801d3736ba8ca2498bc7.tar.gz runit-79a465a1dc95b5f4691f801d3736ba8ca2498bc7.tar.xz runit-79a465a1dc95b5f4691f801d3736ba8ca2498bc7.zip |
minor.
Diffstat (limited to 'etc/openbsd')
-rwxr-xr-x | etc/openbsd/1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/openbsd/1 b/etc/openbsd/1 index b1bc888..417edf2 100755 --- a/etc/openbsd/1 +++ b/etc/openbsd/1 @@ -9,4 +9,6 @@ trap : 3 echo '/etc/rc failed. Press <enter> for emergency shell...' read input /bin/sh -l -exec /sbin/reboot +/sbin/reboot + +exit |