Changeset 323 for trunk/confadmin.in
- Timestamp:
- 05/03/2009 16:25:09 (3 years ago)
- File:
-
- 1 edited
-
trunk/confadmin.in (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confadmin.in
- Property svn:keywords set to Id
r315 r323 25 25 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 26 # 27 # $Id : confman.in 308 2009-01-27 07:01:40Z ccowart$27 # $Id$ 28 28 # 29 29 … … 32 32 else 33 33 echo "Can't find confmancommon.sh. Exiting." >&2 34 fi 35 36 # Source the documentation library 37 if [ -f $REPO_DOCS_CONFADMIN ] ; then 38 . $REPO_DOCS_CONFADMIN 39 else 40 echo "Couldn't source the confman shell documentation library" >&2 41 exit 1 34 42 fi 35 43 … … 55 63 56 64 # Debug mode? 57 while getopts " d" opt ; do65 while getopts "hd" opt ; do 58 66 case $opt in 59 d) 60 DEBUG="true" 61 shift 62 ;; 63 *) 64 print_help 1 65 ;; 67 d) DEBUG="true" ;; 68 h) shift ; print_help "$@" ; exit 0 ;; 69 *) print_usage 1 ;; 66 70 esac 67 71 done
Note: See TracChangeset
for help on using the changeset viewer.
