summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-15 08:10:35 +0000
committerjkh <jkh@FreeBSD.org>1994-11-15 08:10:35 +0000
commit32a984123c2e37e0af29488d107141f166f6804c (patch)
treedfb1e80964c1760ad5180f99cbdfba5425ed9eb0 /release
parent0a7f3ebca38be02e7bbe69639851fb473fee1878 (diff)
downloadFreeBSD-src-32a984123c2e37e0af29488d107141f166f6804c.zip
FreeBSD-src-32a984123c2e37e0af29488d107141f166f6804c.tar.gz
Add back tar - I'm not sure where it went again! I know that
cpio reads tar files, but this gives you "tar" in its old familar way, which is important for those trying to read the old extract.sh'd bindist.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile4
-rw-r--r--release/boot_flp.conf4
-rw-r--r--release/cpio_flp_1.conf2
3 files changed, 5 insertions, 5 deletions
diff --git a/release/Makefile b/release/Makefile
index 2106a07d..b0fecb9 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.42 1994/11/13 01:46:22 jkh Exp $
+# $Id: Makefile,v 1.43 1994/11/14 20:56:17 phk Exp $
#
# Evil floppies are, of course, 1.2MB floppies.
@@ -18,7 +18,7 @@ DDCOUNT= 80
MNT= /mnt
CPIO1= basename cat chmod cp date dd df dmesg echo ed expr hostname kill ln
-CPIO1+= ls mkdir mt mv rcp rm rmdir sh sleep stty sync test tip [ -sh
+CPIO1+= ls mkdir mt mv rcp rm rmdir sh sleep stty sync tar test tip [ -sh
CPIO1+= badsect chown clri disklabel dump dmesg fdisk fsck ifconfig init
CPIO1+= mknod mount mount_cd9660 mount_msdos mount_nfs ncftp newfs ping pwd
CPIO1+= reboot restore slattach swapon umount route
diff --git a/release/boot_flp.conf b/release/boot_flp.conf
index 039521c..2a6ccfe1 100644
--- a/release/boot_flp.conf
+++ b/release/boot_flp.conf
@@ -1,4 +1,4 @@
-# $Id: kcopy.conf,v 1.4 1994/09/09 16:02:04 rgrimes Exp $
+# $Id: boot_flp.conf,v 1.1 1994/10/26 05:42:25 phk Exp $
srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/gnu/usr.bin
@@ -9,7 +9,7 @@ srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/gnu/usr.bin
progs sysinstall newfs gzip cpio fsck dialog
ln gzip gunzip
ln gzip zcat
-#ln sh -sh
+# ln sh -sh
# ln sysinstall oinit
# ln test [
diff --git a/release/cpio_flp_1.conf b/release/cpio_flp_1.conf
index c97d2b8..8082890 100644
--- a/release/cpio_flp_1.conf
+++ b/release/cpio_flp_1.conf
@@ -29,7 +29,7 @@ ln reboot halt
# /usr/bin stuff
-progs tip ftp ncftp rsh sed telnet rlogin
+progs tar tip ftp ncftp rsh sed telnet rlogin
ln tip cu
OpenPOWER on IntegriCloud