summaryrefslogtreecommitdiff
path: root/www/xitami/files/patch-ab
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-21 20:39:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-21 20:39:56 +0000
commitbe630ee5ea114e263b2f04b7307908ae449493d2 (patch)
tree8df8b306a99b63f00541e94c33bb82dcd28f2f7a /www/xitami/files/patch-ab
parent1. ring.ip-kyoto.ad.jp seems to have been down for some time, remove (diff)
- Update to 2.5c2
PR: ports/96146 Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net> (maintainer)
Notes
Notes: svn path=/head/; revision=162975
Diffstat (limited to 'www/xitami/files/patch-ab')
-rw-r--r--www/xitami/files/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/xitami/files/patch-ab b/www/xitami/files/patch-ab
deleted file mode 100644
index 123e0a469c52..000000000000
--- a/www/xitami/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/smt/.vimbk/xitami.c.vimbk Sat Apr 1 18:11:39 2000
-+++ src/smt/xitami.c Tue Nov 7 10:01:40 2000
-@@ -168,7 +168,7 @@
- fclose (stdout); /* Kill standard output */
- fclose (stderr); /* and standard error */
- }
-- else
-+ else if (*background == '0')
- puts (COPYRIGHT);
-
- if (*background == '1')
-@@ -177,7 +177,7 @@
- *background_args [] = { "-s", NULL };
-
- puts ("Moving into the background");
-- if (process_server (NULL, NULL, argc, argv, background_args) != 0)
-+ if (process_server (NULL, "/var/run/xitami.pid", argc, argv, background_args) != 0)
- {
- puts ("Backgrounding failed. Giving up.");
- exit (EXIT_FAILURE);