From 1c1512462aee7c743327f5abdd530ac1f6a65743 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 28 May 2007 18:56:59 +0000 Subject: Use 'Stef' name instead of 'Nate' --- scripts/Makefile.am | 13 +------------ scripts/halt | 4 ++-- scripts/reboot | 4 ++-- 3 files changed, 5 insertions(+), 16 deletions(-) (limited to 'scripts') 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: +# Send bug reports to: # # 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: +# Send bug reports to: # # -- cgit v1.2.3