Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 1999 19:56:46 +0200 (CEST)
From:      Gerhard Gonter <gonter@whisky.wu-wien.ac.at>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/11049: syslog message says -alldir instead of -alldirs
Message-ID:  <199904091756.TAA24629@whisky.wu-wien.ac.at>

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

>Number:         11049
>Category:       bin
>Synopsis:       syslog message says -alldir instead of -alldirs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr  9 15:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Gerhard Gonter
>Release:        FreeBSD 3.0-RELEASE i386
>Organization:
Wirtschaftsuniversitaet Wien
>Environment:


>Description:

	src/sbin/mountd/mountd.c near line 2163 check_options():
	  syslog(LOG_ERR, "-alldir has multiple directories");
	This should really by -alldirs, at least that's what seems to
	be checked in do_opt() and in the exports(5) man page.

>How-To-Repeat:

	Still present in mountd.c rev 1.34

>Fix:
	
	ex /usr/src/sbin/mountd/mountd.c
	:/-alldir\>
	:s/alldir/alldirs/
	:wq


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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