[Fedora-directory-commits] ldapserver/ldap/servers/snmp Makefile, 1.12, 1.13

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Wed Oct 25 00:05:22 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/snmp
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/snmp

Modified Files:
	Makefile 
Log Message:
Resolves: #210947
Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup)
Comment #23



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/snmp/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile	29 Mar 2006 19:46:44 -0000	1.12
+++ Makefile	25 Oct 2006 00:05:18 -0000	1.13
@@ -89,9 +89,9 @@
   EXTRA_LIBS += $(NETSNMP_LINK) $(EXTERNAL_AGENT_LIBS)
 endif
 
-# the redhat-directory.mib goes in the plugins/snmp directory, and the other mib like
-# files go in the plugins/snmp/mibs directory
-MIB_DEST_DIR = $(RELDIR)/plugins/snmp
+# the redhat-directory.mib goes in the _datadir/brand-ds/plugins/snmp directory, and the other mib like
+# files go in the _datadir/brand-ds/plugins/snmp/mibs directory
+MIB_DEST_DIR = $(RELDIR)/$(DS_PLUGINDIR)/snmp
 MIB_SRC_FILES =redhat-directory.mib
 MIBS_DEST_DIR = $(MIB_DEST_DIR)/mibs
 MIBS_SRC_FILES = NETWORK-SERVICES-MIB.txt \




More information about the Fedora-directory-commits mailing list