diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/Makefile.am | 13 | ||||
-rwxr-xr-x | scripts/halt | 4 | ||||
-rwxr-xr-x | scripts/reboot | 4 |
3 files changed, 5 insertions, 16 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index f901774..bb4c34a 100755 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,15 +1,4 @@ sbin_SCRIPTS = halt reboot EXTRA_DIST = halt reboot -POST_INSTALL = echo ' \ -===============================================\ - To complete the installation execute the \ - following as root: \ - \ - cp $(sbindir)halt /sbin/halt \ - cp $(sbindir)reboot /sbin/reboot \ - chmod 400 /sbin/halt /sbin/reboot \ - \ - Make sure you're in a jail! \ - \ -==============================================='\
\ No newline at end of file + diff --git a/scripts/halt b/scripts/halt index f762495..4ec8561 100755 --- a/scripts/halt +++ b/scripts/halt @@ -1,7 +1,7 @@ #!/bin/sh # # AUTHOR -# N. Nielsen +# Stef Walter # # LICENSE # This software is in the public domain. @@ -15,7 +15,7 @@ # with the software or the use or other dealings in the software. # # SUPPORT -# Send bug reports to: <nielsen@memberwebs.com> +# Send bug reports to: <stef@memberwebs.com> # # diff --git a/scripts/reboot b/scripts/reboot index c07bd15..ae932ae 100755 --- a/scripts/reboot +++ b/scripts/reboot @@ -1,7 +1,7 @@ #!/bin/sh # # AUTHOR -# N. Nielsen +# Stef Walter # # LICENSE # This software is in the public domain. @@ -15,7 +15,7 @@ # with the software or the use or other dealings in the software. # # SUPPORT -# Send bug reports to: <nielsen@memberwebs.com> +# Send bug reports to: <stef@memberwebs.com> # # |