Update of /cvsroot/devil-linux/build
In directory vz-cvs-3.sog:/tmp/cvs-serv15670
Modified Files:
CHANGES Makefile.install
Log Message:
closed bug #125 - libnfsidmap plugins are missing
Index: CHANGES
===================================================================
RCS file: /cvsroot/devil-linux/build/CHANGES,v
retrieving revision 1.1502
retrieving revision 1.1503
diff -u -d -r1.1502 -r1.1503
--- CHANGES 28 Jan 2012 22:01:21 -0000 1.1502
+++ CHANGES 29 Jan 2012 00:59:20 -0000 1.1503
@@ -22,6 +22,7 @@
#
1.6.0-RC2
+- closed bug #125 - libnfsidmap plugins are missing
- closed bug #121 - message that appears upon upgrade to 1.6.0-RC1 (hide insserv messages)
- added ipset 6.11 ( Heiko + Gabriel Hojda + Oliver Niesner)
- added libmnl 1.0.2 ( Heiko + Gabriel Hojda + Oliver Niesner)
Index: Makefile.install
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.install,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile.install 24 Jan 2012 14:11:07 -0000 1.29
+++ Makefile.install 29 Jan 2012 00:59:20 -0000 1.30
@@ -31,7 +31,7 @@
GROUP_16 := e2fsprogs openldap pam_mysql postgresql
-GROUP_17 := cyrus-sasl nss_ldap pam-pgsql
+GROUP_17 := cyrus-sasl nss_ldap pam-pgsql libnfsidmap
GROUP_19 := LPRng LVM LVM2 Python aiccu \
aide apcupsd arping arpwatch bacula \
@@ -824,3 +824,5 @@
ipset: | libmnl
libmnl: | $(GROUP_08)
+
+libnfsidmap: | $(GROUP_16)
|