Module Name:    src
Committed By:   bad
Date:           Thu Sep 12 00:17:03 UTC 2019

Modified Files:
        src/sys/rump: listsrcdirs

Log Message:
Summary: add grep and stat.

CVS: ----------------------------------------------------------------------
CVS: CVSROOT  cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
CVS:
CVS: Please evaluate your changes and consider the following.
CVS: Abort checkin if you answer no.
CVS: => For all changes:
CVS: Do the changed files compile?
CVS: Has the change been tested?
CVS: => If you are not completely familiar with the changed components:
CVS: Has the change been posted for review?
CVS: Have you allowed enough time for feedback?
CVS: => If the change is major:
CVS: => If the change adds files to, or removes files from $DESTDIR:
CVS: => If you are changing a library or kernel interface:
CVS: Have you successfully run "./build.sh release"?


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/rump/listsrcdirs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/listsrcdirs
diff -u src/sys/rump/listsrcdirs:1.37 src/sys/rump/listsrcdirs:1.38
--- src/sys/rump/listsrcdirs:1.37	Wed Sep 11 22:30:16 2019
+++ src/sys/rump/listsrcdirs	Thu Sep 12 00:17:03 2019
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#	$NetBSD: listsrcdirs,v 1.37 2019/09/11 22:30:16 bad Exp $
+#	$NetBSD: listsrcdirs,v 1.38 2019/09/12 00:17:03 bad Exp $
 #
 
 #
@@ -76,11 +76,11 @@ lsrc sys /external/bsd/		flex mdocml bya
 lsrc sys /external/cddl/	osnet
 lsrc sys /external/historical/	nawk
 lsrc sys /external/public-domain/	xz
-lsrc sys /bin/			cat
+lsrc sys /bin/			cat pax
 lsrc sys /usr.bin/		make xinstall config mktemp sed tsort
 lsrc sys /usr.bin/		lorder join cksum m4 mkdep Makefile.inc
 lsrc sys /usr.bin/		rpcgen rump_wmd
-lsrc sys /usr.bin/		genassym stat uname
+lsrc sys /usr.bin/		genassym grep stat uname
 lsrc sys /usr.sbin/		mtree
 
 # sources hosted in the NetBSD tree that are required/useful

Reply via email to