Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 62fbc8d9835b2df54a8d0a7fcd42a629 > files > 2

distcc-daemon-standalone-2.18.3-5mdv2008.1.i586.rpm

if [ -f /etc/sysconfig/ccache ]; then
    . /etc/sysconfig/ccache
fi

if [ -f /etc/sysconfig/distcc ]; then
    . /etc/sysconfig/distcc
fi

if [ "$USE_DISTCC_DEFAULT" = "yes" ]; then
  if [ "$USE_CCACHE_DEFAULT" = "yes" ]; then
      if [ -z "$CCACHE_PREFIX" ]; then
          export CCACHE_PREFIX=/usr/bin/distcc
      fi
  else
      export PATH=/usr/lib/distcc/bin:$PATH
  fi
fi