[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Small bug in out-of-date script



On Sun, Nov 02, 2003 at 04:28:11PM +0000, Thorsten Glaser wrote:
> Dixitur illum ak+openbsd@freeshell.org scribere...
> 
> >[Cc: misc]
> >
> >By the way, this also makes the port_update.pl script of sturm@
> >fail for the very same reason.  It will wander off and update
> >*all* ports.  For those of you who uses it, change the affected
> >regex in the same way as in the patch below.  It's around line
> >150 in the script.
> 
> How about just fixing espie@s "new" port utilities?
> 
> //Thorsten

Long-term wise, the new utilities have everything inside.
Calling pkg_info from a shell script will make less and less sense,

doing a perl script that
use OpenBSD:PackingList;

or whatever is needed will make more and more sense.