[Privoxy-commits] [privoxy] 01/11: Remove an obsolete comment
User Git
git at git.privoxy.org
Wed Dec 23 13:41:21 UTC 2020
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 24a03a6911cb5633d8554cf472eba4e06f7ae53d
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Dec 17 18:30:19 2020 +0100
Remove an obsolete comment
---
GNUmakefile.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/GNUmakefile.in b/GNUmakefile.in
index e7fca442..873d46b6 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1019,7 +1019,6 @@ install: CONF_DEST LOG_DEST PID_DEST check_doc GROUP_T
uninstall: CONF_DEST LOG_DEST PID_DEST check_doc
@$(ECHO) Starting Privoxy uninstallation
@# KILL privoxy if running
- @# XXX: the chkconfig line may need a DESTDIR prefix.
- at test -f $(DESTDIR)$(PID_DEST)/privoxy.pid && $(ECHO) Stopping $(PROGRAM) &&\
$(KILL) `$(CAT) $(DESTDIR)$(PID_DEST)/privoxy.pid` || :
- at test -f $(DESTDIR)/var/run/privoxy.pid && $(ECHO) Stopping $(PROGRAM) &&\
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list