summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/sbin/StatReports2
-rwxr-xr-xsrc/sbin/bcfg2-ping-sweep (renamed from src/sbin/GenerateHostInfo)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/StatReports b/src/sbin/StatReports
index 1192564f9..11dd84969 100755
--- a/src/sbin/StatReports
+++ b/src/sbin/StatReports
@@ -179,7 +179,7 @@ if __name__ == '__main__':
#try:
#hostinstat = os.stat(hostinfopath)
#if (time() - hostinstat[9])/(60*60) > 23.5:
- os.system('GenerateHostInfo')#Generate HostInfo needs to be in path
+ os.system('bcfg2-ping-sweep') # bcfg2-ping-sweep needs to be in path
#except OSError:
# os.system('GenerateHostInfo')#Generate HostInfo needs to be in path
diff --git a/src/sbin/GenerateHostInfo b/src/sbin/bcfg2-ping-sweep
index ddb8c36e8..ddb8c36e8 100755
--- a/src/sbin/GenerateHostInfo
+++ b/src/sbin/bcfg2-ping-sweep