Changeset 402
- Timestamp:
- 07/24/2009 17:51:27 (3 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
confaudit.in (modified) (1 diff)
-
confman.conf.in (modified) (1 diff)
-
confsync.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confaudit.in
r399 r402 60 60 conf_lock_system 61 61 62 if [ -n "${CONF_AUDIT_DELAY_CMD}" ]; then 63 echo "Executing delay command: ${CONF_AUDIT_DELAY_CMD}" 64 ${CONF_AUDIT_DELAY_CMD} 65 fi 66 62 67 # Set up our "Working Copy" 63 68 tmpdir=$(conf_tmp_dir) -
trunk/confman.conf.in
r363 r402 73 73 CONF_SSH_KEY="/root/.ssh/id_rsa" 74 74 75 # A command to delay the execution of confsync 76 CONF_SYNC_DELAY_CMD="" 77 78 # A command to delay the execution of confaudit 79 CONF_AUDIT_DELAY_CMD="" 80 75 81 # Enable or disable debugging 76 82 DEBUG="false" -
trunk/confsync.in
r399 r402 60 60 61 61 conf_lock_system 62 63 if [ -n "${CONF_SYNC_DELAY_CMD}" ]; then 64 echo "Executing delay command: ${CONF_SYNC_DELAY_CMD}" 65 ${CONF_SYNC_DELAY_CMD} 66 fi 62 67 63 68 # Set up our "Working Copy"
Note: See TracChangeset
for help on using the changeset viewer.
