Code Search for Developers
 
 
  

binaries.pm.in from LinuxCOE at Krugle


Show binaries.pm.in syntax highlighted

package binaries;
# Blast these programs into the name space of calling scripts
# Used by nph-* scripts only (and coe_profiles for sendmail)

require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw($TAR $CPIO $GZIP $GUNZIP $DIFF $FIND $MKISOFS $PALO $SENDMAIL $SUDO);

use vars @EXPORT;

# Needed programs (beyond those of FHS expected in /bin)
$TAR="@TAR@";
$CPIO="@CPIO@";
$GZIP="@GZIP@";
$GUNZIP="@GUNZIP@";

$DIFF="@DIFF@";
$FIND="@FIND@";
$MKISOFS="@MKISOFS@";
$PALO="@PALO@";
$SENDMAIL="@SENDMAIL@";
$SUDO="@SUDO@";

1;




See more files for this project here

LinuxCOE

The Linux Common Operating Environment (LinuxCOE) facilitates provisioning and lifecycle support of many popular Linux distributions, versions and architectures.

Project homepage: http://sourceforge.net/projects/linuxcoe
Programming language(s): JavaScript,Perl,Shell Script
License: gpl2

  Makefile.am
  Makefile.in
  binaries.pm.in
  errors
  sysdes_paths.pm.in