On Fri, August 7, 2020 09:05, Landry Breuil wrote:
> On Fri, Aug 07, 2020 at 12:33:49AM +0300, Kirill Bychkov wrote:
>> Missed your previous mail.
>> I'm OK with moving config to /etc/goaccess/ as upstream have done.
>> Probably browsers.list could be @sampled here with the tweak to
>> config file setting its default location.
>>
>
> and here's a diff @sampling both files under ${SYSCONFDIR}/goaccess/ - i
> wouldnt modify the default config file, as it doesnt seem to add much
> value by default, but at least browsers.list is here for users to
> discover it.
>
> Landry
>To ease updates. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/www/goaccess/Makefile,v retrieving revision 1.25 diff -u -p -u -r1.25 Makefile --- Makefile 7 Aug 2020 15:14:54 -0000 1.25 +++ Makefile 7 Aug 2020 21:07:49 -0000 @@ -3,6 +3,7 @@ COMMENT = realtime console web log analyzer DISTNAME = goaccess-1.4 +REVISION = 0 CATEGORIES = www cvs server: Diffing patches cvs server: Diffing pkg Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/www/goaccess/pkg/PLIST,v retrieving revision 1.6 diff -u -p -u -r1.6 PLIST --- pkg/PLIST 7 Aug 2020 15:14:54 -0000 1.6 +++ pkg/PLIST 7 Aug 2020 21:07:49 -0000 @@ -1,4 +1,5 @@ @comment $OpenBSD: PLIST,v 1.6 2020/08/07 15:14:54 landry Exp $ +@pkgpath www/goaccess,tokyocabinet @bin bin/goaccess @man man/man1/goaccess.1 share/examples/goaccess/
