Module Name: src Committed By: christos Date: Sat Jan 9 16:41:09 UTC 2021
Modified Files: src/external/bsd/ppp: ppp2netbsd Log Message: remove more To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ppp/ppp2netbsd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/ppp/ppp2netbsd diff -u src/external/bsd/ppp/ppp2netbsd:1.2 src/external/bsd/ppp/ppp2netbsd:1.3 --- src/external/bsd/ppp/ppp2netbsd:1.2 Sat Oct 25 15:06:33 2014 +++ src/external/bsd/ppp/ppp2netbsd Sat Jan 9 11:41:09 2021 @@ -71,5 +71,10 @@ find . -type f -name '.gitignore' | whil rm -f ${m} echo -n "${m} " done +echo -n "Removing .github... " +find . -type f -name '.github' | while read m; do + rm -fr ${m} + echo -n "${m} " +done echo; echo cleantags .