add rcmd; there are no other tools that let the user remotely execute
commands.
This commit is contained in:
parent
22dc13ab4a
commit
b58be766cb
|
@ -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/mt
|
|||
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
|
||||
|
|
|
@ -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 bad144 cat chmod chown chroot cp dd df disklabel ed
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue