From owner-freebsd-bugs Fri Apr 9 15:22: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E38E15FA4 for ; Fri, 9 Apr 1999 15:12:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA34938; Fri, 9 Apr 1999 15:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) 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 ; 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 Reply-To: gonter@whisky.wu-wien.ac.at To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11049: syslog message says -alldir instead of -alldirs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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