Revision
129027
Author
ryandesign@macports.org
Date
2014-12-03 17:25:55 -0800 (Wed, 03 Dec 2014)

Log Message

nfsen: adjust notes; supported_archs noarch

Modified Paths

Diff

Modified: trunk/dports/net/nfsen/Portfile (129026 => 129027)


--- trunk/dports/net/nfsen/Portfile	2014-12-04 01:18:38 UTC (rev 129026)
+++ trunk/dports/net/nfsen/Portfile	2014-12-04 01:25:55 UTC (rev 129027)
@@ -8,6 +8,7 @@
 categories          net
 maintainers         nomaintainer
 license             BSD
+supported_archs     noarch
 
 description         Web based frontend to nfdump netflow collector
 long_description    ${description}
@@ -96,30 +97,27 @@
 
 
 notes "
-**** To complete the nfsen installation ****
+To complete the nfsen installation follow the steps below. Read the documentation\
+at ${homepage} for operational instructions.
 
-To complete the nfsen installation follow the steps below.  Read the documentation
-at http://nfsen.sourceforge.net for operational instructions.
 
-
 1) Install PHP (not covered).
 
-2) In ${prefix}/etc, rename the file nfsen-dist.conf to nfsen.conf to make it ready
-   for use; the file paths are already set for MacPorts.  Edit it and insert the
+2) In ${prefix}/etc, copy the file nfsen-dist.conf to nfsen.conf to make it ready\
+   for use; the file paths are already set for MacPorts. Edit it and insert the\
    netflow sources you need, and run this command to setup source, RRD, and profiles:
         nfsen reconfig
  
 3) Start nfsen manually to test the configuration.
         nfsen start
 
-   NOTE: nfsen starts nfcapd (nfdump utility) automatically to capture netflows from your devices
+   NOTE: nfsen starts nfcapd (nfdump utility) automatically to capture netflows from your devices\
          based on the sources listed in nfsen.conf.
 
 4) Start nfsen with the startup script after verifying configuration
-        sudo launchctl load -w /Library/LaunchDaemons/org.macports.nfsen.plist
+        sudo port load ${name}
 
 5) Check the nfsen web interface at http://localhost/nfsen/nfsen.php
-
 "
 
 livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}