diff options
author | feld <feld@FreeBSD.org> | 2013-06-29 22:28:59 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2013-06-29 22:28:59 +0800 |
commit | 9bb77c64d49fc90431748a9e7265da2fc53109ac (patch) | |
tree | c106b2dab5b423b7acafc216f1df4d0a62756baa /net | |
parent | c9a09f3746fa3c7fa2cdb66956445b8bbbd26f0f (diff) | |
download | freebsd-ports-gnome-9bb77c64d49fc90431748a9e7265da2fc53109ac.tar.gz freebsd-ports-gnome-9bb77c64d49fc90431748a9e7265da2fc53109ac.tar.zst freebsd-ports-gnome-9bb77c64d49fc90431748a9e7265da2fc53109ac.zip |
- Fix path to vnstatd
PR: ports/179271
Approved by: crees (mentor)
Diffstat (limited to 'net')
-rw-r--r-- | net/vnstat/Makefile | 2 | ||||
-rw-r--r-- | net/vnstat/files/vnstat.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/vnstat/Makefile b/net/vnstat/Makefile index 71633ce403bd..775d090d6e89 100644 --- a/net/vnstat/Makefile +++ b/net/vnstat/Makefile @@ -3,7 +3,7 @@ PORTNAME= vnstat PORTVERSION= 1.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://humdi.net/vnstat/ \ http://mirror.mcx2.org/ diff --git a/net/vnstat/files/vnstat.in b/net/vnstat/files/vnstat.in index 735a72d0b6cd..53dcc9d964f5 100644 --- a/net/vnstat/files/vnstat.in +++ b/net/vnstat/files/vnstat.in @@ -24,7 +24,7 @@ vnstat_flags=${vnstat_flags-"-d -p ${vnstat_pidfile} --config %%PREFIX%%/etc/vns vnstat_user=${vnstat_user-"%%USERS%%"} vnstat_group=${vnstat_group-"%%GROUPS%%"} -command="%%PREFIX%%/bin/vnstatd" +command="%%PREFIX%%/sbin/vnstatd" command_args="${vnstat_flags}" pidfile="${vnstat_pidfile}" |