]> git.pld-linux.org Git - packages/apache-couchdb.git/commitdiff
- fix shell syntax
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Nov 2008 12:46:33 +0000 (12:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-couchdb-init.d.patch -> 1.2

apache-couchdb-init.d.patch

index a5044a3962aa93974bcd601cc98a666bcfaf84e0..0fc4adbf124f0014a3c180f6d7b416d2b50bbb96 100644 (file)
@@ -9,7 +9,7 @@
 +       init_enabled=true
 +       AC_SUBST([initdir], ['${sysconfdir}/rc.d/init.d'])
 +       AC_MSG_RESULT(${initdir})
-+   else if test -d /etc/rc.d; then
++   elif test -d /etc/rc.d; then
         init_enabled=true
         AC_SUBST([initdir], ['${sysconfdir}/rc.d'])
         AC_MSG_RESULT(${initdir})
This page took 0.035678 seconds and 4 git commands to generate.