From ae472a00026a513069f2c720ea098977d26f7bcb Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Mon, 12 Dec 2011 19:03:45 +0100 Subject: [PATCH] Fix the GREETING variable name typo --- projects/ATV/options | 10 +++++----- projects/Fusion/options | 10 +++++----- projects/Generic/options | 10 +++++----- projects/Generic_OSS/options | 10 +++++----- projects/ION/options | 10 +++++----- projects/Intel/options | 10 +++++----- projects/Ultra/options | 10 +++++----- scripts/image | 10 +++++----- 8 files changed, 40 insertions(+), 40 deletions(-) diff --git a/projects/ATV/options b/projects/ATV/options index 8006c3be25..12c0c014e6 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -6,11 +6,11 @@ fi # Welcome Message for e.g. SSH Server (up to 5 Lines) - GREATING0="##############################################" - GREATING1="# OpenELEC - The living room PC for everyone #" - GREATING2="# ...... visit http://www.openelec.tv ...... #" - GREATING3="##############################################" - GREATING4="" + GREETING0="##############################################" + GREETING1="# OpenELEC - The living room PC for everyone #" + GREETING2="# ...... visit http://www.openelec.tv ...... #" + GREETING3="##############################################" + GREETING4="" # Hostname for target system (openelec) HOSTNAME="openelec" diff --git a/projects/Fusion/options b/projects/Fusion/options index b4add43f5d..930ffcf7ce 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -6,11 +6,11 @@ fi # Welcome Message for e.g. SSH Server (up to 5 Lines) - GREATING0="##############################################" - GREATING1="# OpenELEC - The living room PC for everyone #" - GREATING2="# ...... visit http://www.openelec.tv ...... #" - GREATING3="##############################################" - GREATING4="" + GREETING0="##############################################" + GREETING1="# OpenELEC - The living room PC for everyone #" + GREETING2="# ...... visit http://www.openelec.tv ...... #" + GREETING3="##############################################" + GREETING4="" # Hostname for target system (openelec) HOSTNAME="openelec" diff --git a/projects/Generic/options b/projects/Generic/options index 2f86fe8be9..bd66c61d95 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -6,11 +6,11 @@ fi # Welcome Message for e.g. SSH Server (up to 5 Lines) - GREATING0="##############################################" - GREATING1="# OpenELEC - The living room PC for everyone #" - GREATING2="# ...... visit http://www.openelec.tv ...... #" - GREATING3="##############################################" - GREATING4="" + GREETING0="##############################################" + GREETING1="# OpenELEC - The living room PC for everyone #" + GREETING2="# ...... visit http://www.openelec.tv ...... #" + GREETING3="##############################################" + GREETING4="" # Hostname for target system (openelec) HOSTNAME="openelec" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 908b48cc59..570552a793 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -6,11 +6,11 @@ fi # Welcome Message for e.g. SSH Server (up to 5 Lines) - GREATING0="##############################################" - GREATING1="# OpenELEC - The living room PC for everyone #" - GREATING2="# ...... visit http://www.openelec.tv ...... #" - GREATING3="##############################################" - GREATING4="" + GREETING0="##############################################" + GREETING1="# OpenELEC - The living room PC for everyone #" + GREETING2="# ...... visit http://www.openelec.tv ...... #" + GREETING3="##############################################" + GREETING4="" # Hostname for target system (openelec) HOSTNAME="openelec" diff --git a/projects/ION/options b/projects/ION/options index 813da87076..19da586312 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -6,11 +6,11 @@ fi # Welcome Message for e.g. SSH Server (up to 5 Lines) - GREATING0="##############################################" - GREATING1="# OpenELEC - The living room PC for everyone #" - GREATING2="# ...... visit http://www.openelec.tv ...... #" - GREATING3="##############################################" - GREATING4="" + GREETING0="##############################################" + GREETING1="# OpenELEC - The living room PC for everyone #" + GREETING2="# ...... visit http://www.openelec.tv ...... #" + GREETING3="##############################################" + GREETING4="" # Hostname for target system (openelec) HOSTNAME="openelec" diff --git a/projects/Intel/options b/projects/Intel/options index edfb679725..ae97773394 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -6,11 +6,11 @@ fi # Welcome Message for e.g. SSH Server (up to 5 Lines) - GREATING0="##############################################" - GREATING1="# OpenELEC - The living room PC for everyone #" - GREATING2="# ...... visit http://www.openelec.tv ...... #" - GREATING3="##############################################" - GREATING4="" + GREETING0="##############################################" + GREETING1="# OpenELEC - The living room PC for everyone #" + GREETING2="# ...... visit http://www.openelec.tv ...... #" + GREETING3="##############################################" + GREETING4="" # Hostname for target system (openelec) HOSTNAME="openelec" diff --git a/projects/Ultra/options b/projects/Ultra/options index d06d2c0684..7a6f7fc821 100755 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -6,11 +6,11 @@ fi # Welcome Message for e.g. SSH Server (up to 5 Lines) - GREATING0="##############################################" - GREATING1="# OpenELEC - The living room PC for everyone #" - GREATING2="# ...... visit http://www.openelec.tv ...... #" - GREATING3="##############################################" - GREATING4="" + GREETING0="##############################################" + GREETING1="# OpenELEC - The living room PC for everyone #" + GREETING2="# ...... visit http://www.openelec.tv ...... #" + GREETING3="##############################################" + GREETING4="" # Hostname for target system (openelec) HOSTNAME="openelec" diff --git a/scripts/image b/scripts/image index edee6cb589..305d495d83 100755 --- a/scripts/image +++ b/scripts/image @@ -84,11 +84,11 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION" fi # create /etc/issue - echo $GREATING0 > $INSTALL/etc/issue - echo $GREATING1 >> $INSTALL/etc/issue - echo $GREATING2 >> $INSTALL/etc/issue - echo $GREATING3 >> $INSTALL/etc/issue - echo $GREATING4 >> $INSTALL/etc/issue + echo $GREETING0 > $INSTALL/etc/issue + echo $GREETING1 >> $INSTALL/etc/issue + echo $GREETING2 >> $INSTALL/etc/issue + echo $GREETING3 >> $INSTALL/etc/issue + echo $GREETING4 >> $INSTALL/etc/issue echo "$DISTRONAME Version: $OPENELEC_VERSION" >> $INSTALL/etc/issue if [ -n "$GIT_HASH" ]; then echo "$DISTRONAME git: $GIT_HASH" >> $INSTALL/etc/issue