Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Summary: add grep and stat.



details:   https://anonhg.NetBSD.org/src/rev/f343572bcc35
branches:  trunk
changeset: 459437:f343572bcc35
user:      bad <bad%NetBSD.org@localhost>
date:      Thu Sep 12 00:17:03 2019 +0000

description:
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"?

diffstat:

 sys/rump/listsrcdirs |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 9146155b155e -r f343572bcc35 sys/rump/listsrcdirs
--- a/sys/rump/listsrcdirs      Wed Sep 11 22:30:16 2019 +0000
+++ b/sys/rump/listsrcdirs      Thu Sep 12 00:17:03 2019 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index