Changeset 486
- Timestamp:
- 11/11/2009 14:24:40 (2 years ago)
- Location:
- branches/confman-1.9
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
confsync.8 (modified) (2 diffs)
-
confsync.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/confsync.8
r429 r486 36 36 .Op Fl s 37 37 .Op Fl d 38 .Op Fl q 38 39 .Nm 39 40 .Fl h … … 75 76 The 76 77 .Fl d 77 option can be used to print additional debugging information. 78 option can be used to print additional debugging information. The 79 .Fl q 80 can be used to quiet the log messages by suppressing the "System is up to date" 81 messages. 78 82 .Pp 79 83 When launched with -
branches/confman-1.9/confsync.in
r483 r486 45 45 46 46 FORCE=false 47 QUIET=false 47 48 sleep_mode=false 48 while getopts "fsdh" OPT 2>&4 ; do 49 50 while getopts "fqsdh" OPT 2>&4 ; do 49 51 case $OPT in 50 52 f) FORCE=true ;; 51 53 s) sleep_mode=true ;; 52 54 d) DEBUG=true ;; 55 q) QUIET=true ;; 53 56 h) print_help 0;; 54 57 *) print_help 1;; … … 128 131 conf_cleanExit 1 129 132 elif ! $FORCE && [ $tar_revision -le $sys_revision ] ; then 130 echo "System is up to date." | conf_logger133 $QUIET || echo "System is up to date." | conf_logger 131 134 conf_cleanExit 0 132 135 fi
Note: See TracChangeset
for help on using the changeset viewer.
