From b6cd3ca5bf49df496246ebc7baba09dfb67397c6 Mon Sep 17 00:00:00 2001 From: mxi1 Date: Thu, 17 Feb 2011 09:24:21 +0000 Subject: [PATCH] for defect 3178022, added the full path of "mkdir" command in rc.statelite files git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8881 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite | 2 +- .../share/xcat/netboot/add-on/statelite/rc.statelite.ppc.redhat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite b/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite index 12014d4b2..9414a94eb 100755 --- a/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite +++ b/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite @@ -237,7 +237,7 @@ ProcessType () { # every type has to have a base dir in tmpfs if [ ! -d ${TMPFS}${PPATH} ] && [ ! -L ${TMPFS}${PPATH} ]; then - mkdir -p ${TMPFS}${PPATH} + /bin/mkdir -p ${TMPFS}${PPATH} echo "mkdir -p ${TMPFS}${PPATH}" >>$LOG fi diff --git a/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite.ppc.redhat b/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite.ppc.redhat index b24f11cd1..ef2c27a96 100755 --- a/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite.ppc.redhat +++ b/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite.ppc.redhat @@ -237,7 +237,7 @@ ProcessType () { # every type has to have a base dir in tmpfs if [ ! -d ${TMPFS}${PPATH} ] && [ ! -L ${TMPFS}${PPATH} ]; then - mkdir -p ${TMPFS}${PPATH} + /bin/mkdir -p ${TMPFS}${PPATH} echo "mkdir -p ${TMPFS}${PPATH}" >>$LOG fi