diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
commit | 8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch) | |
tree | 1c37a6088704b234484b1352cd1f882fb2a253ad /games/crossfire-client/files/patch-al | |
parent | Catch up with Wnn6-lib update. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes:
svn path=/head/; revision=33029
svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'games/crossfire-client/files/patch-al')
-rw-r--r-- | games/crossfire-client/files/patch-al | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/crossfire-client/files/patch-al b/games/crossfire-client/files/patch-al deleted file mode 100644 index 19089e690e69..000000000000 --- a/games/crossfire-client/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ ---- server/init.c.orig Sun Jan 5 19:59:27 1997 -+++ server/init.c Wed Sep 17 12:27:59 1997 -@@ -450,7 +450,7 @@ - printf("New improve weapon:\t<false>\n"); - #endif - printf("Max_time:\t%d\n",MAX_TIME); -- execl("/bin/uname", "uname", "-a", NULL); -+ execl("/usr/bin/uname", "uname", "-a", NULL); - LOG(llevError, "Opps, should't have gotten here."); - perror("execl"); - exit(-1); |