From owner-cvs-all Thu Dec 30 6:16:48 1999 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 9C29B14D47; Thu, 30 Dec 1999 06:16:42 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id BAA22920; Fri, 31 Dec 1999 01:16:38 +1100 Date: Fri, 31 Dec 1999 01:16:18 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/ls Makefile src/bin/rm Makefile src/lib/libutil Makefile src/libexec/ftpd Makefile src/usr.bin/chflags Makefile src/usr.bin/find Makefile src/usr.bin/xinstall Makefile src/usr.sbin/mtree Makefile In-Reply-To: <199912301315.FAA63774@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 30 Dec 1999, Josef Karthauser wrote: > joe 1999/12/30 05:15:16 PST > > Modified files: > bin/ls Makefile > bin/rm Makefile > lib/libutil Makefile > libexec/ftpd Makefile > usr.bin/chflags Makefile > usr.bin/find Makefile > usr.bin/xinstall Makefile > usr.sbin/mtree Makefile > Log: > Moved flags_to_string and string_to_flags into libutil. It's used in > many places nowadays. This is wrong. libutil is only for little used, mostly login-related things. Flags handling should be alongside mode handling (getmode(3) and setmode(3)) in libc if it isn't in ls. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message