Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <20000919191801.29826.qmail@web121.yahoomail.com> Date: Tue, 19 Sep 2000 12:18:00 -0700 (PDT) From: Earnie Boyd Subject: Re: [PATCH]: setup.exe defaults install scope (was Re: mount points and inetd) To: Jason Tishler , DJ Delorie Cc: cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Jason Tishler wrote: -8<- > static void > read_mount_table () > { > @@ -83,7 +137,7 @@ read_mount_table () > windir[2] = 0; > root_dir = concat (windir, "\\cygwin", 0); > root_text = IDC_ROOT_BINARY; > - root_scope = IDC_ROOT_USER; > + root_scope = (is_admin()) ? IDC_ROOT_SYSTEM : IDC_ROOT_USER; > } > } > Of course you did test this patch, correct? What happens if I with administrator privileges have my mounts in IDC_ROOT_USER and not IDC_ROOT_SYSTEM? Shouldn't it default to what is already setup in the mount tables? Cheers, ===== --- --- Earnie Boyd: __Cygwin: POSIX on Windows__ Cygwin Newbies: __Minimalist GNU for Windows__ Mingw Home: __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com