From fb8ecce7a884a300b6dbe93a584e9610d94acd41 Mon Sep 17 00:00:00 2001 From: nveid Date: Tue, 10 Apr 2007 05:56:14 +0000 Subject: [PATCH] Fixed cbuffer crash, removed console.c from MANIFEST, and udpated numerous places where PennMUSH was referenced where cobraMUSH should be referenced. (cherry picked from commit 672bc5a716bdb1de6437ff85131571ba8ed2e8fa) --- MANIFEST | 1 - MANIFEST.new | 1 - Makefile.SH | 11 ++++++----- game/txt/changes/0.73 | 1 + src/Makefile.SH | 2 +- src/extchat.c | 9 ++++++--- src/filecopy.c | 8 ++++---- src/services.c | 8 ++++---- src/wiz.c | 2 +- utils/clwrapper.sh | 2 +- 10 files changed, 24 insertions(+), 21 deletions(-) diff --git a/MANIFEST b/MANIFEST index 4e66385..b95d461 100644 --- a/MANIFEST +++ b/MANIFEST @@ -159,7 +159,6 @@ src/comp_w.c src/comp_w8.c src/compress.c src/conf.c -src/console.c src/cque.c src/create.c src/cron.c diff --git a/MANIFEST.new b/MANIFEST.new index 9e5a268..14c229e 100644 --- a/MANIFEST.new +++ b/MANIFEST.new @@ -158,7 +158,6 @@ src/comp_w.c src/comp_w8.c src/compress.c src/conf.c -src/console.c src/cque.c src/create.c src/cron.c diff --git a/Makefile.SH b/Makefile.SH index 9766dff..7171441 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -32,7 +32,7 @@ fi : Protect any dollar signs and backticks that you do not want interpreted : by putting a backslash in front. You may delete these comments. $spitshell >Makefile <Makefile <