X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fconf%2FMakefile.am;h=7615eaf0952f3144b022f1ff3be0440c2c41673f;hb=7f67aa42f9123caef3cee714f1e2cee3c6848892;hp=ad285b68c1c9143bff3e12aec10d3337bccfc56e;hpb=6869932b552ac705f411de3362f01bd50c1f6f7d;p=fs%2Flustre-release.git diff --git a/lustre/conf/Makefile.am b/lustre/conf/Makefile.am index ad285b6..7615eaf 100644 --- a/lustre/conf/Makefile.am +++ b/lustre/conf/Makefile.am @@ -25,21 +25,37 @@ # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved +# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2014, Intel Corporation. +# # # This file is part of Lustre, http://www.lustre.org/ # Lustre is a trademark of Sun Microsystems, Inc. # -EXTRA_DIST = lustre.dtd lustre.schema slapd-lustre.conf lustre2ldif.xsl top.ldif +EXTRA_DIST = lustre.dtd slapd-lustre.conf lustre2ldif.xsl top.ldif \ + 99-lustre.rules lustre ldev.conf ko2iblnd.conf ldapconfdir = $(sysconfdir)/openldap -ldapschemadir = $(sysconfdir)/openldap/schema if UTILS -ldapconf_SCRIPTS = slapd-lustre.conf -ldapschema_SCRIPTS = lustre.schema -pkgdata_DATA = top.ldif lustre2ldif.xsl +noinst_SCRIPTS = slapd-lustre.conf +noinst_DATA = top.ldif lustre2ldif.xsl +endif + +udevrulesdir = $(sysconfdir)/udev/rules.d +udevrules_DATA = 99-lustre.rules + +if RHEL +if SERVER +sysconfigdir = $(sysconfdir)/sysconfig +sysconfig_DATA = lustre endif +endif + +modprobedir = $(sysconfdir)/modprobe.d +modprobe_DATA = ko2iblnd.conf + +sysconf_DATA = ldev.conf