Date: Sun, 11 Nov 2001 02:44:02 -0800 (PST) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsdb fsdb.c Message-ID: <200111111044.fABAi2F61575@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2001/11/11 02:44:02 PST Modified files: sbin/fsdb fsdb.c Log: Check that the mode argument to fsdb's `chmod' command contains no inode type bits set. Previously it would let you set IFMT bits (but not clear them). The `chtype' command should be be used instead for changing the inode type; having chmod half-work only causes confusion. Revision Changes Path 1.18 +2 -2 src/sbin/fsdb/fsdb.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?200111111044.fABAi2F61575>