diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-12 10:45:48 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-12 10:45:48 +0000 |
commit | e6909fa84f55c3e16183ef0f2dd4cd03c81b4614 (patch) | |
tree | 86a60084e8b7d6f43e4306e7010c8e221104ed7c /irc/srvx/files/patch-ab | |
parent | Rename port 'svrx' to 'srvx'. (diff) |
Re-add srvx 1.2.1, srvx IRC services. [1]
Rename port 'svrx' to 'srvx'. [2]
So I remove svrx. There's only one update in history, so
I think I need to asj for a repocopy.
PR: 59817, 61218 (update), 61232 [2]
Submitted by: Walter Venable <weaseal@hotmail.com> (maintainer)
Pointy hat to: me
Approved by: erwin (mentor)
Notes
Notes:
svn path=/head/; revision=97980
Diffstat (limited to 'irc/srvx/files/patch-ab')
-rw-r--r-- | irc/srvx/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/srvx/files/patch-ab b/irc/srvx/files/patch-ab new file mode 100644 index 000000000000..4a52ec7280f6 --- /dev/null +++ b/irc/srvx/files/patch-ab @@ -0,0 +1,11 @@ +--- src/main.c Mon Sep 1 10:50:28 2003 ++++ src/main.c Sun Nov 30 03:17:29 2003 +@@ -65,7 +65,7 @@ + + int quit_services, max_cycles; + +-char *services_config = "srvx.conf"; ++char *services_config = "../etc/srvx.conf"; + + char **services_argv; + int services_argc; |