]> git.pld-linux.org Git - packages/apache-couchdb.git/blob - apache-couchdb-init.d.patch
- 1.0.2
[packages/apache-couchdb.git] / apache-couchdb-init.d.patch
1 --- apache-couchdb-0.8.1-incubating/configure.ac~       2008-06-17 01:47:54.000000000 +0300
2 +++ apache-couchdb-0.8.1-incubating/configure.ac        2008-11-03 14:32:20.470999260 +0200
3 @@ -151,7 +151,11 @@
4  
5  if test "$use_init" = "yes"; then
6     AC_MSG_CHECKING(location of init directory)
7 -   if test -d /etc/rc.d; then
8 +   if test -d /etc/rc.d/init.d; then
9 +       init_enabled=true
10 +       AC_SUBST([initdir], ['${sysconfdir}/rc.d/init.d'])
11 +       AC_MSG_RESULT(${initdir})
12 +   elif test -d /etc/rc.d; then
13         init_enabled=true
14         AC_SUBST([initdir], ['${sysconfdir}/rc.d'])
15         AC_MSG_RESULT(${initdir})
This page took 0.045307 seconds and 3 git commands to generate.