Update of /cvsroot/devil-linux/build
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17900
Modified Files:
Makefile.build Makefile.install
Log Message:
added pcs and crmsh for linux-ha
Index: Makefile.build
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.build,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- Makefile.build 3 Jul 2016 20:43:51 -0000 1.104
+++ Makefile.build 10 Sep 2016 13:36:04 -0000 1.105
@@ -120,7 +120,7 @@
GROUP_X := git pymilter GeoIP avahi cifs-utils kmod pwauth mod_authnz_external mod_authz_unixgroup \
shellinabox pam-abl mod_spdy netatalk opendkim backports.ssl_match_hostname certifi futures \
pycurl html5lib GateOne ZoneMinder intltool v4l dovecot-pigeonhole \
- google-authenticator-apache-module corosync pacemaker
+ google-authenticator-apache-module corosync pacemaker crmsh
# End of dependencies
@@ -898,6 +898,8 @@
pacemaker: | libqb corosync
+crmsh: | pacemaker
+
nss: | nspr
libstatgrab: | $(GROUP_14)
Index: Makefile.install
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.install,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- Makefile.install 3 Jul 2016 20:43:51 -0000 1.61
+++ Makefile.install 10 Sep 2016 13:36:04 -0000 1.62
@@ -109,7 +109,7 @@
GROUP_X := git pymilter GeoIP avahi cifs-utils pwauth mod_authnz_external mod_authz_unixgroup \
shellinabox pam-abl mod_spdy netatalk backports.ssl_match_hostname certifi futures \
pycurl setuptools html5lib GateOne ZoneMinder kmod dovecot-pigeonhole \
- google-authenticator-apache-module corosync pacemaker
+ google-authenticator-apache-module corosync pacemaker crmsh pcs
# End of dependencies
@@ -776,9 +776,13 @@
dovecot-pigeonhole: | dovecot Python
-corosync: linux
+corosync: | linux
-pacemaker: linux corosync
+pacemaker: | linux corosync
+
+crmsh: | pacemaker
+
+pcs: | pacemaker
iputils: | $(GROUP_17) inetutils
|