diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-09-06 03:03:47 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-09-06 03:03:47 +0000 |
commit | 0b7bc99a1c71346832a74c6dbf17e97005c9c153 (patch) | |
tree | 4f523964c89ecae6b39f5d959e9f526da0550530 /net-mgmt/pmacct | |
parent | a395d8322fc50cd3dc2c93d55d45767573884b24 (diff) |
Notes
Diffstat (limited to 'net-mgmt/pmacct')
-rw-r--r-- | net-mgmt/pmacct/files/pkg-message.in | 2 | ||||
-rw-r--r-- | net-mgmt/pmacct/files/pmacctd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/pmacct/files/pkg-message.in b/net-mgmt/pmacct/files/pkg-message.in index 7fec298a6f6d..7d84ec14b37f 100644 --- a/net-mgmt/pmacct/files/pkg-message.in +++ b/net-mgmt/pmacct/files/pkg-message.in @@ -3,7 +3,7 @@ Please note that this port requires configuration before it will function Add these to /etc/rc.conf: pmacctd_enable="YES" -pmacctd_flags="-DF %%PREFIX%%/etc/pmacctd.conf -i <interface>" +pmacctd_flags="-Df %%PREFIX%%/etc/pmacctd.conf -i <interface>" Configuration examples are located in %%EXAMPLESDIR%%. You must copy one of these to %%PREFIX%%/etc/pmacctd.conf and make any required edits diff --git a/net-mgmt/pmacct/files/pmacctd.in b/net-mgmt/pmacct/files/pmacctd.in index 17a749a3d866..860690cfb6d5 100644 --- a/net-mgmt/pmacct/files/pmacctd.in +++ b/net-mgmt/pmacct/files/pmacctd.in @@ -25,7 +25,7 @@ name=pmacctd rcvar=pmacctd_enable -command=%%PREFIX%%/$name +command=%%PREFIX%%/sbin/$name # set defaults |