Date: Thu, 22 Nov 2018 14:20:53 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485600 - in head/net/vnstat: . files Message-ID: <201811221420.wAMEKrbx009177@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Thu Nov 22 14:20:53 2018 New Revision: 485600 URL: https://svnweb.freebsd.org/changeset/ports/485600 Log: net/vnstat: Remove invalid instructions from 1.x in the pkg-message Modified: head/net/vnstat/Makefile head/net/vnstat/files/pkg-message.in Modified: head/net/vnstat/Makefile ============================================================================== --- head/net/vnstat/Makefile Thu Nov 22 14:12:49 2018 (r485599) +++ head/net/vnstat/Makefile Thu Nov 22 14:20:53 2018 (r485600) @@ -3,7 +3,7 @@ PORTNAME= vnstat PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://humdi.net/vnstat/ \ https://source.ipfire.org/source-2.x/ Modified: head/net/vnstat/files/pkg-message.in ============================================================================== --- head/net/vnstat/files/pkg-message.in Thu Nov 22 14:12:49 2018 (r485599) +++ head/net/vnstat/files/pkg-message.in Thu Nov 22 14:20:53 2018 (r485600) @@ -4,11 +4,6 @@ vnstat has been installed. A sample configuration file has been installed in %%PREFIX%%/etc/ Please add your default network interface in the 'Interface' line there before starting vnstat service. -You can add any number of additional interfaces either in -vnstat_additional_ifaces variable in /etc/rc.conf, or with this command: -su -m %%USERS%% -c "%%PREFIX%%/bin/vnstat --add --iface <your interface>" -and restart vnstat service: -service vnstat restart For more information about vnStat use "man vnstat" or visit: http://humdi.net/vnstat/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811221420.wAMEKrbx009177>