Changeset 917
- Timestamp:
- 09/18/07 10:03:44 (1 year ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/cherokee-panic (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r916 r917 1 2007-09-18 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * cherokee/cherokee-panic: Fixed typo. It also slightly improves 4 the error reporting on case of an incorrect action. 5 1 6 2007-09-12 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 7 cherokee/trunk/cherokee/cherokee-panic
r798 r917 8 8 action=mail 9 9 else 10 action=ca l10 action=cat 11 11 fi 12 12 … … 108 108 ;; 109 109 *) 110 echo "ERROR: Wrong action ."110 echo "ERROR: Wrong action: \"$action\"" 111 111 exit 1 112 112 esac;