diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2016-08-19 11:04:36 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2016-08-19 11:04:36 +0000 |
commit | f89c79b361ee43756ead296840b0e1acb12288ca (patch) | |
tree | efe9a3da4d91bbdd18367c803ad738a9696000a7 /www/calendarserver/files/patch-setup.py | |
parent | sysutils/py-diffoscope: Update to 59 (diff) |
Add some tweaks and fixes
- Use plist facility to create run and db directories.
- Prevent caldavd.plist installation outide of hier tree.
- Change run directory to /var/run/caldavd (to address permission issues to directory proxy socket etc).
- Make caldavd_pidfile variable to work.
With a great assistance form Axel Rau (maintainer)
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=420457
Diffstat (limited to '')
-rw-r--r-- | www/calendarserver/files/patch-setup.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/calendarserver/files/patch-setup.py b/www/calendarserver/files/patch-setup.py new file mode 100644 index 000000000000..0f66fb07925c --- /dev/null +++ b/www/calendarserver/files/patch-setup.py @@ -0,0 +1,12 @@ +--- setup.py.orig 2016-01-07 15:18:44 UTC ++++ setup.py +@@ -429,9 +429,6 @@ def doSetup(): + scripts=[ + "bin/caldavd", + ], +- data_files=[ +- ("caldavd", ["conf/caldavd.plist"]), +- ], + ext_modules=extensions, + py_modules=[], + setup_requires=setup_requirements, |