Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2011 17:19:41 +0200 (CEST)
From:      Janos Mohacsi <janos.mohacsi@bsd.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159915: [MAINTAINER] net-mgmt/ndpmon: [SUMMARIZE CHANGES]
Message-ID:  <201108191519.p7JFJfm1070708@csoki.ki.iif.hu>
Resent-Message-ID: <201108191520.p7JFK7mw028507@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159915
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/ndpmon: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 19 15:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 7.4-STABLE i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD csoki.ki.iif.hu 7.4-STABLE FreeBSD 7.4-STABLE #2: Mon May 30 17:17:44 CEST 2011
>Description:
[DESCRIBE CHANGES]

make startup less noisy.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ndpmon-1.4.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/ndpmon.orig/files/ndpmonitor.in /usr/ports/net-mgmt/ndpmon/files/ndpmonitor.in
--- /usr/ports/net-mgmt/ndpmon.orig/files/ndpmonitor.in	2010-03-27 01:14:23.000000000 +0100
+++ /usr/ports/net-mgmt/ndpmon/files/ndpmonitor.in	2011-08-19 17:18:33.000000000 +0200
@@ -18,6 +18,6 @@
 
 : ${ndpmonitor_enable="NO"}
 
-command_args=">/dev/null &"
+command_args=">/dev/null 2>&1 &"
 
 run_rc_command "$1"
--- ndpmon-1.4.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108191519.p7JFJfm1070708>