- Timestamp:
- 09/30/2009 23:08:08 (3 years ago)
- Location:
- branches/confman-1.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
confman.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/confman.in
r432 r434 86 86 87 87 function create { 88 local module=$189 shift90 88 if [ -z "$*" ] ; then 89 print_usage 1 90 else 91 91 conf_lock_wcopy 92 local module=$1 92 93 conf_create_module $module || exit 1 93 94 conf_unlock_wcopy 94 else95 print_usage 196 95 fi 97 96 }
Note: See TracChangeset
for help on using the changeset viewer.
