home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume39 / dist-3.0 / patch02 < prev    next >
Encoding:
Text File  |  1993-08-20  |  27.6 KB  |  1,095 lines

  1. Newsgroups: comp.sources.misc
  2. From: Raphael Manfredi <ram@acri.fr>
  3. Subject: v39i034:  dist-3.0 - Configure script generator and related tools, Patch02
  4. Message-ID: <1993Aug20.132201.22973@sparky.sterling.com>
  5. X-Md4-Signature: eb6147cc0ffd600ebc159d7a6317ceb1
  6. Sender: kent@sparky.sterling.com (Kent Landfield)
  7. Organization: Advanced Computer Research Institute, Lyon, France
  8. Date: Fri, 20 Aug 1993 13:22:01 GMT
  9. Approved: kent@sparky.sterling.com
  10.  
  11. Submitted-by: Raphael Manfredi <ram@acri.fr>
  12. Posting-number: Volume 39, Issue 34
  13. Archive-name: dist-3.0/patch02
  14. Environment: UNIX, Perl, RCS
  15. Patch-To: dist-3.0: Volume 39, Issue 5-32
  16.  
  17. [The latest patch for dist version 3.0 is #2.]
  18.  
  19. System: dist version 3.0
  20. Patch #: 2
  21. Priority: HIGH
  22. Subject: patch #1, continued
  23. Date: Thu Aug 19 08:51:05 MET DST 1993
  24. From: Raphael Manfredi <ram@acri.fr>
  25.  
  26. Description:
  27.     See patch #1.
  28.  
  29. Fix:    From rn, say "| patch -p -N -d DIR", where DIR is your dist source
  30.     directory.  Outside of rn, say "cd DIR; patch -p -N <thisarticle".
  31.     If you don't have the patch program, apply the following by hand,
  32.     or get patch (version 2.0, latest patchlevel).
  33.  
  34.     After patching:
  35.         Configure -ders
  36.         make
  37.         make install
  38.         make install.man
  39.  
  40.     If patch indicates that patchlevel is the wrong version, you may need
  41.     to apply one or more previous patches, or the patch may already
  42.     have been applied.  See the patchlevel.h file to find out what has or
  43.     has not been applied.  In any event, don't continue with the patch.
  44.  
  45.     If you are missing previous patches (hah!) they can be obtained from me:
  46.  
  47.         Raphael Manfredi <ram@acri.fr>
  48.  
  49.     If you send a mail message of the following form it will greatly speed
  50.     processing:
  51.  
  52.         Subject: Command
  53.         @SH mailpatch PATH dist 3.0 LIST
  54.                ^ note the c
  55.  
  56.     where PATH is a return path FROM ME TO YOU either in Internet notation,
  57.     or in bang notation from some well-known host, and LIST is the number
  58.     of one or more patches you need, separated by spaces, commas, and/or
  59.     hyphens.  Saying 35- says everything from 35 to the end.
  60.  
  61.     To get some more detailed instructions, send me the following mail:
  62.  
  63.         Subject: Command
  64.         @SH mailhelp PATH
  65.  
  66.  
  67. Index: patchlevel.h
  68. Prereq: 1
  69. 4c4
  70. < #define PATCHLEVEL 1
  71. ---
  72. > #define PATCHLEVEL 2
  73.  
  74. Index: pat/patcil.SH
  75. Prereq: 3.0
  76. *** pat/patcil.SH.old    Thu Aug 19 08:48:52 1993
  77. --- pat/patcil.SH    Thu Aug 19 08:48:52 1993
  78. ***************
  79. *** 6,12 ****
  80.       elif test -f ../../../config.sh; then TOP=../../..;
  81.       elif test -f ../../../../config.sh; then TOP=../../../..;
  82.       else
  83. !         (echo "Can't find config.sh."; exit 1)
  84.       fi
  85.       . $TOP/config.sh
  86.       ;;
  87. --- 6,12 ----
  88.       elif test -f ../../../config.sh; then TOP=../../..;
  89.       elif test -f ../../../../config.sh; then TOP=../../../..;
  90.       else
  91. !         echo "Can't find config.sh."; exit 1
  92.       fi
  93.       . $TOP/config.sh
  94.       ;;
  95. ***************
  96. *** 20,26 ****
  97.       eval "exec perl -i~ -S \$0 \$*"
  98.           if \$running_under_some_shell;
  99.   
  100. ! # $Id: patcil.SH,v 3.0 1993/08/18 12:10:40 ram Exp $
  101.   #
  102.   #  Copyright (c) 1991-1993, Raphael Manfredi
  103.   #  
  104. --- 20,26 ----
  105.       eval "exec perl -i~ -S \$0 \$*"
  106.           if \$running_under_some_shell;
  107.   
  108. ! # $Id: patcil.SH,v 3.0.1.1 1993/08/19 06:42:33 ram Exp $
  109.   #
  110.   #  Copyright (c) 1991-1993, Raphael Manfredi
  111.   #  
  112. ***************
  113. *** 33,38 ****
  114. --- 33,41 ----
  115.   # Original Author: Larry Wall <lwall@netlabs.com>
  116.   #
  117.   # $Log: patcil.SH,v $
  118. + # Revision 3.0.1.1  1993/08/19  06:42:33  ram
  119. + # patch1: leading config.sh searching was not aborting properly
  120. + #
  121.   # Revision 3.0  1993/08/18  12:10:40  ram
  122.   # Baseline for dist 3.0 netwide release.
  123.   #
  124.  
  125. Index: pat/patpost.SH
  126. Prereq: 3.0
  127. *** pat/patpost.SH.old    Thu Aug 19 08:49:02 1993
  128. --- pat/patpost.SH    Thu Aug 19 08:49:02 1993
  129. ***************
  130. *** 6,12 ****
  131.       elif test -f ../../../config.sh; then TOP=../../..;
  132.       elif test -f ../../../../config.sh; then TOP=../../../..;
  133.       else
  134. !         (echo "Can't find config.sh."; exit 1)
  135.       fi
  136.       . $TOP/config.sh
  137.       ;;
  138. --- 6,12 ----
  139.       elif test -f ../../../config.sh; then TOP=../../..;
  140.       elif test -f ../../../../config.sh; then TOP=../../../..;
  141.       else
  142. !         echo "Can't find config.sh."; exit 1
  143.       fi
  144.       . $TOP/config.sh
  145.       ;;
  146. ***************
  147. *** 20,26 ****
  148.       eval "exec perl -S \$0 \$*"
  149.           if \$running_under_some_shell;
  150.   
  151. ! # $Id: patpost.SH,v 3.0 1993/08/18 12:10:47 ram Exp $
  152.   #
  153.   #  Copyright (c) 1991-1993, Raphael Manfredi
  154.   #  
  155. --- 20,26 ----
  156.       eval "exec perl -S \$0 \$*"
  157.           if \$running_under_some_shell;
  158.   
  159. ! # $Id: patpost.SH,v 3.0.1.1 1993/08/19 06:42:41 ram Exp $
  160.   #
  161.   #  Copyright (c) 1991-1993, Raphael Manfredi
  162.   #  
  163. ***************
  164. *** 33,38 ****
  165. --- 33,41 ----
  166.   # Original Author: Larry Wall <lwall@netlabs.com>
  167.   #
  168.   # $Log: patpost.SH,v $
  169. + # Revision 3.0.1.1  1993/08/19  06:42:41  ram
  170. + # patch1: leading config.sh searching was not aborting properly
  171. + #
  172.   # Revision 3.0  1993/08/18  12:10:47  ram
  173.   # Baseline for dist 3.0 netwide release.
  174.   #
  175.  
  176. Index: kit/manifake.SH
  177. Prereq: 3.0
  178. *** kit/manifake.SH.old    Thu Aug 19 08:48:36 1993
  179. --- kit/manifake.SH    Thu Aug 19 08:48:36 1993
  180. ***************
  181. *** 6,12 ****
  182.       elif test -f ../../../config.sh; then TOP=../../..;
  183.       elif test -f ../../../../config.sh; then TOP=../../../..;
  184.       else
  185. !         (echo "Can't find config.sh."; exit 1)
  186.       fi
  187.       . $TOP/config.sh
  188.       ;;
  189. --- 6,12 ----
  190.       elif test -f ../../../config.sh; then TOP=../../..;
  191.       elif test -f ../../../../config.sh; then TOP=../../../..;
  192.       else
  193. !         echo "Can't find config.sh."; exit 1
  194.       fi
  195.       . $TOP/config.sh
  196.       ;;
  197. ***************
  198. *** 20,26 ****
  199.       eval "exec perl -i~ -S \$0 \$*"
  200.           if \$running_under_some_shell;
  201.   
  202. ! # $Id: manifake.SH,v 3.0 1993/08/18 12:04:32 ram Exp $
  203.   #
  204.   #  Copyright (c) 1991-1993, Raphael Manfredi
  205.   #  
  206. --- 20,26 ----
  207.       eval "exec perl -i~ -S \$0 \$*"
  208.           if \$running_under_some_shell;
  209.   
  210. ! # $Id: manifake.SH,v 3.0.1.1 1993/08/19 06:42:18 ram Exp $
  211.   #
  212.   #  Copyright (c) 1991-1993, Raphael Manfredi
  213.   #  
  214. ***************
  215. *** 31,36 ****
  216. --- 31,39 ----
  217.   #  of the source tree for dist 3.0.
  218.   #
  219.   # $Log: manifake.SH,v $
  220. + # Revision 3.0.1.1  1993/08/19  06:42:18  ram
  221. + # patch1: leading config.sh searching was not aborting properly
  222. + #
  223.   # Revision 3.0  1993/08/18  12:04:32  ram
  224.   # Baseline for dist 3.0 netwide release.
  225.   #
  226.  
  227. Index: pat/patsend.SH
  228. Prereq: 3.0
  229. *** pat/patsend.SH.old    Thu Aug 19 08:49:03 1993
  230. --- pat/patsend.SH    Thu Aug 19 08:49:03 1993
  231. ***************
  232. *** 6,12 ****
  233.       elif test -f ../../../config.sh; then TOP=../../..;
  234.       elif test -f ../../../../config.sh; then TOP=../../../..;
  235.       else
  236. !         (echo "Can't find config.sh."; exit 1)
  237.       fi
  238.       . $TOP/config.sh
  239.       ;;
  240. --- 6,12 ----
  241.       elif test -f ../../../config.sh; then TOP=../../..;
  242.       elif test -f ../../../../config.sh; then TOP=../../../..;
  243.       else
  244. !         echo "Can't find config.sh."; exit 1
  245.       fi
  246.       . $TOP/config.sh
  247.       ;;
  248. ***************
  249. *** 20,26 ****
  250.       eval "exec perl -S \$0 \$*"
  251.           if \$running_under_some_shell;
  252.   
  253. ! # $Id: patsend.SH,v 3.0 1993/08/18 12:10:49 ram Exp $
  254.   #
  255.   #  Copyright (c) 1991-1993, Raphael Manfredi
  256.   #  
  257. --- 20,26 ----
  258.       eval "exec perl -S \$0 \$*"
  259.           if \$running_under_some_shell;
  260.   
  261. ! # $Id: patsend.SH,v 3.0.1.1 1993/08/19 06:42:42 ram Exp $
  262.   #
  263.   #  Copyright (c) 1991-1993, Raphael Manfredi
  264.   #  
  265. ***************
  266. *** 33,38 ****
  267. --- 33,41 ----
  268.   # Original Author: Larry Wall <lwall@netlabs.com>
  269.   #
  270.   # $Log: patsend.SH,v $
  271. + # Revision 3.0.1.1  1993/08/19  06:42:42  ram
  272. + # patch1: leading config.sh searching was not aborting properly
  273. + #
  274.   # Revision 3.0  1993/08/18  12:10:49  ram
  275.   # Baseline for dist 3.0 netwide release.
  276.   #
  277.  
  278. Index: pat/patdiff.SH
  279. Prereq: 3.0
  280. *** pat/patdiff.SH.old    Thu Aug 19 08:48:55 1993
  281. --- pat/patdiff.SH    Thu Aug 19 08:48:56 1993
  282. ***************
  283. *** 6,12 ****
  284.       elif test -f ../../../config.sh; then TOP=../../..;
  285.       elif test -f ../../../../config.sh; then TOP=../../../..;
  286.       else
  287. !         (echo "Can't find config.sh."; exit 1)
  288.       fi
  289.       . $TOP/config.sh
  290.       ;;
  291. --- 6,12 ----
  292.       elif test -f ../../../config.sh; then TOP=../../..;
  293.       elif test -f ../../../../config.sh; then TOP=../../../..;
  294.       else
  295. !         echo "Can't find config.sh."; exit 1
  296.       fi
  297.       . $TOP/config.sh
  298.       ;;
  299. ***************
  300. *** 20,26 ****
  301.       eval "exec perl -S \$0 \$*"
  302.           if \$running_under_some_shell;
  303.   
  304. ! # $Id: patdiff.SH,v 3.0 1993/08/18 12:10:43 ram Exp $
  305.   #
  306.   #  Copyright (c) 1991-1993, Raphael Manfredi
  307.   #  
  308. --- 20,26 ----
  309.       eval "exec perl -S \$0 \$*"
  310.           if \$running_under_some_shell;
  311.   
  312. ! # $Id: patdiff.SH,v 3.0.1.1 1993/08/19 06:42:35 ram Exp $
  313.   #
  314.   #  Copyright (c) 1991-1993, Raphael Manfredi
  315.   #  
  316. ***************
  317. *** 33,38 ****
  318. --- 33,41 ----
  319.   # Original Author: Larry Wall <lwall@netlabs.com>
  320.   #
  321.   # $Log: patdiff.SH,v $
  322. + # Revision 3.0.1.1  1993/08/19  06:42:35  ram
  323. + # patch1: leading config.sh searching was not aborting properly
  324. + #
  325.   # Revision 3.0  1993/08/18  12:10:43  ram
  326.   # Baseline for dist 3.0 netwide release.
  327.   #
  328.  
  329. Index: pat/patbase.SH
  330. Prereq: 3.0
  331. *** pat/patbase.SH.old    Thu Aug 19 08:48:51 1993
  332. --- pat/patbase.SH    Thu Aug 19 08:48:51 1993
  333. ***************
  334. *** 6,12 ****
  335.       elif test -f ../../../config.sh; then TOP=../../..;
  336.       elif test -f ../../../../config.sh; then TOP=../../../..;
  337.       else
  338. !         (echo "Can't find config.sh."; exit 1)
  339.       fi
  340.       . $TOP/config.sh
  341.       ;;
  342. --- 6,12 ----
  343.       elif test -f ../../../config.sh; then TOP=../../..;
  344.       elif test -f ../../../../config.sh; then TOP=../../../..;
  345.       else
  346. !         echo "Can't find config.sh."; exit 1
  347.       fi
  348.       . $TOP/config.sh
  349.       ;;
  350. ***************
  351. *** 20,26 ****
  352.       eval "exec perl -S \$0 \$*"
  353.           if \$running_under_some_shell;
  354.   
  355. ! # $Id: patbase.SH,v 3.0 1993/08/18 12:10:38 ram Exp $
  356.   #
  357.   #  Copyright (c) 1991-1993, Raphael Manfredi
  358.   #  
  359. --- 20,26 ----
  360.       eval "exec perl -S \$0 \$*"
  361.           if \$running_under_some_shell;
  362.   
  363. ! # $Id: patbase.SH,v 3.0.1.1 1993/08/19 06:42:32 ram Exp $
  364.   #
  365.   #  Copyright (c) 1991-1993, Raphael Manfredi
  366.   #  
  367. ***************
  368. *** 33,38 ****
  369. --- 33,41 ----
  370.   # Original Author: Larry Wall <lwall@netlabs.com>
  371.   #
  372.   # $Log: patbase.SH,v $
  373. + # Revision 3.0.1.1  1993/08/19  06:42:32  ram
  374. + # patch1: leading config.sh searching was not aborting properly
  375. + #
  376.   # Revision 3.0  1993/08/18  12:10:38  ram
  377.   # Baseline for dist 3.0 netwide release.
  378.   #
  379.  
  380. Index: bin/manilist.SH
  381. Prereq: 3.0
  382. *** bin/manilist.SH.old    Thu Aug 19 08:48:22 1993
  383. --- bin/manilist.SH    Thu Aug 19 08:48:22 1993
  384. ***************
  385. *** 6,12 ****
  386.       elif test -f ../../../config.sh; then TOP=../../..;
  387.       elif test -f ../../../../config.sh; then TOP=../../../..;
  388.       else
  389. !         (echo "Can't find config.sh."; exit 1)
  390.       fi
  391.       . $TOP/config.sh
  392.       ;;
  393. --- 6,12 ----
  394.       elif test -f ../../../config.sh; then TOP=../../..;
  395.       elif test -f ../../../../config.sh; then TOP=../../../..;
  396.       else
  397. !         echo "Can't find config.sh."; exit 1
  398.       fi
  399.       . $TOP/config.sh
  400.       ;;
  401. ***************
  402. *** 20,26 ****
  403.       eval 'exec perl -S \$0 "\$@"'
  404.           if \$running_under_some_shell;
  405.   
  406. ! # $Id: manilist.SH,v 3.0 1993/08/18 12:04:03 ram Exp $
  407.   #
  408.   #  Copyright (c) 1991-1993, Raphael Manfredi
  409.   #  
  410. --- 20,26 ----
  411.       eval 'exec perl -S \$0 "\$@"'
  412.           if \$running_under_some_shell;
  413.   
  414. ! # $Id: manilist.SH,v 3.0.1.1 1993/08/19 06:41:52 ram Exp $
  415.   #
  416.   #  Copyright (c) 1991-1993, Raphael Manfredi
  417.   #  
  418. ***************
  419. *** 31,36 ****
  420. --- 31,39 ----
  421.   #  of the source tree for dist 3.0.
  422.   #
  423.   # $Log: manilist.SH,v $
  424. + # Revision 3.0.1.1  1993/08/19  06:41:52  ram
  425. + # patch1: leading config.sh searching was not aborting properly
  426. + #
  427.   # Revision 3.0  1993/08/18  12:04:03  ram
  428.   # Baseline for dist 3.0 netwide release.
  429.   #
  430.  
  431. Index: pat/patftp.SH
  432. Prereq: 3.0
  433. *** pat/patftp.SH.old    Thu Aug 19 08:48:57 1993
  434. --- pat/patftp.SH    Thu Aug 19 08:48:57 1993
  435. ***************
  436. *** 6,12 ****
  437.       elif test -f ../../../config.sh; then TOP=../../..;
  438.       elif test -f ../../../../config.sh; then TOP=../../../..;
  439.       else
  440. !         (echo "Can't find config.sh."; exit 1)
  441.       fi
  442.       . $TOP/config.sh
  443.       ;;
  444. --- 6,12 ----
  445.       elif test -f ../../../config.sh; then TOP=../../..;
  446.       elif test -f ../../../../config.sh; then TOP=../../../..;
  447.       else
  448. !         echo "Can't find config.sh."; exit 1
  449.       fi
  450.       . $TOP/config.sh
  451.       ;;
  452. ***************
  453. *** 20,26 ****
  454.       eval "exec perl -S \$0 \$*"
  455.           if \$running_under_some_shell;
  456.   
  457. ! # $Id: patftp.SH,v 3.0 1993/08/18 12:10:44 ram Exp $
  458.   #
  459.   #  Copyright (c) 1991-1993, Raphael Manfredi
  460.   #  
  461. --- 20,26 ----
  462.       eval "exec perl -S \$0 \$*"
  463.           if \$running_under_some_shell;
  464.   
  465. ! # $Id: patftp.SH,v 3.0.1.1 1993/08/19 06:42:36 ram Exp $
  466.   #
  467.   #  Copyright (c) 1991-1993, Raphael Manfredi
  468.   #  
  469. ***************
  470. *** 33,38 ****
  471. --- 33,41 ----
  472.   # Original Author: Larry Wall <lwall@netlabs.com>
  473.   #
  474.   # $Log: patftp.SH,v $
  475. + # Revision 3.0.1.1  1993/08/19  06:42:36  ram
  476. + # patch1: leading config.sh searching was not aborting properly
  477. + #
  478.   # Revision 3.0  1993/08/18  12:10:44  ram
  479.   # Baseline for dist 3.0 netwide release.
  480.   #
  481.  
  482. Index: kit/makedist.SH
  483. Prereq: 3.0
  484. *** kit/makedist.SH.old    Thu Aug 19 08:48:35 1993
  485. --- kit/makedist.SH    Thu Aug 19 08:48:35 1993
  486. ***************
  487. *** 6,12 ****
  488.       elif test -f ../../../config.sh; then TOP=../../..;
  489.       elif test -f ../../../../config.sh; then TOP=../../../..;
  490.       else
  491. !         (echo "Can't find config.sh."; exit 1)
  492.       fi
  493.       . $TOP/config.sh
  494.       ;;
  495. --- 6,12 ----
  496.       elif test -f ../../../config.sh; then TOP=../../..;
  497.       elif test -f ../../../../config.sh; then TOP=../../../..;
  498.       else
  499. !         echo "Can't find config.sh."; exit 1
  500.       fi
  501.       . $TOP/config.sh
  502.       ;;
  503. ***************
  504. *** 17,23 ****
  505.       eval "exec perl -S \$0 \$*"
  506.           if \$running_under_some_shell;
  507.   
  508. ! # $Id: makedist.SH,v 3.0 1993/08/18 12:04:28 ram Exp $
  509.   #
  510.   #  Copyright (c) 1991-1993, Raphael Manfredi
  511.   #  
  512. --- 17,23 ----
  513.       eval "exec perl -S \$0 \$*"
  514.           if \$running_under_some_shell;
  515.   
  516. ! # $Id: makedist.SH,v 3.0.1.1 1993/08/19 06:42:17 ram Exp $
  517.   #
  518.   #  Copyright (c) 1991-1993, Raphael Manfredi
  519.   #  
  520. ***************
  521. *** 28,33 ****
  522. --- 28,36 ----
  523.   #  of the source tree for dist 3.0.
  524.   #
  525.   # $Log: makedist.SH,v $
  526. + # Revision 3.0.1.1  1993/08/19  06:42:17  ram
  527. + # patch1: leading config.sh searching was not aborting properly
  528. + #
  529.   # Revision 3.0  1993/08/18  12:04:28  ram
  530.   # Baseline for dist 3.0 netwide release.
  531.   #
  532.  
  533. Index: bin/packinit.SH
  534. Prereq: 3.0
  535. *** bin/packinit.SH.old    Thu Aug 19 08:48:23 1993
  536. --- bin/packinit.SH    Thu Aug 19 08:48:23 1993
  537. ***************
  538. *** 6,12 ****
  539.       elif test -f ../../../config.sh; then TOP=../../..;
  540.       elif test -f ../../../../config.sh; then TOP=../../../..;
  541.       else
  542. !         (echo "Can't find config.sh."; exit 1)
  543.       fi
  544.       . $TOP/config.sh
  545.       ;;
  546. --- 6,12 ----
  547.       elif test -f ../../../config.sh; then TOP=../../..;
  548.       elif test -f ../../../../config.sh; then TOP=../../../..;
  549.       else
  550. !         echo "Can't find config.sh."; exit 1
  551.       fi
  552.       . $TOP/config.sh
  553.       ;;
  554. ***************
  555. *** 20,26 ****
  556.       eval "exec perl -S \$0 \$*"
  557.           if \$running_under_some_shell;
  558.   
  559. ! # $Id: packinit.SH,v 3.0 1993/08/18 12:04:05 ram Exp $
  560.   #
  561.   #  Copyright (c) 1991-1993, Raphael Manfredi
  562.   #  
  563. --- 20,26 ----
  564.       eval "exec perl -S \$0 \$*"
  565.           if \$running_under_some_shell;
  566.   
  567. ! # $Id: packinit.SH,v 3.0.1.1 1993/08/19 06:41:53 ram Exp $
  568.   #
  569.   #  Copyright (c) 1991-1993, Raphael Manfredi
  570.   #  
  571. ***************
  572. *** 31,36 ****
  573. --- 31,39 ----
  574.   #  of the source tree for dist 3.0.
  575.   #
  576.   # $Log: packinit.SH,v $
  577. + # Revision 3.0.1.1  1993/08/19  06:41:53  ram
  578. + # patch1: leading config.sh searching was not aborting properly
  579. + #
  580.   # Revision 3.0  1993/08/18  12:04:05  ram
  581.   # Baseline for dist 3.0 netwide release.
  582.   #
  583.  
  584. Index: pat/patclean.SH
  585. Prereq: 3.0
  586. *** pat/patclean.SH.old    Thu Aug 19 08:48:53 1993
  587. --- pat/patclean.SH    Thu Aug 19 08:48:53 1993
  588. ***************
  589. *** 6,12 ****
  590.       elif test -f ../../../config.sh; then TOP=../../..;
  591.       elif test -f ../../../../config.sh; then TOP=../../../..;
  592.       else
  593. !         (echo "Can't find config.sh."; exit 1)
  594.       fi
  595.       . $TOP/config.sh
  596.       ;;
  597. --- 6,12 ----
  598.       elif test -f ../../../config.sh; then TOP=../../..;
  599.       elif test -f ../../../../config.sh; then TOP=../../../..;
  600.       else
  601. !         echo "Can't find config.sh."; exit 1
  602.       fi
  603.       . $TOP/config.sh
  604.       ;;
  605. ***************
  606. *** 20,26 ****
  607.       eval "exec perl -S \$0 \$*"
  608.           if \$running_under_some_shell;
  609.   
  610. ! # $Id: patclean.SH,v 3.0 1993/08/18 12:10:41 ram Exp $
  611.   #
  612.   #  Copyright (c) 1991-1993, Raphael Manfredi
  613.   #  
  614. --- 20,26 ----
  615.       eval "exec perl -S \$0 \$*"
  616.           if \$running_under_some_shell;
  617.   
  618. ! # $Id: patclean.SH,v 3.0.1.1 1993/08/19 06:42:33 ram Exp $
  619.   #
  620.   #  Copyright (c) 1991-1993, Raphael Manfredi
  621.   #  
  622. ***************
  623. *** 31,36 ****
  624. --- 31,39 ----
  625.   #  of the source tree for dist 3.0.
  626.   #
  627.   # $Log: patclean.SH,v $
  628. + # Revision 3.0.1.1  1993/08/19  06:42:33  ram
  629. + # patch1: leading config.sh searching was not aborting properly
  630. + #
  631.   # Revision 3.0  1993/08/18  12:10:41  ram
  632.   # Baseline for dist 3.0 netwide release.
  633.   #
  634.  
  635. Index: mcon/makegloss.SH
  636. Prereq: 3.0
  637. *** mcon/makegloss.SH.old    Thu Aug 19 08:48:40 1993
  638. --- mcon/makegloss.SH    Thu Aug 19 08:48:40 1993
  639. ***************
  640. *** 6,12 ****
  641.       elif test -f ../../../config.sh; then TOP=../../..;
  642.       elif test -f ../../../../config.sh; then TOP=../../../..;
  643.       else
  644. !         (echo "Can't find config.sh."; exit 1)
  645.       fi
  646.       . $TOP/config.sh
  647.       ;;
  648. --- 6,12 ----
  649.       elif test -f ../../../config.sh; then TOP=../../..;
  650.       elif test -f ../../../../config.sh; then TOP=../../../..;
  651.       else
  652. !         echo "Can't find config.sh."; exit 1
  653.       fi
  654.       . $TOP/config.sh
  655.       ;;
  656. ***************
  657. *** 22,28 ****
  658.   
  659.   !GROK!THIS!
  660.   $spitshell >>makegloss <<'!NO!SUBS!'
  661. ! # $Id: makegloss.SH,v 3.0 1993/08/18 12:10:12 ram Exp $
  662.   #
  663.   #  Copyright (c) 1991-1993, Raphael Manfredi
  664.   #  
  665. --- 22,28 ----
  666.   
  667.   !GROK!THIS!
  668.   $spitshell >>makegloss <<'!NO!SUBS!'
  669. ! # $Id: makegloss.SH,v 3.0.1.1 1993/08/19 06:42:21 ram Exp $
  670.   #
  671.   #  Copyright (c) 1991-1993, Raphael Manfredi
  672.   #  
  673. ***************
  674. *** 35,40 ****
  675. --- 35,43 ----
  676.   # Original Author: Larry Wall <lwall@netlabs.com>
  677.   #
  678.   # $Log: makegloss.SH,v $
  679. + # Revision 3.0.1.1  1993/08/19  06:42:21  ram
  680. + # patch1: leading config.sh searching was not aborting properly
  681. + #
  682.   # Revision 3.0  1993/08/18  12:10:12  ram
  683.   # Baseline for dist 3.0 netwide release.
  684.   #
  685.  
  686. Index: jmake/bindex.SH
  687. Prereq: 3.0
  688. *** jmake/bindex.SH.old    Thu Aug 19 08:48:28 1993
  689. --- jmake/bindex.SH    Thu Aug 19 08:48:28 1993
  690. ***************
  691. *** 6,12 ****
  692.       elif test -f ../../../config.sh; then TOP=../../..;
  693.       elif test -f ../../../../config.sh; then TOP=../../../..;
  694.       else
  695. !         (echo "Can't find config.sh."; exit 1)
  696.       fi
  697.       . $TOP/config.sh
  698.       ;;
  699. --- 6,12 ----
  700.       elif test -f ../../../config.sh; then TOP=../../..;
  701.       elif test -f ../../../../config.sh; then TOP=../../../..;
  702.       else
  703. !         echo "Can't find config.sh."; exit 1
  704.       fi
  705.       . $TOP/config.sh
  706.       ;;
  707. ***************
  708. *** 22,28 ****
  709.       eval 'exec perl -S $0 "$@"'
  710.           if $runnning_under_some_shell;
  711.   
  712. ! # $Id: bindex.SH,v 3.0 1993/08/18 12:04:13 ram Exp $
  713.   #
  714.   #  Copyright (c) 1991-1993, Raphael Manfredi
  715.   #  
  716. --- 22,28 ----
  717.       eval 'exec perl -S $0 "$@"'
  718.           if $runnning_under_some_shell;
  719.   
  720. ! # $Id: bindex.SH,v 3.0.1.1 1993/08/19 06:42:12 ram Exp $
  721.   #
  722.   #  Copyright (c) 1991-1993, Raphael Manfredi
  723.   #  
  724. ***************
  725. *** 33,38 ****
  726. --- 33,41 ----
  727.   #  of the source tree for dist 3.0.
  728.   #
  729.   # $Log: bindex.SH,v $
  730. + # Revision 3.0.1.1  1993/08/19  06:42:12  ram
  731. + # patch1: leading config.sh searching was not aborting properly
  732. + #
  733.   # Revision 3.0  1993/08/18  12:04:13  ram
  734.   # Baseline for dist 3.0 netwide release.
  735.   #
  736.  
  737. Index: pat/patname.SH
  738. Prereq: 3.0
  739. *** pat/patname.SH.old    Thu Aug 19 08:49:01 1993
  740. --- pat/patname.SH    Thu Aug 19 08:49:01 1993
  741. ***************
  742. *** 6,12 ****
  743.       elif test -f ../../../config.sh; then TOP=../../..;
  744.       elif test -f ../../../../config.sh; then TOP=../../../..;
  745.       else
  746. !         (echo "Can't find config.sh."; exit 1)
  747.       fi
  748.       . $TOP/config.sh
  749.       ;;
  750. --- 6,12 ----
  751.       elif test -f ../../../config.sh; then TOP=../../..;
  752.       elif test -f ../../../../config.sh; then TOP=../../../..;
  753.       else
  754. !         echo "Can't find config.sh."; exit 1
  755.       fi
  756.       . $TOP/config.sh
  757.       ;;
  758. ***************
  759. *** 20,26 ****
  760.       eval "exec perl -S \$0 \$*"
  761.           if \$running_under_some_shell;
  762.   
  763. ! # $Id: patname.SH,v 3.0 1993/08/18 12:10:46 ram Exp $
  764.   #
  765.   #  Copyright (c) 1991-1993, Raphael Manfredi
  766.   #  
  767. --- 20,26 ----
  768.       eval "exec perl -S \$0 \$*"
  769.           if \$running_under_some_shell;
  770.   
  771. ! # $Id: patname.SH,v 3.0.1.1 1993/08/19 06:42:40 ram Exp $
  772.   #
  773.   #  Copyright (c) 1991-1993, Raphael Manfredi
  774.   #  
  775. ***************
  776. *** 31,36 ****
  777. --- 31,39 ----
  778.   #  of the source tree for dist 3.0.
  779.   #
  780.   # $Log: patname.SH,v $
  781. + # Revision 3.0.1.1  1993/08/19  06:42:40  ram
  782. + # patch1: leading config.sh searching was not aborting properly
  783. + #
  784.   # Revision 3.0  1993/08/18  12:10:46  ram
  785.   # Baseline for dist 3.0 netwide release.
  786.   #
  787.  
  788. Index: jmake/jmake.SH
  789. Prereq: 3.0
  790. *** jmake/jmake.SH.old    Thu Aug 19 08:48:30 1993
  791. --- jmake/jmake.SH    Thu Aug 19 08:48:30 1993
  792. ***************
  793. *** 6,12 ****
  794.       elif test -f ../../../config.sh; then TOP=../../..;
  795.       elif test -f ../../../../config.sh; then TOP=../../../..;
  796.       else
  797. !         (echo "Can't find config.sh."; exit 1)
  798.       fi
  799.       . $TOP/config.sh
  800.       ;;
  801. --- 6,12 ----
  802.       elif test -f ../../../config.sh; then TOP=../../..;
  803.       elif test -f ../../../../config.sh; then TOP=../../../..;
  804.       else
  805. !         echo "Can't find config.sh."; exit 1
  806.       fi
  807.       . $TOP/config.sh
  808.       ;;
  809. ***************
  810. *** 20,26 ****
  811.       eval 'exec perl -S \$0 "\$@"'
  812.           if \$runnning_under_some_shell;
  813.   
  814. ! # $Id: jmake.SH,v 3.0 1993/08/18 12:04:17 ram Exp $
  815.   #
  816.   #  Copyright (c) 1991-1993, Raphael Manfredi
  817.   #  
  818. --- 20,26 ----
  819.       eval 'exec perl -S \$0 "\$@"'
  820.           if \$runnning_under_some_shell;
  821.   
  822. ! # $Id: jmake.SH,v 3.0.1.1 1993/08/19 06:42:13 ram Exp $
  823.   #
  824.   #  Copyright (c) 1991-1993, Raphael Manfredi
  825.   #  
  826. ***************
  827. *** 31,36 ****
  828. --- 31,39 ----
  829.   #  of the source tree for dist 3.0.
  830.   #
  831.   # $Log: jmake.SH,v $
  832. + # Revision 3.0.1.1  1993/08/19  06:42:13  ram
  833. + # patch1: leading config.sh searching was not aborting properly
  834. + #
  835.   # Revision 3.0  1993/08/18  12:04:17  ram
  836.   # Baseline for dist 3.0 netwide release.
  837.   #
  838.  
  839. Index: pat/patcol.SH
  840. Prereq: 3.0
  841. *** pat/patcol.SH.old    Thu Aug 19 08:48:54 1993
  842. --- pat/patcol.SH    Thu Aug 19 08:48:54 1993
  843. ***************
  844. *** 6,12 ****
  845.       elif test -f ../../../config.sh; then TOP=../../..;
  846.       elif test -f ../../../../config.sh; then TOP=../../../..;
  847.       else
  848. !         (echo "Can't find config.sh."; exit 1)
  849.       fi
  850.       . $TOP/config.sh
  851.       ;;
  852. --- 6,12 ----
  853.       elif test -f ../../../config.sh; then TOP=../../..;
  854.       elif test -f ../../../../config.sh; then TOP=../../../..;
  855.       else
  856. !         echo "Can't find config.sh."; exit 1
  857.       fi
  858.       . $TOP/config.sh
  859.       ;;
  860. ***************
  861. *** 20,26 ****
  862.       eval "exec perl -S \$0 \$*"
  863.           if \$running_under_some_shell;
  864.   
  865. ! # $Id: patcol.SH,v 3.0 1993/08/18 12:10:42 ram Exp $
  866.   #
  867.   #  Copyright (c) 1991-1993, Raphael Manfredi
  868.   #  
  869. --- 20,26 ----
  870.       eval "exec perl -S \$0 \$*"
  871.           if \$running_under_some_shell;
  872.   
  873. ! # $Id: patcol.SH,v 3.0.1.1 1993/08/19 06:42:34 ram Exp $
  874.   #
  875.   #  Copyright (c) 1991-1993, Raphael Manfredi
  876.   #  
  877. ***************
  878. *** 31,36 ****
  879. --- 31,39 ----
  880.   #  of the source tree for dist 3.0.
  881.   #
  882.   # $Log: patcol.SH,v $
  883. + # Revision 3.0.1.1  1993/08/19  06:42:34  ram
  884. + # patch1: leading config.sh searching was not aborting properly
  885. + #
  886.   # Revision 3.0  1993/08/18  12:10:42  ram
  887.   # Baseline for dist 3.0 netwide release.
  888.   #
  889.  
  890. Index: install.SH
  891. Prereq: 3.0
  892. *** install.SH.old    Thu Aug 19 08:48:26 1993
  893. --- install.SH    Thu Aug 19 08:48:26 1993
  894. ***************
  895. *** 6,12 ****
  896.       elif test -f ../../../config.sh; then TOP=../../..;
  897.       elif test -f ../../../../config.sh; then TOP=../../../..;
  898.       else
  899. !         (echo "Can't find config.sh."; exit 1)
  900.       fi
  901.       . $TOP/config.sh
  902.       ;;
  903. --- 6,12 ----
  904.       elif test -f ../../../config.sh; then TOP=../../..;
  905.       elif test -f ../../../../config.sh; then TOP=../../../..;
  906.       else
  907. !         echo "Can't find config.sh."; exit 1
  908.       fi
  909.       . $TOP/config.sh
  910.       ;;
  911. ***************
  912. *** 19,25 ****
  913.   $startsh
  914.   # @(#) Installing script accepting bsd-style arguments
  915.   
  916. ! # $Id: install.SH,v 3.0 1993/08/18 12:04:08 ram Exp $
  917.   #
  918.   #  Copyright (c) 1991-1993, Raphael Manfredi
  919.   #  
  920. --- 19,25 ----
  921.   $startsh
  922.   # @(#) Installing script accepting bsd-style arguments
  923.   
  924. ! # $Id: install.SH,v 3.0.1.1 1993/08/19 06:42:10 ram Exp $
  925.   #
  926.   #  Copyright (c) 1991-1993, Raphael Manfredi
  927.   #  
  928. ***************
  929. *** 30,35 ****
  930. --- 30,38 ----
  931.   #  of the source tree for dist 3.0.
  932.   #
  933.   # $Log: install.SH,v $
  934. + # Revision 3.0.1.1  1993/08/19  06:42:10  ram
  935. + # patch1: leading config.sh searching was not aborting properly
  936. + #
  937.   # Revision 3.0  1993/08/18  12:04:08  ram
  938.   # Baseline for dist 3.0 netwide release.
  939.   #
  940.  
  941. Index: pat/pat.SH
  942. Prereq: 3.0
  943. *** pat/pat.SH.old    Thu Aug 19 08:48:50 1993
  944. --- pat/pat.SH    Thu Aug 19 08:48:50 1993
  945. ***************
  946. *** 6,12 ****
  947.       elif test -f ../../../config.sh; then TOP=../../..;
  948.       elif test -f ../../../../config.sh; then TOP=../../../..;
  949.       else
  950. !         (echo "Can't find config.sh."; exit 1)
  951.       fi
  952.       . $TOP/config.sh
  953.       ;;
  954. --- 6,12 ----
  955.       elif test -f ../../../config.sh; then TOP=../../..;
  956.       elif test -f ../../../../config.sh; then TOP=../../../..;
  957.       else
  958. !         echo "Can't find config.sh."; exit 1
  959.       fi
  960.       . $TOP/config.sh
  961.       ;;
  962. ***************
  963. *** 20,26 ****
  964.       eval "exec perl -S \$0 \$*"
  965.           if \$running_under_some_shell;
  966.   
  967. ! # $Id: pat.SH,v 3.0 1993/08/18 12:10:36 ram Exp $
  968.   #
  969.   #  Copyright (c) 1991-1993, Raphael Manfredi
  970.   #  
  971. --- 20,26 ----
  972.       eval "exec perl -S \$0 \$*"
  973.           if \$running_under_some_shell;
  974.   
  975. ! # $Id: pat.SH,v 3.0.1.1 1993/08/19 06:42:31 ram Exp $
  976.   #
  977.   #  Copyright (c) 1991-1993, Raphael Manfredi
  978.   #  
  979. ***************
  980. *** 33,38 ****
  981. --- 33,41 ----
  982.   # Original Author: Larry Wall <lwall@netlabs.com>
  983.   #
  984.   # $Log: pat.SH,v $
  985. + # Revision 3.0.1.1  1993/08/19  06:42:31  ram
  986. + # patch1: leading config.sh searching was not aborting properly
  987. + #
  988.   # Revision 3.0  1993/08/18  12:10:36  ram
  989.   # Baseline for dist 3.0 netwide release.
  990.   #
  991.  
  992. Index: pat/patindex.SH
  993. Prereq: 3.0
  994. *** pat/patindex.SH.old    Thu Aug 19 08:48:58 1993
  995. --- pat/patindex.SH    Thu Aug 19 08:48:58 1993
  996. ***************
  997. *** 6,12 ****
  998.       elif test -f ../../../config.sh; then TOP=../../..;
  999.       elif test -f ../../../../config.sh; then TOP=../../../..;
  1000.       else
  1001. !         (echo "Can't find config.sh."; exit 1)
  1002.       fi
  1003.       . $TOP/config.sh
  1004.       ;;
  1005. --- 6,12 ----
  1006.       elif test -f ../../../config.sh; then TOP=../../..;
  1007.       elif test -f ../../../../config.sh; then TOP=../../../..;
  1008.       else
  1009. !         echo "Can't find config.sh."; exit 1
  1010.       fi
  1011.       . $TOP/config.sh
  1012.       ;;
  1013. ***************
  1014. *** 18,24 ****
  1015.   $spitshell >patindex <<!GROK!THIS!
  1016.   $startsh
  1017.   
  1018. ! # $Id: patindex.SH,v 3.0 1993/08/18 12:10:44 ram Exp $
  1019.   #
  1020.   #  Copyright (c) 1991-1993, Raphael Manfredi
  1021.   #  
  1022. --- 18,24 ----
  1023.   $spitshell >patindex <<!GROK!THIS!
  1024.   $startsh
  1025.   
  1026. ! # $Id: patindex.SH,v 3.0.1.1 1993/08/19 06:42:37 ram Exp $
  1027.   #
  1028.   #  Copyright (c) 1991-1993, Raphael Manfredi
  1029.   #  
  1030. ***************
  1031. *** 31,36 ****
  1032. --- 31,39 ----
  1033.   # Original Author: Larry Wall <lwall@netlabs.com>
  1034.   #
  1035.   # $Log: patindex.SH,v $
  1036. + # Revision 3.0.1.1  1993/08/19  06:42:37  ram
  1037. + # patch1: leading config.sh searching was not aborting properly
  1038. + #
  1039.   # Revision 3.0  1993/08/18  12:10:44  ram
  1040.   # Baseline for dist 3.0 netwide release.
  1041.   #
  1042.  
  1043. Index: kit/makeSH
  1044. Prereq: 3.0
  1045. *** kit/makeSH.old    Thu Aug 19 08:48:34 1993
  1046. --- kit/makeSH    Thu Aug 19 08:48:34 1993
  1047. ***************
  1048. *** 1,6 ****
  1049.   #!/bin/sh
  1050.   
  1051. ! # $Id: makeSH,v 3.0 1993/08/18 12:04:26 ram Exp $
  1052.   #
  1053.   #  Copyright (c) 1991-1993, Raphael Manfredi
  1054.   #  
  1055. --- 1,6 ----
  1056.   #!/bin/sh
  1057.   
  1058. ! # $Id: makeSH,v 3.0.1.1 1993/08/19 06:42:16 ram Exp $
  1059.   #
  1060.   #  Copyright (c) 1991-1993, Raphael Manfredi
  1061.   #  
  1062. ***************
  1063. *** 13,18 ****
  1064. --- 13,21 ----
  1065.   # Original Author: Larry Wall <lwall@netlabs.com>
  1066.   #
  1067.   # $Log: makeSH,v $
  1068. + # Revision 3.0.1.1  1993/08/19  06:42:16  ram
  1069. + # patch1: leading config.sh searching was not aborting properly
  1070. + #
  1071.   # Revision 3.0  1993/08/18  12:04:26  ram
  1072.   # Baseline for dist 3.0 netwide release.
  1073.   #
  1074. ***************
  1075. *** 33,39 ****
  1076.       elif test -f ../../../config.sh; then TOP=../../..;
  1077.       elif test -f ../../../../config.sh; then TOP=../../../..;
  1078.       else
  1079. !         (echo "Can't find config.sh."; exit 1)
  1080.       fi
  1081.       . \$TOP/config.sh
  1082.       ;;
  1083. --- 36,42 ----
  1084.       elif test -f ../../../config.sh; then TOP=../../..;
  1085.       elif test -f ../../../../config.sh; then TOP=../../../..;
  1086.       else
  1087. !         echo "Can't find config.sh."; exit 1
  1088.       fi
  1089.       . \$TOP/config.sh
  1090.       ;;
  1091.  
  1092. *** End of Patch 2 ***
  1093.  
  1094. exit 0 # Just in case...
  1095.