diff options
author | Maxim <kolmax94@gmail.com> | 2010-08-18 13:57:12 +0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-09-02 12:23:18 -0400 |
commit | 327127bb7fcc07f882209f029e14026de1b23c94 (patch) | |
tree | a78333e40fcfa145cb51ebd16fb50d7790d71a5b /src | |
parent | d921c1eba437662437847279f251a0a5d8f70127 (diff) | |
download | sssd-327127bb7fcc07f882209f029e14026de1b23c94.tar.gz sssd-327127bb7fcc07f882209f029e14026de1b23c94.tar.bz2 sssd-327127bb7fcc07f882209f029e14026de1b23c94.zip |
Add gentoo-specific init dir
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/conf_macros.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
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 |