diff options
Diffstat (limited to 'net-mgmt')
-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 |