From 327127bb7fcc07f882209f029e14026de1b23c94 Mon Sep 17 00:00:00 2001 From: Maxim Date: Wed, 18 Aug 2010 13:57:12 +0400 Subject: Add gentoo-specific init dir Signed-off-by: Stephen Gallagher --- src/conf_macros.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/conf_macros.m4') diff --git a/src/conf_macros.m4 b/src/conf_macros.m4 index cb4b3255..5898bc7f 100644 --- a/src/conf_macros.m4 +++ b/src/conf_macros.m4 @@ -108,6 +108,9 @@ AC_DEFUN([WITH_INIT_DIR], ] ) initdir="${sysconfdir}/rc.d/init.d" + if test x$osname == xgentoo; then + initdir="${sysconfdir}/init.d" + fi if test x"$with_init_dir" != x; then initdir=$with_init_dir fi -- cgit