From gonter@whisky.wu-wien.ac.at Fri Apr  9 15:06:48 1999
Return-Path: <gonter@whisky.wu-wien.ac.at>
Received: from whisky.wu-wien.ac.at (whisky.wu-wien.ac.at [137.208.16.37])
	by hub.freebsd.org (Postfix) with ESMTP id E2AC015F25
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Apr 1999 14:44:51 -0700 (PDT)
	(envelope-from gonter@whisky.wu-wien.ac.at)
Received: (from gonter@localhost)
	by whisky.wu-wien.ac.at (8.9.1/8.9.1) id TAA24629;
	Fri, 9 Apr 1999 19:56:46 +0200 (CEST)
	(envelope-from gonter)
Message-Id: <199904091756.TAA24629@whisky.wu-wien.ac.at>
Date: Fri, 9 Apr 1999 19:56:46 +0200 (CEST)
From: Gerhard Gonter <gonter@whisky.wu-wien.ac.at>
Reply-To: gonter@whisky.wu-wien.ac.at
To: FreeBSD-gnats-submit@freebsd.org
Subject: syslog message says -alldir instead of -alldirs
X-Send-Pr-Version: 3.2

>Number:         11049
>Category:       bin
>Synopsis:       syslog message says -alldir instead of -alldirs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr  9 15:10:01 PDT 1999
>Closed-Date:    Wed Apr 21 15:42:36 PDT 1999
>Last-Modified:  Wed Apr 21 15:43:19 PDT 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: alex 
State-Changed-When: Wed Apr 21 15:42:36 PDT 1999 
State-Changed-Why:  
Patch applied to rev 1.35 of src/sbin/mountd/mountd.c.  Thanks! 
>Unformatted:
