Date: Thu, 14 Nov 2002 00:32:39 -0800 (PST) From: Akinori MUSHA <knu@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo Message-ID: <200211140832.gAE8WdXv025633@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
knu 2002/11/14 00:32:39 PST
Modified files:
sysutils/portupgrade Makefile distinfo
Log:
Update to 20021113, a maintenance release.
portupgrade(1):
- Check return status of hardly failing commands also.
pkgdb(1):
- Add -Q/--quiet and -QQ for internal use.
portsclean(1):
- Ditto.
overall:
- Reduce /bin/sh process calls by replacing shell redirection to
/dev/null with pkgdb -Q/portsclean -Q/fetch -q. (I know I can do
fork, dup and exec if necessary)
- Eliminate zombies during running. Formerly waitpid's against
terminated processes are delayed until Ruby gets short of resource
and thus runs a GC, but now portupgrade(1), pkgdb(1) and
portsclean(1) explicitly kick a waitpid immediately after each
popen() is done.
PR: ports/38075
Submitted by: Chris J. Mutter <cjm@s2.enemy.org>
Reported by: several others
Revision Changes Path
1.159 +3 -2 ports/sysutils/portupgrade/Makefile
1.136 +1 -0 ports/sysutils/portupgrade/distinfo
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211140832.gAE8WdXv025633>
