Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies/ramdisk add rcmd; there are no other t...



details:   https://anonhg.NetBSD.org/src/rev/4bea6dd388d9
branches:  trunk
changeset: 476127:4bea6dd388d9
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Sep 07 06:54:21 1999 +0000

description:
add rcmd; there are no other tools that let the user remotely execute
commands.

diffstat:

 distrib/i386/floppies/ramdisk/list            |  3 ++-
 distrib/i386/floppies/ramdisk/ramdiskbin.conf |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 983d8d5c7de1 -r 4bea6dd388d9 distrib/i386/floppies/ramdisk/list
--- a/distrib/i386/floppies/ramdisk/list        Tue Sep 07 06:49:37 1999 +0000
+++ b/distrib/i386/floppies/ramdisk/list        Tue Sep 07 06:54:21 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.21 1999/08/12 15:34:19 bouyer Exp $
+#      $NetBSD: list,v 1.22 1999/09/07 06:54:21 christos Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -16,6 +16,7 @@
 LINK   ramdiskbin                      bin/mv
 LINK   ramdiskbin                      bin/pax
 LINK   ramdiskbin                      bin/pwd
+LINK   ramdiskbin                      bin/rcmd
 LINK   ramdiskbin                      bin/rm
 LINK   ramdiskbin                      bin/sh
 LINK   ramdiskbin                      bin/stty
diff -r 983d8d5c7de1 -r 4bea6dd388d9 distrib/i386/floppies/ramdisk/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk/ramdiskbin.conf     Tue Sep 07 06:49:37 1999 +0000
+++ b/distrib/i386/floppies/ramdisk/ramdiskbin.conf     Tue Sep 07 06:54:21 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ramdiskbin.conf,v 1.16 1999/08/12 15:34:20 bouyer Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.17 1999/09/07 06:54:21 christos Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 #
@@ -9,7 +9,7 @@
 progs fsck fsck_ffs ftp gzip ifconfig wiconfig init installboot less
 progs ln ls mkdir mknod
 progs mount mount_cd9660 mount_ext2fs mount_ffs mount_msdos mount_ntfs
-progs mount_nfs mount_kernfs mt mv newfs ping pwd reboot restore rm
+progs mount_nfs mount_kernfs mt mv newfs ping pwd rcmd reboot restore rm
 progs route sed sh shutdown slattach stty swapctl sync test
 progs tip umount update
 progs sysinst pax



Home | Main Index | Thread Index | Old Index