summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-build-reports
diff options
context:
space:
mode:
authorRobert Gogolok <gogo@cs.uni-sb.de>2007-06-08 15:39:37 +0000
committerRobert Gogolok <gogo@cs.uni-sb.de>2007-06-08 15:39:37 +0000
commit7de10d0a917b3f83f1803bfd72f37509544cf814 (patch)
tree1de50249335f9378f3b64e2f7abee58e0c4f398e /src/sbin/bcfg2-build-reports
parentdf6cc1327a3b4ed3489fcc924342d23dc40ef59d (diff)
downloadbcfg2-7de10d0a917b3f83f1803bfd72f37509544cf814.tar.gz
bcfg2-7de10d0a917b3f83f1803bfd72f37509544cf814.tar.bz2
bcfg2-7de10d0a917b3f83f1803bfd72f37509544cf814.zip
bcfg2-build-reports: pass path of config file to bcfg2-ping-sweep
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3272 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin/bcfg2-build-reports')
-rwxr-xr-xsrc/sbin/bcfg2-build-reports2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-build-reports b/src/sbin/bcfg2-build-reports
index 4504856cd..534cbdd91 100755
--- a/src/sbin/bcfg2-build-reports
+++ b/src/sbin/bcfg2-build-reports
@@ -183,7 +183,7 @@ if __name__ == '__main__':
#hostinstat = os.stat(hostinfopath)
#if (time() - hostinstat[9])/(60*60) > 23.5:
if ping:
- os.system('bcfg2-ping-sweep') # bcfg2-ping-sweep needs to be in path
+ os.system('bcfg2-ping-sweep -C %s' % cfpath) # bcfg2-ping-sweep needs to be in path
#except OSError:
# os.system('GenerateHostInfo')#Generate HostInfo needs to be in path