]> git.pld-linux.org Git - packages/apache-couchdb.git/blame - apache-couchdb-init.d.patch
- 1.0.2
[packages/apache-couchdb.git] / apache-couchdb-init.d.patch
CommitLineData
56261cf6
ER
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})
c79e99aa 12+ elif test -d /etc/rc.d; then
56261cf6
ER
13 init_enabled=true
14 AC_SUBST([initdir], ['${sysconfdir}/rc.d'])
15 AC_MSG_RESULT(${initdir})
This page took 0.063398 seconds and 4 git commands to generate.