From 0b7bc99a1c71346832a74c6dbf17e97005c9c153 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Thu, 6 Sep 2012 03:03:47 +0000 Subject: - Fix issues in rc script + pkg-message Submitted by: Karsten Schmidt --- net-mgmt/pmacct/files/pkg-message.in | 2 +- net-mgmt/pmacct/files/pmacctd.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-mgmt/pmacct') 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 " +pmacctd_flags="-Df %%PREFIX%%/etc/pmacctd.conf -i " 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 -- cgit v1.2.3