pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/goaccess



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Apr 25 20:02:36 UTC 2020

Modified Files:
        pkgsrc/www/goaccess: Makefile
        pkgsrc/www/goaccess/files: goaccess.sh

Log Message:
Define rcvar so goaccess=NO works. Fix a spell-o. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/goaccess/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/goaccess/files/goaccess.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/goaccess/Makefile
diff -u pkgsrc/www/goaccess/Makefile:1.27 pkgsrc/www/goaccess/Makefile:1.28
--- pkgsrc/www/goaccess/Makefile:1.27   Tue Apr  7 09:29:26 2020
+++ pkgsrc/www/goaccess/Makefile        Sat Apr 25 20:02:35 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2020/04/07 09:29:26 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2020/04/25 20:02:35 schmonz Exp $
 
 DISTNAME=      goaccess-1.3
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    www
 MASTER_SITES=  http://tar.goaccess.io/
 

Index: pkgsrc/www/goaccess/files/goaccess.sh
diff -u pkgsrc/www/goaccess/files/goaccess.sh:1.1 pkgsrc/www/goaccess/files/goaccess.sh:1.2
--- pkgsrc/www/goaccess/files/goaccess.sh:1.1   Mon Mar 30 11:31:25 2020
+++ pkgsrc/www/goaccess/files/goaccess.sh       Sat Apr 25 20:02:36 2020
@@ -7,6 +7,7 @@
 $_rc_subr_loaded . /etc/rc.subr
 
 name="goaccess"
+rcvar=$name
 command="@PREFIX@/bin/$name"
 pidfile="/var/run/goaccess/$name.pid"
 start_precmd="goaccess_prestart"
@@ -18,7 +19,7 @@ stop_postcmd="goaccess_poststop"
 goaccess_prestart()
 {
        if [ -z "$goaccess_logfile" ]; then
-               echo "goacess_logfile is not set" >&2
+               echo "goaccess_logfile is not set" >&2
                return 1
        fi
 



Home | Main Index | Thread Index | Old Index