Skip site navigation (1)Skip section navigation (2)
Date:      16 Jun 2006 10:45:08 +1000
From:      Alexander Logvinov <user@blg.akavia.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98997: [update port] net-mgmt/netams
Message-ID:  <20060616004508.23989.qmail@blg.akavia.ru>
Resent-Message-ID: <200606160050.k5G0oU8D047408@freefall.freebsd.org>

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

>Number:         98997
>Category:       ports
>Synopsis:       [update port] net-mgmt/netams
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 16 00:50:29 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.1-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
	Netams do not become daemon when it starting from rc_subr script
>How-To-Repeat:
	./netams start
>Fix:

--- netams.sh.in.orig Fri Jun 16 10:33:47 2006
+++ netams.sh.in      Fri Jun 16 10:33:54 2006
@@ -32,6 +32,6 @@

 pidfile="${netams_pidfile}"
 
 -start_cmd="echo \"Starting ${name}.\"; ${command} -ldf ${netams_config} > /dev/null"
 +start_cmd="echo \"Starting ${name}.\"; ${command} -lf ${netams_config} > /dev/null"
 
  run_rc_command "$1" 

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



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