components/slib/patches/slib.sh.patch
author Vojtech Kral <vojtech.kral@oracle.com>
Wed, 05 Apr 2017 11:37:33 +0200
branchs11u3-sru
changeset 7892 12b3bc23e595
parent 694 a8816ddd9020
permissions -rw-r--r--
25846567 Backport 25791794 to 11.3-SRU - dnsmasq failed to start due to [...]

--- slib/slib.sh_orig	Thu Dec 20 20:17:37 2007
+++ slib/slib.sh	Tue Mar 29 14:16:10 2011
@@ -1,3 +1,7 @@
+#!/usr/bin/bash
+SCHEME_LIBRARY_PATH=${SCHEME_LIBRARY_PATH:-/usr/lib/slib/}
+export SCHEME_LIBRARY_PATH
+VERSION=3b1
 
 ##"slib" script; Find a Scheme implementation and initialize SLIB in it.
 #Copyright (C) 2003, 2004 Aubrey Jaffer