home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / x / volume16 / xalarm30 / patch1 < prev    next >
Encoding:
Text File  |  1992-02-21  |  2.3 KB  |  71 lines

  1. Newsgroups: comp.sources.x
  2. Path: uunet!think.com!mips!msi!dcmartin
  3. From: Simon Marshall <S.Marshall@sequent.cc.hull.ac.uk>
  4. Subject: v16i092: xalarm 3.02, Patch1, Part01/01
  5. Message-ID: <1992Feb22.183302.4524@msi.com>
  6. Originator: dcmartin@fascet
  7. Sender: dcmartin@msi.com (David C. Martin - Moderator)
  8. Organization: Molecular Simulations, Inc.
  9. References: <csx-16i092-olvwm-3.0@uunet.UU.NET>
  10. Date: Sat, 22 Feb 1992 18:33:02 GMT
  11. Approved: dcmartin@msi.com
  12.  
  13. Submitted-by: Simon Marshall <S.Marshall@sequent.cc.hull.ac.uk>
  14. Posting-number: Volume 16, Issue 92
  15. Archive-name: xalarm-3.02/patch1
  16. Patch-To: xalarm-3.02: Volume 16, Issue 36 
  17.  
  18.     This is the patch file to make xalarm-3.02 from the xalarm-3.02
  19.     archived in comp.sources.x.  That release was slightly corrupted.
  20.  
  21.     This is NOT a patch to make xalarm-3.03.  If you are not sure if you
  22.     have dodgy sources, take a look at the file fullpath in the source
  23.     directory.  If the body of the code looks duplicated (the first half
  24.     looks like the second half), then apply this patch.
  25.  
  26.     Enjoy.  Simon.
  27. _______________________________________________________________________________
  28. Simon Marshall, Dept. of Computer Science, University of Hull, Hull HU6 7RX, UK
  29.   "Football isn't about life and death.  It's more important than that." Bill
  30. Email: S.Marshall@Hull.ac.uk    Phone: +44 482 465181    Fax: 466666   Shankley
  31. _______________________________________________________________________________
  32.  
  33. diff -cr ./fullpath ../xalarm/xalarm-3.02/fullpath
  34. *** ./fullpath    Sun Feb 16 12:49:09 1992
  35. --- ../xalarm/xalarm-3.02/fullpath    Thu Jan 30 16:58:26 1992
  36. ***************
  37. *** 22,48 ****
  38.   fi
  39.   
  40.   echo $loc
  41. - #!/bin/sh
  42. - PATH="$PATH:.:/bin:/usr/bin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin"
  43. - export PATH
  44. - loc=`which $1 2>/dev/null`
  45. - case "$loc" in
  46. -     "$1"*|"no $1"*) loc=;;
  47. - esac
  48. - echo -n "Where is your \"$1\"? [$loc] " >&2
  49. - read ans
  50. - if test ! "$ans" = ""; then
  51. -     loc=$ans
  52. - fi
  53. - if test "$loc" = ""; then
  54. -     loc=$1
  55. - fi
  56. - if test ! -f $loc; then
  57. -     echo Warning: \"$loc\" does not exist. >&2
  58. - fi
  59. - echo $loc
  60. --- 22,24 ----
  61. -- 
  62. --
  63. Molecular Simulations, Inc.            mail: dcmartin@msi.com
  64. 796 N. Pastoria Avenue                uucp: uunet!dcmartin
  65. Sunnyvale, California 94086            at&t: 408/522-9236
  66.