From owner-freebsd-questions Tue Sep 11 19:54:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from laime.cs.uchicago.edu (laime.cs.uchicago.edu [128.135.11.244]) by hub.freebsd.org (Postfix) with ESMTP id 441F437B408 for ; Tue, 11 Sep 2001 19:54:14 -0700 (PDT) Received: from jedi.cs.uchicago.edu (postfix@jedi.cs.uchicago.edu [128.135.11.63]) by laime.cs.uchicago.edu (8.10.2/8.9.3) with ESMTP id f8C2sDM07125 for ; Tue, 11 Sep 2001 21:54:13 -0500 (CDT) Received: by jedi.cs.uchicago.edu (Postfix, from userid 10650) id E2FFEA2661; Tue, 11 Sep 2001 21:54:12 -0500 (CDT) Date: Tue, 11 Sep 2001 21:54:12 -0500 From: brendan@cs.uchicago.edu To: freebsd-questions@freebsd.org Subject: ports/packages Message-ID: <20010911215412.B31143@jedi.cs.uchicago.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello questions, i would like to use the ports system with a non-privileged account. say, "installer". is in enough to chown -R installer.installer /usr/local /usr/ports (assuming user/group are installer/installer) is there anything i should watch out for when doing this? will ports that try to access other resources (like adding a file to /var or modifying the boot scripts) give me verbose enough error messages to fix this sort of thing by hand? i like the integration of freebsd, but i don't like the fact that i have to install nonsystem, untrusted software (fetched from third part ftp sites sometimes) as root. i really don't think managing packages should require root access. i would like a way to do this with packages as well. again, what permissions do i need to change other than the package database in /var and the destination directories (it all goes in /usr/local, right?) ? thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message