From owner-cvs-all Tue Jul 25 16:41: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id B033737BB97; Tue, 25 Jul 2000 16:40:50 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA28560; Tue, 25 Jul 2000 17:40:44 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA24778; Tue, 25 Jul 2000 17:40:23 -0600 (MDT) Message-Id: <200007252340.RAA24778@harmony.village.org> To: Marcel Moolenaar Subject: Re: cvs commit: src/etc Makefile src/include Makefile src/release Makefile src/release/picobsd/build Makefile.mfs src/release/picobsd/custom Makefile.mfs src/release/picobsd/dial Makefile.mfs src/release/picobsd/install Makefile.mfs Cc: Peter Wemm , "Andrey A. Chernov" , "Jordan K. Hubbard" , Will Andrews , Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 25 Jul 2000 16:37:13 PDT." <397E24A9.81AA57BA@cup.hp.com> References: <397E24A9.81AA57BA@cup.hp.com> <200007252213.PAA34677@netplex.com.au> <200007252322.RAA24596@harmony.village.org> Date: Tue, 25 Jul 2000 17:40:23 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <397E24A9.81AA57BA@cup.hp.com> Marcel Moolenaar writes: : Andrey changed the default and provided a -L switch. Nothing wrong with : that. Why *exactly* do we need the build system to use FTS_LOGICAL : instead of the mtree-default? I guess I'm confused, why having a default : of FTS_PHYSICAL is ok, except for the build process... Andrey has explained this, but here goes again. The problem is that if you have a symbolic link for things like /tmp, /var/tmp, /var/mail, etc then without -L you'd continue to have insecure permissions if you botched the initial install. It is a relatively weak reason, but an important one for those that need it. I don't think there's any reason to not ptu Andrey's changes back in as well as allowing a MTREE_FLAGS (or whatever the standard is) knob in /etc/make.conf plus some other places to allow those that need it or want it to still have it. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message