diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-06 22:18:11 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-06 22:18:11 +0000 |
commit | 3a2ba0e0536ed201d246842845a28fc3d518125e (patch) | |
tree | 545adb0b10f17917336eed667686b3f0d8c5a003 /distrib/i386 | |
parent | 522bf125c94f2ceb671a04deb45f5780f1afcb61 (diff) |
We use pdksh now
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/inst-common/instbin-krb.conf | 9 | ||||
-rw-r--r-- | distrib/i386/floppies/inst-common/instbin.conf | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/distrib/i386/floppies/inst-common/instbin-krb.conf b/distrib/i386/floppies/inst-common/instbin-krb.conf index 5840a3e3370..4dfe241b64a 100644 --- a/distrib/i386/floppies/inst-common/instbin-krb.conf +++ b/distrib/i386/floppies/inst-common/instbin-krb.conf @@ -1,4 +1,4 @@ -# $OpenBSD: instbin-krb.conf,v 1.1 1996/12/21 19:21:48 kstailey Exp $ +# $OpenBSD: instbin-krb.conf,v 1.2 1997/02/06 22:18:09 niklas Exp $ # # instbin.conf - unified binary for the inst/upgr floppies # @@ -9,15 +9,16 @@ progs awk bad144 cat chmod chown chroot cp dd df disklabel ed expr fsck_ffs progs ftp fdisk progs ifconfig init less ln ls mkdir mknod mount mount_cd9660 progs mount_ffs mount_msdos mount_nfs mount_kernfs -progs mv newfs pax ping pwd reboot rm route -progs sed sh shutdown slattach strings stty sync test tip umount +progs mv newfs pax pdksh ping pwd reboot rm route +progs sed shutdown slattach strings stty sync test tip umount progs rsh restore gzip ln chown chgrp ln fsck_ffs fsck ln less more ln pax tar -ln sh -sh # init invokes the shell this way +ln pdksh sh +ln pdksh -sh # init invokes the shell this way ln test [ ln reboot halt diff --git a/distrib/i386/floppies/inst-common/instbin.conf b/distrib/i386/floppies/inst-common/instbin.conf index 0a9d6ade65f..9d23fa3c0c5 100644 --- a/distrib/i386/floppies/inst-common/instbin.conf +++ b/distrib/i386/floppies/inst-common/instbin.conf @@ -1,4 +1,4 @@ -# $OpenBSD: instbin.conf,v 1.14 1996/12/21 19:21:49 kstailey Exp $ +# $OpenBSD: instbin.conf,v 1.15 1997/02/06 22:18:10 niklas Exp $ # # instbin.conf - unified binary for the inst/upgr floppies # @@ -9,15 +9,16 @@ progs awk bad144 cat chmod chown chroot cp dd df disklabel ed expr fsck_ffs progs ftp fdisk progs ifconfig init less ln ls mkdir mknod mount mount_cd9660 progs mount_ffs mount_msdos mount_nfs mount_kernfs -progs mv newfs pax ping pwd reboot rm route -progs sed sh shutdown slattach strings stty sync test tip umount +progs mv newfs pax pdksh ping pwd reboot rm route +progs sed shutdown slattach strings stty sync test tip umount progs rsh restore gzip ln chown chgrp ln fsck_ffs fsck ln less more ln pax tar -ln sh -sh # init invokes the shell this way +ln pdksh sh +ln pdksh -sh # init invokes the shell this way ln test [ ln reboot halt |