22 lines
464 B
Plaintext
22 lines
464 B
Plaintext
#
|
|
# @(#)install.bin 1.1 94/10/31 SMI
|
|
#
|
|
# used by add_client to copy necessary binaries
|
|
# into the client's root area.
|
|
#
|
|
# In the 'type' field below, use;
|
|
# 'impl' for implementation architecture files, and
|
|
# 'appl' for applications architecture files
|
|
#
|
|
#type from to
|
|
#
|
|
impl stand/vmunix /
|
|
impl stand/kadb /
|
|
appl bin/hostname /sbin
|
|
appl etc/ifconfig /sbin
|
|
appl etc/init /sbin
|
|
appl etc/mount /sbin
|
|
appl etc/intr /sbin
|
|
appl bin/sh /sbin
|
|
appl etc/hostconfig /sbin
|