summaryrefslogtreecommitdiffstats
path: root/src/conf_macros.m4
diff options
context:
space:
mode:
authorMaxim <kolmax94@gmail.com>2010-08-18 13:57:12 +0400
committerStephen Gallagher <sgallagh@redhat.com>2010-09-02 12:23:18 -0400
commit327127bb7fcc07f882209f029e14026de1b23c94 (patch)
treea78333e40fcfa145cb51ebd16fb50d7790d71a5b /src/conf_macros.m4
parentd921c1eba437662437847279f251a0a5d8f70127 (diff)
downloadsssd-327127bb7fcc07f882209f029e14026de1b23c94.tar.gz
sssd-327127bb7fcc07f882209f029e14026de1b23c94.tar.xz
sssd-327127bb7fcc07f882209f029e14026de1b23c94.zip
Add gentoo-specific init dir
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Diffstat (limited to 'src/conf_macros.m4')
-rw-r--r--src/conf_macros.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conf_macros.m4 b/src/conf_macros.m4
index cb4b32557..5898bc7f1 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