Re: ports/root/make install

2010-10-21 Thread roberth
On Thu, 21 Oct 2010 19:25:42 + Jay K wrote: > I thought it'd need me to enter it. > And there isn't one. > > Thanks, > - Jay > > > Date: Thu, 21 Oct 2010 15:09:25 -0400 > > Subject: Re: ports/root/make install > > From: ted.unan...@gmail.c

Re: ports/root/make install

2010-10-21 Thread Jay K
I thought it'd need me to enter it. And there isn't one. Thanks, - Jay > Date: Thu, 21 Oct 2010 15:09:25 -0400 > Subject: Re: ports/root/make install > From: ted.unan...@gmail.com > To: jay.kr...@cornell.edu > CC: sisso...@gmail.com; misc@openbsd.org > > On Thu,

Re: ports/root/make install

2010-10-21 Thread Ted Unangst
On Thu, Oct 21, 2010 at 1:33 PM, Jay K wrote: > sudo won't work for me -- root password is *. The root password has nothing to do with sudo.

Re: ports/root/make install

2010-10-21 Thread Dan Harnett
On Thu, Oct 21, 2010 at 05:33:24PM +, Jay K wrote: > sudo won't work for me -- root password is *. > I'll have to try it with ssh r...@localhost, which will work. sudo prompts you for the password to your user account, not the root account. Also, you can setup sudo to not require a password f

Re: ports/root/make install

2010-10-21 Thread Tomas Bodzar
need to read at least man afterboot > > Thanks, > B - Jay > > > >> Date: Thu, 21 Oct 2010 12:30:32 -0500 >> Subject: Re: ports/root/make install >> From: sisso...@gmail.com >> To: jay.kr...@cornell.edu >> CC: misc@open

Re: ports/root/make install

2010-10-21 Thread Jay K
sudo won't work for me -- root password is *. I'll have to try it with ssh r...@localhost, which will work. Thanks, - Jay > Date: Thu, 21 Oct 2010 12:30:32 -0500 > Subject: Re: ports/root/make install > From: sisso...@gmail.com > To: jay.

Re: ports/root/make install

2010-10-21 Thread J Sisson
On Thu, Oct 21, 2010 at 12:20 PM, Jay K wrote: > ssh r...@localhost "cd `pwd` && make install" > > >From man mk.conf: SUDO Command run by make(1) when doing certain operations requiring root privileges (e.g. the "mak

ports/root/make install

2010-10-21 Thread Jay K
I'm building as root, but it'd probably be a nice option to automate: make ssh r...@localhost "cd `pwd` && make install" Maybe it already is. - Jay