From de2bd9fba6a4b0d2adfb59d4f41b11362425f6c1 Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 27 Nov 2007 12:53:18 +0000 Subject: [PATCH] Changed the bash scripts to /bin/sh so this code can be packaged for AIX. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@82 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/usr/sbin/tabedit | 2 +- xCAT-server-2.0/etc/init.d/xcatd | 2 +- xCAT-server-2.0/usr/sbin/mknb | 2 +- xCAT-server-2.0/usr/share/xcat/postscripts/reboot | 2 +- xCAT-server-2.0/xcatd.rc | 2 +- xCAT/postscripts/reboot | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xCAT-client-2.0/usr/sbin/tabedit b/xCAT-client-2.0/usr/sbin/tabedit index cc5d5a70c..1ea210b96 100755 --- a/xCAT-client-2.0/usr/sbin/tabedit +++ b/xCAT-client-2.0/usr/sbin/tabedit @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html function cexit { if [ -d /tmp/tabedit.$$ ]; then diff --git a/xCAT-server-2.0/etc/init.d/xcatd b/xCAT-server-2.0/etc/init.d/xcatd index 020ae4559..947526777 100755 --- a/xCAT-server-2.0/etc/init.d/xcatd +++ b/xCAT-server-2.0/etc/init.d/xcatd @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html # chkconfig: 345 85 60 # description: xCAT management service diff --git a/xCAT-server-2.0/usr/sbin/mknb b/xCAT-server-2.0/usr/sbin/mknb index 6b3a84c1a..609bdd74d 100755 --- a/xCAT-server-2.0/usr/sbin/mknb +++ b/xCAT-server-2.0/usr/sbin/mknb @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html if [ $# -ne 1 ]; then echo "Usage: mknb " diff --git a/xCAT-server-2.0/usr/share/xcat/postscripts/reboot b/xCAT-server-2.0/usr/share/xcat/postscripts/reboot index 9c34fe8b6..a2966c12d 100755 --- a/xCAT-server-2.0/usr/share/xcat/postscripts/reboot +++ b/xCAT-server-2.0/usr/share/xcat/postscripts/reboot @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html #egan@us.ibm.com #(C)IBM Corp diff --git a/xCAT-server-2.0/xcatd.rc b/xCAT-server-2.0/xcatd.rc index 3a761c043..c43ff47b4 100755 --- a/xCAT-server-2.0/xcatd.rc +++ b/xCAT-server-2.0/xcatd.rc @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html # chkconfig: 345 85 60 # description: xCAT management service diff --git a/xCAT/postscripts/reboot b/xCAT/postscripts/reboot index 9c34fe8b6..a2966c12d 100755 --- a/xCAT/postscripts/reboot +++ b/xCAT/postscripts/reboot @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html #egan@us.ibm.com #(C)IBM Corp