NetBSD-Bugs archive

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

PR/41736 CVS commit: src/bin/pax



The following reply was made to PR bin/41736; it has been noted by GNATS.

From: "Luke Mewburn" <lukem%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41736 CVS commit: src/bin/pax
Date: Sun, 28 May 2023 17:01:46 +0000

 Module Name:	src
 Committed By:	lukem
 Date:		Sun May 28 17:01:46 UTC 2023
 
 Modified Files:
 	src/bin/pax: ftree.c
 
 Log Message:
 pax: exit 0 if stdin filelist is used and empty
 
 If copying a list of files from stdin, exit zero instead of non-zero
 if there are no files supplied.
 
 AFAICT, POSIX doesn't require a non-zero an error in this situation,
 since there are no files to not match.
 
 Fix from PR bin/41736 by Lloyd Parkes.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.42 -r1.43 src/bin/pax/ftree.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index