Home
last modified time | relevance | path

Searched refs:TARFILE (Results 1 – 4 of 4) sorted by relevance

/titanic_52/usr/src/tools/scripts/
H A DInstall.sh738 echo "Creating tarfile $TARFILE"
741 rm -f $TARFILE files
749 tar cf $TARFILE -I files || fail "Couldn't create tarfile $TARFILE"
771 test -s $TARFILE || fail "$TARFILE missing or empty"
779 sh -e${SHV}c "$INSTALL_RCP $TARFILE $TARGET/Install.tar"
784 <$TARFILE 2>errors
886 TARFILE=$INSTALL_DIR/Install.${KARCH}.tar
920 TARFILE
[all...]
/titanic_52/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_tar_001_pos.ksh63 TARFILE=tarfile.$$.tar
89 log_must $TAR cpf $TARFILE $file $dir
92 log_must $MV $TARFILE $TESTDIR1
94 log_must $TAR xpf $TARFILE
H A Dzfs_acl_tar_002_pos.ksh68 TARFILE=tarfile.$$.tar
99 log_must $TAR cpf@ $TARFILE ${testfile#$TESTDIR/} ${testdir#$TESTDIR/}
103 log_must $TAR xpf@ $TESTDIR/$TARFILE
H A Dzfs_acl_chmod_aclmode_001_pos.ksh58 if [[ -f $TARFILE ]]; then
59 log_must $RM -f $TARFILE
96 TARFILE=$TESTDIR/tarfile
534 log_must $TAR cpf@ $TARFILE $basedir
547 log_must $TAR xpf@ $TARFILE
551 log_must usr_exec $RM -rf $basedir $TARFILE