X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=f60d2d4118831b73281a33c58a1825e05d98d21f;hp=651c306310bf4b675f2829a4562e36eb7ce1cf4b;hb=715d0b5761eba62f0ee5f9342ce627fad84bf86e;hpb=79cedb75df33fffda463939830471b265a283b15 diff --git a/GNUmakefile.in b/GNUmakefile.in index 651c3063..f60d2d41 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -32,7 +32,7 @@ @SET_MAKE@ ############################################################################# -# Version number (for RPM) +# Version number ############################################################################# VERSION_MAJOR = @VERSION_MAJOR@ @@ -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@Lalal.ai logo\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) &&\