Author: gstein
Date: Wed May 12 06:44:25 2021
New Revision: 1889787

URL: http://svn.apache.org/viewvc?rev=1889787&view=rev
Log:
Correct the comment, regarding "upstream".

Modified:
    subversion/trunk/tools/server-side/svnpubsub/daemonize.py

Modified: subversion/trunk/tools/server-side/svnpubsub/daemonize.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnpubsub/daemonize.py?rev=1889787&r1=1889786&r2=1889787&view=diff
==============================================================================
--- subversion/trunk/tools/server-side/svnpubsub/daemonize.py (original)
+++ subversion/trunk/tools/server-side/svnpubsub/daemonize.py Wed May 12 
06:44:25 2021
@@ -16,8 +16,16 @@
 #
 # ---------------------------------------------------------------------------
 #
-# This software lives at:
-#    http://gstein.googlecode.com/svn/trunk/python/daemonize.py
+# This code is no longer maintained "upstream", so consider this module
+# a "friendly fork" and is canonical for Apache Subversion's purposes.
+#
+# Use of systemd's single-process mechanism and re-launching of a daemon
+# can greatly simplify daemon coding/management. A possibly-svn-relevant
+# example can be found at:
+#   https://github.com/apache/infrastructure-svnauthz
+#
+# Historical locations for this module were found on svn.webdav.org,
+# gstein.googlecode.com, and (most recently) gstein.svn.beanstalkapp.com.
 #
 
 import os


Reply via email to