From 82c4873646d99902c6960d21a6a96a63af441b4c Mon Sep 17 00:00:00 2001 From: vallard Date: Wed, 4 Mar 2009 17:54:37 +0000 Subject: [PATCH] changed /var/spool/pbs to /var/spool/torque git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2836 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/netboot/add-on/torque/pbs_mom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/netboot/add-on/torque/pbs_mom b/xCAT-server/share/xcat/netboot/add-on/torque/pbs_mom index cf6550779..267a53dec 100755 --- a/xCAT-server/share/xcat/netboot/add-on/torque/pbs_mom +++ b/xCAT-server/share/xcat/netboot/add-on/torque/pbs_mom @@ -13,8 +13,8 @@ BASE_PBS_PREFIX=/opt/torque ulimit -n 20000 ulimit -i 20000 -chmod 777 /var/spool/pbs/spool /var/spool/pbs/undelivered -chmod o+t /var/spool/pbs/spool /var/spool/pbs/undelivered +chmod 777 /var/spool/torque/spool /var/spool/torque/undelivered +chmod o+t /var/spool/torque/spool /var/spool/torque/undelivered ARCH=$(uname -m) AARCH="/$ARCH"