From owner-freebsd-questions@FreeBSD.ORG Mon May 28 18:02:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1346516A480 for ; Mon, 28 May 2007 18:02:11 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 8330D13C4C3 for ; Mon, 28 May 2007 18:02:10 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l4SI11Gv023321 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 28 May 2007 21:01:07 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l4SI0gYW079863; Mon, 28 May 2007 21:00:54 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l4SI0gp5079862; Mon, 28 May 2007 21:00:42 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 28 May 2007 21:00:42 +0300 From: Giorgos Keramidas To: Garrett Cooper Message-ID: <20070528180042.GA79817@kobe.laptop> References: <20070528095033.GA70364@pcjas.obspm.fr> <465AABE0.7040509@yahoo.gr> <20070528102734.GB83851@pcjas.obspm.fr> <20070528171536.GB69126@kobe.laptop> <465B1674.9000602@u.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <465B1674.9000602@u.washington.edu> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.527, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.67, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Albert Shih , Thanos Rizoulis , freebsd-questions@freebsd.org Subject: Re: make packages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 18:02:11 -0000 On 2007-05-28 10:50, Garrett Cooper wrote: > Giorgos Keramidas wrote: > > ,----------------------------------------------------------------------- > > | $ pkg_info | fgrep vim-lite > > | vim-lite-7.0.224_1 Vi "workalike", with many additional features (Lite package > > | $ pkg_create -b vim-lite-7.0.224_1 > > | $ ls -ld vim-lite* > > | -rw-rw-r-- 1 keramida wheel 5347344 May 28 20:14 vim-lite-7.0.224_1.tbz > > | $ > > `----------------------------------------------------------------------- > > You don't even have to be root to run pkg_create, as you can see above. > > Unless root is the only account that has access to the files of course. You're right. I picked a port with no set-uid files, and overgeneralized based on that port's files.