[CalendarServer-changes] [8638] CalendarServer/trunk
source_changes at macosforge.org
source_changes at macosforge.org
Thu Feb 9 09:46:14 PST 2012
Revision: 8638
http://trac.macosforge.org/projects/calendarserver/changeset/8638
Author: sagen at apple.com
Date: 2012-02-09 09:46:12 -0800 (Thu, 09 Feb 2012)
Log Message:
-----------
Install calendarserver_manage_push, remove calendarserver_monitor_notifications
Modified Paths:
--------------
CalendarServer/trunk/setup.py
CalendarServer/trunk/support/Makefile.Apple
Added Paths:
-----------
CalendarServer/trunk/doc/calendarserver_manage_push.8
Added: CalendarServer/trunk/doc/calendarserver_manage_push.8
===================================================================
--- CalendarServer/trunk/doc/calendarserver_manage_push.8 (rev 0)
+++ CalendarServer/trunk/doc/calendarserver_manage_push.8 2012-02-09 17:46:12 UTC (rev 8638)
@@ -0,0 +1,56 @@
+.\"
+.\" Copyright (c) 2006-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 Feb 9, 2012
+.Dt CALENDARSERVER_MANAGE_PUSH 8
+.Os
+.Sh NAME
+.Nm calendarserver_manage_push
+.Nd Calendar Server push management utility
+.Sh SYNOPSIS
+.Nm
+.Op Fl -config Ar file
+.Ar userid
+.Op userid ...
+.Sh DESCRIPTION
+.Nm
+is a tool for displaying the CalDAV and CardDAV resources a user is
+currently subscribed to via APNS.
+.Pp
+.Nm
+should be run as a user with the same priviledges as the Calendar
+Server itself, as it needs to read data that belongs to the server.
+.Nm
+takes a list of userids as arguments and then displays the resources
+currently subscribed to, as well as an identifier of the subscribed
+device and timestamp of last subscription.
+.Pp
+A userid may be specified in record "short name" form.
+.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.
+Defaults to /etc/caldavd/caldavd.plist.
+.El
+.Sh FILES
+.Bl -tag -width flag
+.It /etc/caldavd/caldavd.plist
+The Calendar Server configuration file.
+.El
+.Sh SEE ALSO
+.Xr caldavd 8
Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py 2012-02-09 06:15:53 UTC (rev 8637)
+++ CalendarServer/trunk/setup.py 2012-02-09 17:46:12 UTC (rev 8638)
@@ -138,9 +138,9 @@
#"bin/calendarserver_make_partition",
#"bin/calendarserver_manage_postgres",
"bin/calendarserver_manage_principals",
+ "bin/calendarserver_manage_push",
#"bin/calendarserver_manage_timezones",
"bin/calendarserver_migrate_resources",
- "bin/calendarserver_monitor_notifications",
"bin/calendarserver_purge_attachments",
"bin/calendarserver_purge_events",
"bin/calendarserver_purge_principals",
Modified: CalendarServer/trunk/support/Makefile.Apple
===================================================================
--- CalendarServer/trunk/support/Makefile.Apple 2012-02-09 06:15:53 UTC (rev 8637)
+++ CalendarServer/trunk/support/Makefile.Apple 2012-02-09 17:46:12 UTC (rev 8638)
@@ -90,10 +90,10 @@
$(_v) $(INSTALL_FILE) "$(Sources)/doc/calendarserver_export.8" "$(DSTROOT)$(SIPP)$(MANDIR)/man8"
$(_v) $(INSTALL_FILE) "$(Sources)/doc/calendarserver_manage_principals.8" "$(DSTROOT)$(SIPP)$(MANDIR)/man8"
$(_v) $(INSTALL_FILE) "$(Sources)/doc/calendarserver_migrate_resources.8" "$(DSTROOT)$(SIPP)$(MANDIR)/man8"
- $(_v) $(INSTALL_FILE) "$(Sources)/doc/calendarserver_monitor_notifications.8" "$(DSTROOT)$(SIPP)$(MANDIR)/man8"
$(_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_manage_push.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..."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120209/e1895296/attachment.html>
More information about the calendarserver-changes
mailing list