X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=ybin%2Fybin;h=6b5d4c8304cc844f618ca4145dc157a8b7983b6a;hp=b333e9186920c912187b9a1fc0567c0eddd04f0e;hb=9668c7903f8dc4e659d7b201ca0e8acb70f0d21c;hpb=2ad0d7649e5042cad43a16b4a03bf53f39948316 diff --git a/ybin/ybin b/ybin/ybin index b333e91..6b5d4c8 100755 --- a/ybin/ybin +++ b/ybin/ybin @@ -3,7 +3,7 @@ ############################################################################### ## ## ybin (YaBoot INstaller) installs/updates the yaboot bootloader. -## Copyright (C) 2000, 2001 Ethan Benson +## Copyright (C) 2000, 2001, 2002 Ethan Benson ## ## This program is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License @@ -28,7 +28,7 @@ if [ -n "$PATH_PREFIX" ] ; then fi PRG="${0##*/}" SIGINT="$PRG: Interrupt caught ... exiting" -VERSION=1.3.6 +VERSION=1.3.7 DEBUG=0 VERBOSE=0 TMP="${TMPDIR:-/tmp}" @@ -132,7 +132,7 @@ echo \ "$PRG $VERSION Written by Ethan Benson -Copyright (C) 2000, 2001 Ethan Benson +Copyright (C) 2000, 2001, 2002 Ethan Benson This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." }