Changeset 94 for confman/confman
- Timestamp:
- 04/20/2006 19:49:11 (6 years ago)
- File:
-
- 1 edited
-
confman/confman (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
confman/confman
r93 r94 33 33 . $GCONF 34 34 else 35 echo " Error:Global config file couldn't be located" >&235 echo "Global config file couldn't be located" >&2 36 36 exit 1 37 37 fi … … 51 51 . $REPO_LIBRARY 52 52 else 53 echo " Error:Couldn't source the confman shell library" >&253 echo "Couldn't source the confman shell library" >&2 54 54 exit 1 55 55 fi … … 59 59 . $REPO_DOCS 60 60 else 61 echo " Error:Couldn't source the confman shell library" >&261 echo "Couldn't source the confman shell library" >&2 62 62 exit 1 63 63 fi … … 67 67 LAYERS=`cat $RECIPE_PATH | grep "^[^#]"` 68 68 else 69 echo " Error:Couldn't read the host's recipe!" >&269 echo "Couldn't read the host's recipe!" >&2 70 70 exit 1 71 71 fi … … 171 171 local file livefile 172 172 173 if [ -z $*] ; then173 if [ -z "$*" ] ; then 174 174 print_usage 1 175 175 elif [ ! -e $1 ] ; then … … 181 181 echo "Change this file to your log message." > $msg 182 182 ${EDITOR} $msg 183 update || conf_cleanexit 183 184 # If there's a failure, the user will update. Don't need to 185 # hide this from them. 186 # update || conf_cleanexit 184 187 185 188 echo "Installation operation started." >&2
Note: See TracChangeset
for help on using the changeset viewer.
