Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2001 19:16:16 -0700 (PDT)
From:      Dima Dorfman <dd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/mount mount.c
Message-ID:  <200105020216.f422GG037830@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dd          2001/05/01 19:16:16 PDT

  Modified files:
    sbin/mount           mount.c 
  Log:
  Implement the -r and -w options as `-o ro' and `-o noro', respectively.  At
  least in -w's case, simply unsetting the correct bit in init_flags was not
  enough.  The bit may be reset later if, say, the filesystem is marked `ro'
  in fstab.  The command line option should override the fstab setting, but
  did not.  The implementation of -r was changed for consistency.
  
  PR:		26886
  Reviewed by:	archie
  
  Revision  Changes    Path
  1.42      +3 -3      src/sbin/mount/mount.c


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




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