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