add pppd, chat, and /etc/ppp files. (it fits!)
authorderaadt <deraadt@openbsd.org>
Thu, 17 Apr 1997 01:59:57 +0000 (01:59 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 17 Apr 1997 01:59:57 +0000 (01:59 +0000)
distrib/i386/floppies/common/instbin-krb.conf
distrib/i386/floppies/common/instbin.conf
distrib/i386/floppies/common/list
distrib/i386/floppies/common/mtree.conf
distrib/i386/floppies/ramdisk/instbin.conf
distrib/i386/floppies/ramdisk/mtree.conf

index 48d1a32..b7fc0af 100644 (file)
@@ -1,15 +1,15 @@
-#      $OpenBSD: instbin-krb.conf,v 1.2 1997/04/14 10:56:10 deraadt Exp $
+#      $OpenBSD: instbin-krb.conf,v 1.3 1997/04/17 01:59:57 deraadt Exp $
 #
 # instbin.conf - unified binary for the inst/upgr floppies
 #
 
-srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
+srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin usr.sbin/pppd
 
 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 pdksh ping pwd reboot rm route
+progs mv newfs pax pdksh ping pppd pwd reboot rm route
 progs sed shutdown slattach strings stty sync test tip umount
 progs rsh restore gzip
 
index baf0aca..c0d13f4 100644 (file)
@@ -1,15 +1,15 @@
-#      $OpenBSD: instbin.conf,v 1.1 1997/04/13 17:17:45 mickey Exp $
+#      $OpenBSD: instbin.conf,v 1.2 1997/04/17 01:59:57 deraadt Exp $
 #
 # instbin.conf - unified binary for the inst/upgr floppies
 #
 
-srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
+srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin usr.sbin/pppd
 
-progs awk bad144 cat chmod chown chroot cp dd df disklabel ed expr fsck_ffs
-progs ftp fdisk
+progs awk bad144 cat chat chmod chown chroot cp dd df disklabel ed
+progs expr fsck_ffs 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 pdksh ping pwd reboot rm route
+progs mv newfs pax pdksh ping pppd pwd reboot rm route
 progs sed shutdown slattach strings stty sync test tip umount
 progs rsh restore gzip
 
index 1ce7525..8738465 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: list,v 1.2 1997/04/14 10:56:22 deraadt Exp $
+#      $Id: list,v 1.3 1997/04/17 01:59:58 deraadt Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/instbin       instbin
@@ -56,8 +56,10 @@ SYMLINK      /bin/cat                usr/bin/sed
 SYMLINK        /bin/cat                usr/bin/strings
 SYMLINK        /bin/cat                usr/bin/tip
 SYMLINK        /bin/cat                usr/sbin/bad144
+SYMLINK        /bin/cat                usr/sbin/chat
 SYMLINK        /bin/cat                usr/sbin/chown
 SYMLINK        /bin/cat                usr/sbin/chroot
+SYMLINK        /bin/cat                usr/sbin/pppd
 SPECIAL        /bin/rm instbin
 
 # copy the MAKEDEV script and make some devices
@@ -77,6 +79,8 @@ COPY  ${DESTDIR}/etc/pwd.db           etc/pwd.db
 COPY   ${DESTDIR}/etc/services         etc/services
 COPY   ${DESTDIR}/etc/spwd.db          etc/spwd.db
 
+COPYDIR        ${DESTDIR}/etc/ppp              etc/ppp
+
 # and the common installation tools
 COPY   ${TOPDIR}/common/dot.commonutils        .commonutils
 COPY   ${TOPDIR}/common/termcap.pc3    usr/share/misc/termcap
index c68e3d0..1906d23 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: mtree.conf,v 1.1 1997/04/13 17:17:46 mickey Exp $
+#      $Id: mtree.conf,v 1.2 1997/04/17 01:59:58 deraadt Exp $
 
 /set type=dir uname=root gname=wheel mode=0755
 # .
@@ -16,6 +16,12 @@ dev
 
 # ./etc
 etc
+
+# ./etc/ppp
+ppp
+# ./etc/ppp
+..
+
 # ./etc
 ..
 
index f6aa305..13dba3e 100644 (file)
@@ -1,15 +1,15 @@
-#      $OpenBSD: instbin.conf,v 1.1 1997/04/14 10:57:12 deraadt Exp $
+#      $OpenBSD: instbin.conf,v 1.2 1997/04/17 01:59:59 deraadt Exp $
 #
 # instbin.conf - unified binary for the inst/upgr floppies
 #
 
-srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
+srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin usr.sbin/pppd
 
-progs bad144 cat chmod chown chroot cp dd df disklabel ed expr fsck_ffs
-progs ftp fdisk
+progs bad144 cat chat chmod chown chroot cp dd df disklabel ed
+progs expr fsck_ffs 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 pdksh ping pwd reboot rm route
+progs mount_ffs mount_msdos mount_nfs mount_kernfs mount_ext2fs
+progs mv newfs pax pdksh ping pppd pwd reboot rm route
 progs sed  shutdown slattach strings stty sync test tip umount
 progs rsh restore gzip
 
index e042cb0..da5d763 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: mtree.conf,v 1.1 1997/04/13 17:17:55 mickey Exp $
+#      $Id: mtree.conf,v 1.2 1997/04/17 02:00:00 deraadt Exp $
 
 /set type=dir uname=root gname=wheel mode=0755
 # .
@@ -16,6 +16,12 @@ dev
 
 # ./etc
 etc
+
+# ./etc/ppp
+ppp
+# ./etc/ppp
+..
+
 # ./etc
 ..