Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbarm/instkernel/ramdisk Add /bin/rmdir, needed by ...



details:   https://anonhg.NetBSD.org/src/rev/9d3834914a90
branches:  trunk
changeset: 572364:9d3834914a90
user:      joff <joff%NetBSD.org@localhost>
date:      Fri Dec 31 11:54:29 2004 +0000

description:
Add /bin/rmdir, needed by sysinst

diffstat:

 distrib/evbarm/instkernel/ramdisk/list |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4121e5cd149a -r 9d3834914a90 distrib/evbarm/instkernel/ramdisk/list
--- a/distrib/evbarm/instkernel/ramdisk/list    Fri Dec 31 11:30:42 2004 +0000
+++ b/distrib/evbarm/instkernel/ramdisk/list    Fri Dec 31 11:54:29 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.3 2003/12/27 21:30:28 martin Exp $
+#      $NetBSD: list,v 1.4 2004/12/31 11:54:29 joff Exp $
 
 SRCDIRS        bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
 
@@ -15,6 +15,7 @@
 PROG   bin/pax         usr/bin/tar
 PROG   bin/pwd
 PROG   bin/rm
+PROG   bin/rmdir
 PROG   bin/sh
 PROG   bin/stty
 PROG   bin/sync



Home | Main Index | Thread Index | Old Index