From b413aae0fb93e1848e1ae3ce4fa03cd315dc3ce4 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 15 Jun 2006 07:47:05 +0000 Subject: [PATCH] 2006-06-15 07:47:02 by steve BUGFIX: *really* allow tests to succeed prior to installation. --- hooks/centos4/10-disable-tls | 2 +- hooks/centos4/20-setup-yum | 2 +- hooks/centos4/30-fix-inittab | 2 +- hooks/centos4/40-setup-networking | 2 +- hooks/centos4/50-setup-hostname | 2 +- hooks/centos4/55-create-dev | 2 +- hooks/centos4/65-copy-user-files | 2 +- hooks/centos4/70-install-ssh | 2 +- hooks/centos4/80-install-modules | 2 +- hooks/centos4/90-make-fstab | 2 +- hooks/centos4/99-clean-image | 2 +- hooks/debian/10-disable-tls | 2 +- hooks/debian/15-disable-hwclock | 2 +- hooks/debian/20-setup-apt | 2 +- hooks/debian/30-fix-inittab | 2 +- hooks/debian/40-setup-networking | 2 +- hooks/debian/50-setup-hostname | 2 +- hooks/debian/55-create-dev | 2 +- hooks/debian/65-copy-user-files | 2 +- hooks/debian/70-install-ssh | 2 +- hooks/debian/80-install-modules | 2 +- hooks/debian/90-make-fstab | 2 +- hooks/debian/99-clean-image | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/hooks/centos4/10-disable-tls b/hooks/centos4/10-disable-tls index f15105c..70471ab 100755 --- a/hooks/centos4/10-disable-tls +++ b/hooks/centos4/10-disable-tls @@ -17,7 +17,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/centos4/20-setup-yum b/hooks/centos4/20-setup-yum index 94fb5fd..1047270 100755 --- a/hooks/centos4/20-setup-yum +++ b/hooks/centos4/20-setup-yum @@ -16,7 +16,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/centos4/30-fix-inittab b/hooks/centos4/30-fix-inittab index ebd62e8..9a3d792 100755 --- a/hooks/centos4/30-fix-inittab +++ b/hooks/centos4/30-fix-inittab @@ -19,7 +19,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/centos4/40-setup-networking b/hooks/centos4/40-setup-networking index 507501a..4cfbc57 100755 --- a/hooks/centos4/40-setup-networking +++ b/hooks/centos4/40-setup-networking @@ -16,7 +16,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/centos4/50-setup-hostname b/hooks/centos4/50-setup-hostname index ea1dfea..7c10f8f 100755 --- a/hooks/centos4/50-setup-hostname +++ b/hooks/centos4/50-setup-hostname @@ -18,7 +18,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/centos4/55-create-dev b/hooks/centos4/55-create-dev index 18ab281..51d74e3 100755 --- a/hooks/centos4/55-create-dev +++ b/hooks/centos4/55-create-dev @@ -18,7 +18,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/centos4/65-copy-user-files b/hooks/centos4/65-copy-user-files index 9fd4fb2..a34fe94 100755 --- a/hooks/centos4/65-copy-user-files +++ b/hooks/centos4/65-copy-user-files @@ -14,7 +14,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/centos4/70-install-ssh b/hooks/centos4/70-install-ssh index 6f8bba6..a51e528 100755 --- a/hooks/centos4/70-install-ssh +++ b/hooks/centos4/70-install-ssh @@ -16,7 +16,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/centos4/80-install-modules b/hooks/centos4/80-install-modules index caf37c3..dbd5f4c 100755 --- a/hooks/centos4/80-install-modules +++ b/hooks/centos4/80-install-modules @@ -17,7 +17,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/centos4/90-make-fstab b/hooks/centos4/90-make-fstab index 86e3be2..00d9c56 100755 --- a/hooks/centos4/90-make-fstab +++ b/hooks/centos4/90-make-fstab @@ -20,7 +20,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/centos4/99-clean-image b/hooks/centos4/99-clean-image index bae3fd3..3df2491 100755 --- a/hooks/centos4/99-clean-image +++ b/hooks/centos4/99-clean-image @@ -15,7 +15,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/debian/10-disable-tls b/hooks/debian/10-disable-tls index f11a8c4..e53b33b 100755 --- a/hooks/debian/10-disable-tls +++ b/hooks/debian/10-disable-tls @@ -15,7 +15,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/debian/15-disable-hwclock b/hooks/debian/15-disable-hwclock index 965d51e..132f4da 100755 --- a/hooks/debian/15-disable-hwclock +++ b/hooks/debian/15-disable-hwclock @@ -16,7 +16,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/debian/20-setup-apt b/hooks/debian/20-setup-apt index 18961b0..2624217 100755 --- a/hooks/debian/20-setup-apt +++ b/hooks/debian/20-setup-apt @@ -16,7 +16,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/debian/30-fix-inittab b/hooks/debian/30-fix-inittab index ebd62e8..9a3d792 100755 --- a/hooks/debian/30-fix-inittab +++ b/hooks/debian/30-fix-inittab @@ -19,7 +19,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/debian/40-setup-networking b/hooks/debian/40-setup-networking index 74517b6..821927e 100755 --- a/hooks/debian/40-setup-networking +++ b/hooks/debian/40-setup-networking @@ -16,7 +16,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/debian/50-setup-hostname b/hooks/debian/50-setup-hostname index 95acbb6..ed21768 100755 --- a/hooks/debian/50-setup-hostname +++ b/hooks/debian/50-setup-hostname @@ -18,7 +18,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/debian/55-create-dev b/hooks/debian/55-create-dev index eb28fa5..bd23293 100755 --- a/hooks/debian/55-create-dev +++ b/hooks/debian/55-create-dev @@ -17,7 +17,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/debian/65-copy-user-files b/hooks/debian/65-copy-user-files index 9fd4fb2..a34fe94 100755 --- a/hooks/debian/65-copy-user-files +++ b/hooks/debian/65-copy-user-files @@ -14,7 +14,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/debian/70-install-ssh b/hooks/debian/70-install-ssh index 5152f27..3eb9467 100755 --- a/hooks/debian/70-install-ssh +++ b/hooks/debian/70-install-ssh @@ -19,7 +19,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/debian/80-install-modules b/hooks/debian/80-install-modules index 28fe7b0..bd3a98f 100755 --- a/hooks/debian/80-install-modules +++ b/hooks/debian/80-install-modules @@ -22,7 +22,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/debian/90-make-fstab b/hooks/debian/90-make-fstab index ba02167..afc06b3 100755 --- a/hooks/debian/90-make-fstab +++ b/hooks/debian/90-make-fstab @@ -20,7 +20,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi diff --git a/hooks/debian/99-clean-image b/hooks/debian/99-clean-image index 49cba08..d36d438 100755 --- a/hooks/debian/99-clean-image +++ b/hooks/debian/99-clean-image @@ -16,7 +16,7 @@ prefix=$1 if [ -e /usr/lib/xen-tools/common.sh ]; then . /usr/lib/xen-tools/common.sh else - . ../common.sh + . ./hooks/common.sh fi