From: Fabian Keil Date: Thu, 17 Dec 2020 17:30:19 +0000 (+0100) Subject: Remove an obsolete comment X-Git-Tag: v_3_0_30~186 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=24a03a6911cb5633d8554cf472eba4e06f7ae53d Remove an obsolete comment --- 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) &&\