[CalendarServer-changes] [2512] CalendarServer/trunk/run
source_changes at macosforge.org
source_changes at macosforge.org
Thu May 29 15:33:57 PDT 2008
Revision: 2512
http://trac.macosforge.org/projects/calendarserver/changeset/2512
Author: wsanchez at apple.com
Date: 2008-05-29 15:33:54 -0700 (Thu, 29 May 2008)
Log Message:
-----------
-p shouldn't try building things.
Modified Paths:
--------------
CalendarServer/trunk/run
Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run 2008-05-29 17:52:28 UTC (rev 2511)
+++ CalendarServer/trunk/run 2008-05-29 22:33:54 UTC (rev 2512)
@@ -78,7 +78,6 @@
'h') usage -; exit 0; ;;
'v') verbose="-v"; ;;
'f') force_setup="true"; ;;
- 'p') print_path="true"; ;;
'k') kill="true"; ;;
'r') restart="true"; ;;
'd') daemonize=""; ;;
@@ -86,10 +85,11 @@
't') service_type="${OPTARG}"; ;;
'K') read_key="${OPTARG}"; ;;
'S') profile="-p ${OPTARG}"; ;;
- 'g') do_get="true"; do_setup="false"; do_run="false"; ;;
- 's') do_get="true"; do_setup="true" ; do_run="false"; ;;
- 'i') do_get="true"; do_setup="true" ; do_run="false"; install="${OPTARG}"; install_flag="--root="; ;;
- 'I') do_get="true"; do_setup="true" ; do_run="false"; install="${wd}/build/dst"; install_flag="--root="; install_home="${OPTARG}"; ;;
+ 'g') do_get="true" ; do_setup="false"; do_run="false"; ;;
+ 's') do_get="true" ; do_setup="true" ; do_run="false"; ;;
+ 'p') do_get="false"; do_setup="false"; do_run="false"; print_path="true"; ;;
+ 'i') do_get="true" ; do_setup="true" ; do_run="false"; install="${OPTARG}"; install_flag="--root="; ;;
+ 'I') do_get="true" ; do_setup="true" ; do_run="false"; install="${wd}/build/dst"; install_flag="--root="; install_home="${OPTARG}"; ;;
esac;
done;
shift $((${OPTIND} - 1));
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080529/a14f70db/attachment.htm
More information about the calendarserver-changes
mailing list