Searched refs:rcdir (Results 1 – 2 of 2) sorted by relevance
92 AC_ARG_WITH(rcdir, [ --with-rcdir set path for rc scripts],rcdir="$withval",rcdir="") optwith97 if test x$rcdir = x; then102 rcdir="/sbin/init.d"105 rcdir="/etc"108 rcdir="/etc/rc.d"111 rcdir="no"159 if test "x$rcdir" != xno; then161 INITDDIR="$rcdir"163 INITDIR="$rcdir"
1610 --with-rcdir set path for rc scripts