Subject: CVS commit: basesrc/bin/rm
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 11/22/2001 02:16:08
Module Name: basesrc
Committed By: jmc
Date: Thu Nov 22 00:16:08 UTC 2001
Modified Files:
basesrc/bin/rm: rm.c
Log Message:
Patch from mycroft to fix case of rm -rf nonexistant on a r/o fs would still
report errors. Checking the fts_errno for ENOENT before attempting removal
fixes this.
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 basesrc/bin/rm/rm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.