0ac4bbe8b2
Provides a simple interface to shared memory, allowing data to be efficiently communicated between processes.
43 lines
873 B
Plaintext
43 lines
873 B
Plaintext
$OpenBSD: patch-Configure,v 1.1.1.1 2002/10/16 13:02:03 wilfried Exp $
|
|
--- Configure.orig Sun Sep 22 22:17:59 2002
|
|
+++ Configure Sun Sep 22 22:18:46 2002
|
|
@@ -3042,38 +3042,6 @@ fi
|
|
: preserve RCS keywords in files with variable substitution, grrr
|
|
Id='$Id'
|
|
|
|
-: Finish up by extracting the .SH files
|
|
-case "$alldone" in
|
|
-exit)
|
|
- $rm -rf UU
|
|
- echo "Done."
|
|
- exit 0
|
|
- ;;
|
|
-cont)
|
|
- ;;
|
|
-'')
|
|
- dflt=''
|
|
- nostick=true
|
|
- $cat <<EOM
|
|
-
|
|
-If you'd like to make any changes to the config.sh file before I begin
|
|
-to configure things, do it as a shell escape now (e.g. !vi config.sh).
|
|
-
|
|
-EOM
|
|
- rp="Press return or use a shell escape to edit config.sh:"
|
|
- . UU/myread
|
|
- nostick=''
|
|
- case "$ans" in
|
|
- '') ;;
|
|
- *) : in case they cannot read
|
|
- sh 1>&4 -c "$ans";;
|
|
- esac
|
|
- ;;
|
|
-esac
|
|
-
|
|
-: if this fails, just run all the .SH files by hand
|
|
-. ./config.sh
|
|
-
|
|
echo " "
|
|
exec 1>&4
|
|
. ./UU/extract
|