#
# This defines paths for OSF1 apps.
#
# Written by James Bonfield, jkb@mrc-lmb.cam.ac.uk
#

##
## $tar and $tar_extract are special.  They are needed for the
## local rscan no matter what OS we're scanning from.
##
## They must conform to the format:
##   $tar{OSNAMEOSVERSION} = 'something';
##  where OSNAME is, for instance, IRIX or SunOS, etc. and 
##  OSVERSION is 4.0.5, 5.4, etc. or 'default', which is a catchall.
## they are accessable as this, but also as just plain
## $tar and $tar_extract when looked for inside scans in a module.
##
$tar{'OSF1default'}         = '/usr/bin/tar';
$tar_extract{'OSF1default'} = 'xBf';

$rsh         = '/usr/bin/rsh';
$tar_create  = 'cBf';
$hostname    = '/usr/bin/hostname';
$pwd         = '/usr/bin/pwd';
$showmount   = '/usr/bin/showmount';
$find        = '/usr/bin/find';
$remove      = '/bin/rm -rf';


## We should always exit successfully
1;

