Remove an obsolete comment
authorFabian Keil <fk@fabiankeil.de>
Thu, 17 Dec 2020 17:30:19 +0000 (18:30 +0100)
committerFabian Keil <fk@fabiankeil.de>
Wed, 23 Dec 2020 13:17:05 +0000 (14:17 +0100)
GNUmakefile.in

index e7fca44..873d46b 100644 (file)
@@ -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) &&\