Ignore:
Timestamp:
05/03/2009 16:25:09 (3 years ago)
Author:
ccowart
Message:

Refactored sourcing of the documentation library to support the confadmin
utility. Cleaned up handling of -h for these scripts.

Also set the keywords property on source files that were missing it.

Fixes #20

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confmancommon.sh.in

    r317 r323  
    140140fi 
    141141 
    142 # And the documentation library 
    143 if [ -f $REPO_DOCS ] ; then 
    144         . $REPO_DOCS 
    145 else 
    146     echo "Couldn't source the confman shell documentation library" >&2 
    147         exit 1 
    148 fi 
    149  
    150142# And we'll set a trap: 
    151143trap "conf_cleanExit" SIGINT SIGTERM SIGHUP 
Note: See TracChangeset for help on using the changeset viewer.