From 8406115834d38bb743e01f35bfd36e835532415e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 19 Apr 2010 20:16:01 +0100 Subject: [build] Rename gPXE to iPXE Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown --- contrib/errcode/README | 10 +++++----- contrib/errcode/build_errcodedb.py | 2 +- contrib/errcode/errcode.php | 6 +++--- contrib/errcode/errcodedb.py | 3 +++ contrib/errcode/errcodedb.pyc | Bin 0 -> 11660 bytes contrib/errcode/gpxebot.py | 8 ++++---- contrib/rom-o-matic/README | 22 +++++++++++----------- contrib/rom-o-matic/bottom.php | 8 ++++---- contrib/rom-o-matic/build.php | 12 ++++++------ contrib/rom-o-matic/directions.php | 2 +- contrib/rom-o-matic/doc/IMAGE_SCRIPT.html | 2 +- contrib/rom-o-matic/flag-table.php | 2 +- contrib/rom-o-matic/globals.php | 12 ++++++------ contrib/rom-o-matic/top.php | 2 +- contrib/rom-o-matic/utils.php | 18 +++++++++--------- 15 files changed, 56 insertions(+), 53 deletions(-) create mode 100644 contrib/errcode/errcodedb.py create mode 100644 contrib/errcode/errcodedb.pyc (limited to 'contrib') diff --git a/contrib/errcode/README b/contrib/errcode/README index b2963c06..eb66d069 100644 --- a/contrib/errcode/README +++ b/contrib/errcode/README @@ -1,6 +1,6 @@ -Error Code Lookup for gPXE +Error Code Lookup for iPXE ========================== -This program looks up gPXE error codes so you can locate the line of source +This program looks up iPXE error codes so you can locate the line of source code which produced the error. Setup @@ -8,11 +8,11 @@ Setup You must run: ./build_errcodedb.py >errcodedb.py -This extracts error code definitions from the gPXE source code and produces a +This extracts error code definitions from the iPXE source code and produces a "database" which is used by the main program. Once you have done this errcode.py and errcodedb.py are the only files you -need. They are now independent of the gPXE source code and can be moved +need. They are now independent of the iPXE source code and can be moved anywhere. [OPTIONAL] @@ -21,7 +21,7 @@ $ERRCODE_PATH to the errcode.py script. Then move errcode.php to a location visible from your web server. [OPTIONAL] -A simple IRC bot is provided. Edit gpxebot.py to fill in the IRC details. +A simple IRC bot is provided. Edit ipxebot.py to fill in the IRC details. Usage ----- diff --git a/contrib/errcode/build_errcodedb.py b/contrib/errcode/build_errcodedb.py index 1be9d853..99072922 100755 --- a/contrib/errcode/build_errcodedb.py +++ b/contrib/errcode/build_errcodedb.py @@ -18,7 +18,7 @@ import sys import re pxenv_status_files = ('../../src/include/errno.h', ) -errfile_files = ('../../src/include/gpxe/errfile.h', +errfile_files = ('../../src/include/ipxe/errfile.h', '../../src/arch/i386/include/bits/errfile.h') posix_errno_files = ('../../src/include/errno.h', ) diff --git a/contrib/errcode/errcode.php b/contrib/errcode/errcode.php index 87114495..f4774f03 100644 --- a/contrib/errcode/errcode.php +++ b/contrib/errcode/errcode.php @@ -23,7 +23,7 @@ $ERRCODE_PATH = './errcode.py'; - gPXE Error Code Lookup + iPXE Error Code Lookup