Revision: 812 http://trac.macosforge.org/projects/calendarserver/changeset/812 Author: wsanchez@apple.com Date: 2006-12-12 14:56:50 -0800 (Tue, 12 Dec 2006) Log Message: ----------- Friendlier (cut & paste friendly) message. Modified Paths: -------------- CalendarServer/trunk/run Modified: CalendarServer/trunk/run =================================================================== --- CalendarServer/trunk/run 2006-12-12 22:49:06 UTC (rev 811) +++ CalendarServer/trunk/run 2006-12-12 22:56:50 UTC (rev 812) @@ -171,7 +171,8 @@ if ! "${setup_only}"; then if [ ! -f "${config}" ]; then echo "Missing config file: ${config}"; - echo "You might want to copy conf/caldavd-test.plist to conf/caldavd-dev.plist and start from there."; + echo "You might want to start by copying the test configuration:"; + echo " cp conf/caldavd-test.plist conf/caldavd-dev.plist"; exit 1; fi;