svn commit: r303734 - head/net-mgmt/pmacct/files

Ryan Steinmetz zi at FreeBSD.org
Thu Sep 6 03:03:48 UTC 2012


Author: zi
Date: Thu Sep  6 03:03:47 2012
New Revision: 303734
URL: http://svn.freebsd.org/changeset/ports/303734

Log:
  - Fix issues in rc script + pkg-message
  
  Submitted by:	Karsten Schmidt <gugge at guggemand.dk>

Modified:
  head/net-mgmt/pmacct/files/pkg-message.in
  head/net-mgmt/pmacct/files/pmacctd.in

Modified: head/net-mgmt/pmacct/files/pkg-message.in
==============================================================================
--- head/net-mgmt/pmacct/files/pkg-message.in	Thu Sep  6 02:30:30 2012	(r303733)
+++ head/net-mgmt/pmacct/files/pkg-message.in	Thu Sep  6 03:03:47 2012	(r303734)
@@ -3,7 +3,7 @@ Please note that this port requires conf
 
 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

Modified: head/net-mgmt/pmacct/files/pmacctd.in
==============================================================================
--- head/net-mgmt/pmacct/files/pmacctd.in	Thu Sep  6 02:30:30 2012	(r303733)
+++ head/net-mgmt/pmacct/files/pmacctd.in	Thu Sep  6 03:03:47 2012	(r303734)
@@ -25,7 +25,7 @@
 name=pmacctd
 rcvar=pmacctd_enable
 
-command=%%PREFIX%%/$name
+command=%%PREFIX%%/sbin/$name
 
 # set defaults
 



More information about the svn-ports-all mailing list