diff --git a/eurofile/configure b/eurofile/configure index d5f8baf4..a74b53d8 100755 --- a/eurofile/configure +++ b/eurofile/configure @@ -564,7 +564,7 @@ SBINDIR=`eval echo ${CONFIG_SBINDIR:-'\\${sbindir}'}` KERNELDIR=`eval echo ${CONFIG_KERNELDIR:-"/usr/src/linux"}` RUNDIR=`eval echo ${CONFIG_RUNDIR:-"/var/run"}` -SYSVINIT_RC_DIR=`eval echo ${CONFIG_SYSVINIT_RC_DIR:-"/sbin/init.d"}` +SYSVINIT_RC_DIR=`eval echo ${CONFIG_SYSVINIT_RC_DIR:-"/etc/rc.d/init.d"}` EFT_TOPDIR=${EFT_TOPDIR:-$PWD} diff --git a/eurofile/configure.in b/eurofile/configure.in index 6a2251ec..c6e41c19 100644 --- a/eurofile/configure.in +++ b/eurofile/configure.in @@ -2,7 +2,7 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -AC_REVISION($Id: configure.in,v 1.6 1999/10/08 00:31:04 he Exp $)dnl +AC_REVISION($Id: configure.in,v 1.7 1999/10/27 17:23:27 he Exp $)dnl AC_INIT(COPYING.authlib) @@ -49,7 +49,7 @@ dnl RUNDIR=`eval echo ${CONFIG_RUNDIR:-'\\${localstatedir}/run'}` dnl enforce a unique dire for pidfiles, independent of install patch RUNDIR=`eval echo ${CONFIG_RUNDIR:-"/var/run"}` -SYSVINIT_RC_DIR=`eval echo ${CONFIG_SYSVINIT_RC_DIR:-"/sbin/init.d"}` +SYSVINIT_RC_DIR=`eval echo ${CONFIG_SYSVINIT_RC_DIR:-"/etc/rc.d/init.d"}` EFT_TOPDIR=${EFT_TOPDIR:-$PWD}