From 24a03a6911cb5633d8554cf472eba4e06f7ae53d Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 17 Dec 2020 18:30:19 +0100 Subject: [PATCH] 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. -@test -f $(DESTDIR)$(PID_DEST)/privoxy.pid && $(ECHO) Stopping $(PROGRAM) &&\ $(KILL) `$(CAT) $(DESTDIR)$(PID_DEST)/privoxy.pid` || : -@test -f $(DESTDIR)/var/run/privoxy.pid && $(ECHO) Stopping $(PROGRAM) &&\ -- 2.39.2