From owner-cvs-sbin Fri Aug 25 22:39:59 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA21044 for cvs-sbin-outgoing; Fri, 25 Aug 1995 22:39:59 -0700 Received: (from davidg@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA21033 ; Fri, 25 Aug 1995 22:39:55 -0700 Date: Fri, 25 Aug 1995 22:39:55 -0700 From: David Greenman Message-Id: <199508260539.WAA21033@freefall.FreeBSD.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c Sender: cvs-sbin-owner@FreeBSD.org Precedence: bulk davidg 95/08/25 22:39:54 Modified: sbin/mount mntopts.h mount.8 mount.c Log: The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTO is a kernel flag, and the kernel definately doesn't need to know about it.