Go to file
cgd d45416e707 when executing args in the ccode=0 case, send output to a tmp file and
(only if cmd exited successfully) use tmp file as input to sed pipeline.
This works around two issues:
(1) a pathological case where the script would fail in ... interesting
    ways if the command being executed closed its stdout.  (Certain
    commands are used only for their side effects, but not their output,
    and doing some testing on my own i got into hot water when one
    of my mods caused a command to close its output).
(2) the fact that genassym would succeed even when the command in
    fact failed (because the last cmd in the pipeline is the one whose
    exit status would be reported).
2001-03-06 02:20:18 +00:00
bin Update to reflect reality - s,/etc/netstart,/etc/rc.d/network, 2001-02-27 17:47:22 +00:00
crypto add krb5 support to ssh/sshd. based on code initially from Daniel Kouril <kouril@informatics.muni.cz> and Björn Grönvall <bg@sics.se> 2001-03-04 00:41:27 +00:00
dist copy "Version" file for import. 2001-02-11 07:04:20 +00:00
distrib Add Precedence Technologies Ltd, who gave me a Risc PC and an Acorn NetStation. 2001-03-05 14:13:43 +00:00
etc build GENERIC_SUN4U kernel. 2001-03-04 10:14:55 +00:00
games convert to use getprogname() 2001-02-19 22:39:39 +00:00
gnu Add -traditional to MATCHCPPFLAGS so that match.S compiles 2001-03-04 16:12:36 +00:00
include add prototypes for getprogname and setprogname 2001-02-19 22:12:41 +00:00
lib remove libkadm5 - it is not being used for anything useful 2001-03-04 02:33:09 +00:00
libexec convert to use getprogname() 2001-02-19 22:43:42 +00:00
regress fix NetBSD RCS id tags 2001-02-27 19:04:39 +00:00
sbin Move reference to article on soft-updates from tunefs.8 to mount_ffs.8 2001-03-05 23:18:09 +00:00
share Back out last change as there is no measurable performance gain. 2001-03-05 14:17:06 +00:00
sys when executing args in the ccode=0 case, send output to a tmp file and 2001-03-06 02:20:18 +00:00
usr.bin Sprinkle some const, and rename a shadow-variable. 2001-03-05 20:26:17 +00:00
usr.sbin version.o depends on version.h. 2001-03-05 18:24:58 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING Add note about mdsetimage 2001-02-24 20:23:10 +00:00