]> git.pld-linux.org Git - packages/corosync.git/blob - corosync-install.patch
fd722b702c326a0f64bc2edcbd0d0f2fc8133ddd
[packages/corosync.git] / corosync-install.patch
1 --- corosync-2.0.1.orig/configure.ac    2012-05-22 08:52:01.000000000 +0200
2 +++ corosync-2.0.1/configure.ac 2012-07-01 11:05:47.160318795 +0200
3 @@ -601,8 +601,8 @@
4  
5  AC_SUBST([OS_LDL])
6  AM_CONDITIONAL(INSTALL_TESTAGENTS, test -n "${enable_testagents}")
7  AM_CONDITIONAL(INSTALL_MIB, test "${enable_snmp}" = "1")
8 -AM_CONDITIONAL(INSTALL_DBUSCONF, test "${enable_dbus}" = "1")
9 +AM_CONDITIONAL(INSTALL_DBUSCONF, test "${enable_dbus}" = "yes")
10  AM_CONDITIONAL(AUGTOOL, test -n "${AUGTOOL}")
11  AC_SUBST([NSS_LDFLAGS])
12  
13 --- corosync-2.0.1.orig/init/Makefile.am        2012-05-22 08:52:01.000000000 +0200
14 +++ corosync-2.0.1/init/Makefile.am     2012-07-01 11:11:22.512547818 +0200
15 @@ -39,10 +39,8 @@
16  if INSTALL_SYSTEMD
17  systemdconfdir    = $(SYSTEMDDIR)
18  systemdconf_DATA   = corosync.service corosync-notifyd.service
19 -initscriptdir     = $(INITWRAPPERSDIR)
20 -else
21 -initscriptdir     = $(INITDDIR)
22  endif
23 +initscriptdir     = $(INITDDIR)
24  initscript_SCRIPTS  = corosync corosync-notifyd
25  
26  %: %.in Makefile
This page took 0.035139 seconds and 2 git commands to generate.