diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-29 05:54:29 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-29 05:54:29 +0000 |
commit | e7ba098a6dde243a90180787f3c0999eece7efec (patch) | |
tree | 7c71e86e2ca91bceb37e74bc210fede50bdc95e4 /distrib/atari | |
parent | 6765702568d2cce079bc23c1855e40ba4632e05e (diff) |
Update for removal of GNU tar(1)
Diffstat (limited to 'distrib/atari')
-rw-r--r-- | distrib/atari/inst-common/dot.commonutils | 6 | ||||
-rw-r--r-- | distrib/atari/inst-common/instbin.conf | 5 | ||||
-rw-r--r-- | distrib/atari/inst-common/list | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/distrib/atari/inst-common/dot.commonutils b/distrib/atari/inst-common/dot.commonutils index 41634c9d297..9d2e02ec8db 100644 --- a/distrib/atari/inst-common/dot.commonutils +++ b/distrib/atari/inst-common/dot.commonutils @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.commonutils,v 1.4 1996/03/28 21:48:12 niklas Exp $ +# $OpenBSD: dot.commonutils,v 1.5 1996/06/29 05:54:08 tholo Exp $ # $NetBSD: dot.commonutils,v 1.4 1996/02/28 10:06:40 leo Exp $ # # Copyright (c) 1994 Christopher G. Demetriou @@ -130,9 +130,9 @@ Extract() if [ $snapshot = n ] then cat "$1".?? | gunzip | - (cd $dest_dir ; tar --unlink -xp"$tarverbose"f -) + (cd $dest_dir ; tar -xp"$tarverbose"f -) else cat "$1".tar.gz | gunzip | - (cd $dest_dir ; tar --unlink -xp"$tarverbose"f -) + (cd $dest_dir ; tar -xp"$tarverbose"f -) fi } diff --git a/distrib/atari/inst-common/instbin.conf b/distrib/atari/inst-common/instbin.conf index 17c4aaa4ff2..7e95f5ff14b 100644 --- a/distrib/atari/inst-common/instbin.conf +++ b/distrib/atari/inst-common/instbin.conf @@ -9,13 +9,14 @@ srcdirs /usr/src/gnu/usr.bin progs cat chmod chown chroot cp dd df disklabel ed expr fsck ftp progs gzip ifconfig init ln ls mkdir mknod more mount mount_cd9660 -progs mount_ffs mount_msdos mount_nfs mv newfs printf pwd reboot rm route sed -progs sh shutdown slattach strings stty sync tar test tip umount update +progs mount_ffs mount_msdos mount_nfs mv newfs pax printf pwd reboot rm route sed +progs sh shutdown slattach strings stty sync test tip umount update ln chown chgrp ln gzip gzcat gunzip ln reboot halt ln sh -sh # init invokes the shell this way +ln pax tar ln test [ ln mount_ffs ffs ln mount_msdos msdos diff --git a/distrib/atari/inst-common/list b/distrib/atari/inst-common/list index eacdf29338b..e95d1b62f54 100644 --- a/distrib/atari/inst-common/list +++ b/distrib/atari/inst-common/list @@ -21,6 +21,7 @@ LINK instbin bin/sh LINK instbin bin/-sh LINK instbin bin/stty LINK instbin bin/sync +LINK instbin bin/tar LINK instbin bin/test LINK instbin bin/[ LINK instbin sbin/disklabel @@ -49,7 +50,6 @@ LINK instbin usr/bin/more LINK instbin usr/bin/printf LINK instbin usr/bin/sed LINK instbin usr/bin/strings -LINK instbin usr/bin/tar LINK instbin usr/bin/tip LINK instbin usr/sbin/chown LINK instbin usr/sbin/chroot |