components/slib/patches/Makefile.patch
author Lijo George - Oracle Corporation - Bangalore India <lijo.x.george@oracle.com>
Mon, 24 Mar 2014 15:04:05 -0700
branchs11-update
changeset 3004 856505663cc3
parent 161 0667002cbaee
permissions -rw-r--r--
15997718 Interface addition/deletion causing frequent error messages in snmpd.log 17208688 MIB II SNMP table data discrepancy for network interfaces 16356248 snmpd unresponsive for 30 seconds after start with monitors set in snmpd.conf 17651108 snmpd dumps core when there are duplicate "exec" entries in snmpd.conf

--- slib/Makefile_orig	Sat Feb  2 18:55:34 2008
+++ slib/Makefile	Tue Mar 29 14:19:44 2011
@@ -178,12 +178,7 @@
 	mkdir -p $(DESTDIR)$(libslibdir)
 	-cp  $(ifiles) $(sfiles) $(bfiles) $(mkfiles) clrnamdb.scm $(DESTDIR)$(libslibdir)
 	mkdir -p $(DESTDIR)$(bindir)
-	echo '#! /bin/sh'			 > $(DESTDIR)$(bindir)slib
-	echo SCHEME_LIBRARY_PATH=$(DESTDIR)$(libslibdir)  >> $(DESTDIR)$(bindir)slib
-	echo S48_VICINITY=$(DESTDIR)$(S48LIB)	>> $(DESTDIR)$(bindir)slib
-	echo VERSION=$(VERSION)			>> $(DESTDIR)$(bindir)slib
-	echo export SCHEME_LIBRARY_PATH S48_VICINITY >> $(DESTDIR)$(bindir)slib
-	cat slib.sh				>> $(DESTDIR)$(bindir)slib
+	cat slib.sh				> $(DESTDIR)$(bindir)slib
 	chmod +x $(DESTDIR)$(bindir)slib
 
 uninstall: