projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a16ace2
)
Remove an obsolete comment
author
Fabian Keil
<fk@fabiankeil.de>
Thu, 17 Dec 2020 17:30:19 +0000
(18:30 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 23 Dec 2020 13:17:05 +0000
(14:17 +0100)
GNUmakefile.in
patch
|
blob
|
history
diff --git
a/GNUmakefile.in
b/GNUmakefile.in
index
e7fca44
..
873d46b
100644
(file)
--- 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) &&\