Sophie

Sophie

distrib > Mageia > 1 > x86_64 > by-pkgid > ceda76dc0bf3c064f5e8f93a2c0b35f0 > files > 14

icmake-doc-7.15.00-1.mga1.x86_64.rpm

#!/bin/sh

ORGPROG=/usr/local/etc/backup/backup

if [ "$1" = "" ]
then
    $ORGPROG
else    
    insmod /sbin/ftape.o
    $ORGPROG $*
    mt -f /dev/ftape rewind
    sleep 20
    rmmod ftape
fi

exit 0