summaryrefslogtreecommitdiff
path: root/games/crossfire-server/files/patch-an
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /games/crossfire-server/files/patch-an
parentFix typo. (ghostscript55htff -> ghostscript55httf) (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes: svn path=/head/; revision=30942 svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'games/crossfire-server/files/patch-an')
-rw-r--r--games/crossfire-server/files/patch-an12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/crossfire-server/files/patch-an b/games/crossfire-server/files/patch-an
deleted file mode 100644
index 6773fcba278a..000000000000
--- a/games/crossfire-server/files/patch-an
+++ /dev/null
@@ -1,12 +0,0 @@
---- server/daemon.c.orig Sun Jan 5 19:59:27 1997
-+++ server/daemon.c Wed Sep 17 14:39:21 1997
-@@ -50,6 +50,9 @@
- printf("Couldn't create logfile.\n");
- exit(0);
- }
-+#if defined(__FreeBSD__)
-+ setlinebuf (logfile);
-+#endif
- fputs("\n========================\n",logfile);
- fputs("Begin New Server Session\n",logfile);
- fputs("========================\n\n",logfile);