ports/133563: security/cfs rc script needs "mntudp" option on 8-CURRENT

Yar Tikhiy yar at freebsd.org
Thu May 5 06:20:11 UTC 2011


The following reply was made to PR ports/133563; it has been noted by GNATS.

From: Yar Tikhiy <yar at freebsd.org>
To: bug-followup at freebsd.org
Cc:  
Subject: Re: ports/133563: security/cfs rc script needs "mntudp" option on 8-CURRENT
Date: Thu, 5 May 2011 15:50:59 +1000

 FWIW, there is a simple workaround to this issue.  Just set cfsd_port
 in rc.conf as follows:
 
 cfsd_port="3049,udp"
 
 This argument will be passed to cfsd as well as to mount_nfs, but cfsd
 doesn't seem to care about the `,udp' trailer.  Cfsd expects a port
 number as its only argument but it doesn't seem to check if the
 argument is entirely numeric -- a bug very common to older code using
 atoi() or strtol(foo, NULL, ...).
 
 Yar



More information about the freebsd-ports-bugs mailing list