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