diff options
-rwxr-xr-x | sysconfig/network-scripts/ifup-aliases | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysconfig/network-scripts/ifup-aliases b/sysconfig/network-scripts/ifup-aliases index c94d9e17..28127d04 100755 --- a/sysconfig/network-scripts/ifup-aliases +++ b/sysconfig/network-scripts/ifup-aliases @@ -53,10 +53,11 @@ # create hashes using the shell variable namesspace by just including the hash # key in the name of the variable. # -# This script written by: David Harris <dharris@drh.net> -# Principal Engineer, DRH Internet -# June 30, 1999 +# This script originally written by: David Harris <dharris@drh.net> +# Principal Engineer, DRH Internet +# June 30, 1999 # +# modified by: Bill Nottingham <notting@redhat.com> device=$1 if [ "$device" = "" ]; then |