1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/mindguard/files/patch-ab
Kris Kennaway 7e9ef3a2de MindGuard protects your mind by jamming and/or scrambling psychotronic
mind-control signals and removing harmful engrammic pollutants from
your brain. It also has the ability to scan for and decipher into
English specific signals so you can see exactly Who wants to control
you and what They are trying to make you think.

With MindGuard, you can rest assured that your most valuable
possession - your mind - is safe from the nefarious tinkering of
evil-doers.

This port is cleverly hidden in the games category rather than sysutils
where it belongs, so the forces of evil are less likely to find it.
2000-07-28 07:13:26 +00:00

21 lines
523 B
Plaintext

--- mindguard.c.orig Sun May 21 23:03:01 2000
+++ mindguard.c Fri Jul 28 00:01:43 2000
@@ -356,7 +356,7 @@
sprintf(car_path, "%s/MindGuard/carriers/", getenv("HOME"));
break;
case 2:
- strcpy(car_path, "/usr/local/share/MindGuard/carriers/");
+ strcpy(car_path, X11BASE "/share/mindguard/");
break;
default:
break;
@@ -424,7 +424,7 @@
{
int result = FALSE, len;
static int i;
- char word[4];
+ char word[5];
FILE *file;
if ((file = fopen (path, "r")) != NULL)