X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=2abf75d741660cfa944f65001e61cb170eb0b8bb;hp=e7fca442fc7c6f8e444b81f854d662733720e24f;hb=178e8259def907d170c2da3760de85eba77e68fa;hpb=12163de071e3b7c737af3b7f3d60734b1dec2429 diff --git a/GNUmakefile.in b/GNUmakefile.in index e7fca442..2abf75d7 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -590,7 +590,8 @@ dok-webserver: s/\.\d\. //;\ s/__copy/©/;\ s@(\1@; s@(\n\1@;' \ + s@(Privoxy is a non-caching)@Privoxy logo\n\1@; \ + s@www.lalal.ai@Vocal Remover by Lalal.ai\n@;' \ doc/webserver/index.html && $(RM) doc/webserver/*.bak # privoxy-index.html for local documentation: @@ -1019,7 +1020,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) &&\