43 |
try: |
try: |
44 |
vendor = props['system.vendor'] |
vendor = props['system.vendor'] |
45 |
if len(vendor.strip()) == 0: |
if len(vendor.strip()) == 0: |
46 |
|
diff -up smolt-1.4.3.sme/client/smolt.cron.monthly smolt-1.4.3/client/smolt.cron.monthly |
47 |
|
--- smolt-1.4.3.sme/client/smolt.cron.monthly 2010-02-27 12:05:44.000000000 -0700 |
48 |
|
+++ smolt-1.4.3/client/smolt.cron.monthly 2010-03-06 09:49:28.000000000 -0700 |
49 |
|
@@ -2,4 +2,4 @@ |
50 |
|
# Please note that calling with -c will cause smolt to pause a random amount of |
51 |
|
# time between 0 and 3 days before actually sending, this is to prevent ddos on |
52 |
|
# the server |
53 |
|
-20 1 1 * * smolt /usr/bin/smoltSendProfile -c > /dev/null 2>&1 |
54 |
|
+20 1 1 * * admin /usr/bin/smoltSendProfile -c > /dev/null 2>&1 |