[CalendarServer-changes] [8523] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 13 12:05:53 PST 2012


Revision: 8523
          http://trac.macosforge.org/projects/calendarserver/changeset/8523
Author:   wsanchez at apple.com
Date:     2012-01-13 12:05:53 -0800 (Fri, 13 Jan 2012)
Log Message:
-----------
Add man page for calendarserver_shell

Modified Paths:
--------------
    CalendarServer/trunk/support/Makefile.Apple

Added Paths:
-----------
    CalendarServer/trunk/doc/calendarserver_shell.8

Added: CalendarServer/trunk/doc/calendarserver_shell.8
===================================================================
--- CalendarServer/trunk/doc/calendarserver_shell.8	                        (rev 0)
+++ CalendarServer/trunk/doc/calendarserver_shell.8	2012-01-13 20:05:53 UTC (rev 8523)
@@ -0,0 +1,49 @@
+.\"
+.\" Copyright (c) 2012 Apple Inc. All rights reserved.
+.\"
+.\" Licensed under the Apache License, Version 2.0 (the "License");
+.\" you may not use this file except in compliance with the License.
+.\" You may obtain a copy of the License at
+.\"
+.\"     http://www.apache.org/licenses/LICENSE-2.0
+.\"
+.\" Unless required by applicable law or agreed to in writing, software
+.\" distributed under the License is distributed on an "AS IS" BASIS,
+.\" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+.\" See the License for the specific language governing permissions and
+.\" limitations under the License.
+.\"
+.\" The following requests are required for all man pages.
+.Dd Januar 13, 2012
+.Dt CALENDARSERVER_SHELL 8
+.Os
+.Sh NAME
+.Nm calendarserver_shell
+.Nd Calendar Server interactive administrative shell
+.Sh SYNOPSIS
+.Nm
+.Op Fl f Ar config_file
+.Sh DESCRIPTION
+.Nm
+provides an interactive shell that can be used to view and manipulate
+Calendar Server data.
+.Nm
+operates directly on the back-end Calendar Server data store, and does
+not connect to the Calendar Server itself.
+.Sh OPTIONS
+.Bl -tag -width flag
+.It Fl h, -help
+Displays usage information
+.It Fl f, -config Ar FILE
+Use the Calendar Server configuration specified in the given file.
+.El
+.Sh FILES
+.Bl -tag -width flag
+.It /etc/caldavd/caldavd.plist
+The Calendar Server configuration file.
+.It /Library/CalendarServer/Documents
+The server's document root, which is the used as the backing store for
+the HTTP resources on the server.
+.El
+.Sh SEE ALSO
+.Xr caldavd 8

Modified: CalendarServer/trunk/support/Makefile.Apple
===================================================================
--- CalendarServer/trunk/support/Makefile.Apple	2012-01-13 19:59:36 UTC (rev 8522)
+++ CalendarServer/trunk/support/Makefile.Apple	2012-01-13 20:05:53 UTC (rev 8523)
@@ -92,6 +92,7 @@
 	$(_v) $(INSTALL_FILE) "$(Sources)/doc/calendarserver_purge_attachments.8"     "$(DSTROOT)$(SIPP)$(MANDIR)/man8"
 	$(_v) $(INSTALL_FILE) "$(Sources)/doc/calendarserver_purge_events.8"          "$(DSTROOT)$(SIPP)$(MANDIR)/man8"
 	$(_v) $(INSTALL_FILE) "$(Sources)/doc/calendarserver_purge_principals.8"      "$(DSTROOT)$(SIPP)$(MANDIR)/man8"
+	$(_v) $(INSTALL_FILE) "$(Sources)/doc/calendarserver_shell.8"                 "$(DSTROOT)$(SIPP)$(MANDIR)/man8"
 	$(_v) gzip -9 -f "$(DSTROOT)$(SIPP)$(MANDIR)/man8/"*.[0-9]
 	@echo "Installing launchd config..."
 	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)$(NSLOCALDIR)/$(NSLIBRARYSUBDIR)/Server/Calendar and Contacts"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120113/e16c7ce9/attachment.html>


More information about the calendarserver-changes mailing list