Re: pkg_add gives error and then installs

2007-03-04 Thread Peter
Le Dimanche 4 Mars 2007 04:50, Marc Espie a icrit : > On Sat, Mar 03, 2007 at 10:43:52PM -0500, Peter wrote: > > export > > PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.0/packages/i386/ for i > > in bash \ > >wget > > do > > pkg_add $i > > done > > Don't do that. When you can, don't put

Re: pkg_add gives error and then installs

2007-03-04 Thread Peter
Le Samedi 3 Mars 2007 23:31, Tobias Ulmer a icrit : > On Sat, Mar 03, 2007 at 10:43:52PM -0500, Peter wrote: > > I am scripting (sh) some package installs on an updated (today) > > OpenBSD 4.0-STABLE system and I am getting errors even when the > > pkg_add command ultimately succeeds and installs t

Re: pkg_add gives error and then installs

2007-03-04 Thread Marc Espie
On Sat, Mar 03, 2007 at 10:43:52PM -0500, Peter wrote: > export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.0/packages/i386/ > for i in bash \ >wget > do > pkg_add $i > done Don't do that. When you can, don't put pkg_add in a loop, but use the whole list of packages you want to add in

Re: pkg_add gives error and then installs

2007-03-03 Thread Tobias Ulmer
On Sat, Mar 03, 2007 at 10:43:52PM -0500, Peter wrote: > I am scripting (sh) some package installs on an updated (today) OpenBSD > 4.0-STABLE system and I am getting errors even when the pkg_add command > ultimately succeeds and installs the packages. > > The shell script in question and sample