diff options
author | Donald Burr <dburr@FreeBSD.org> | 1998-07-02 18:41:19 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1998-07-02 18:41:19 +0000 |
commit | 1caa84526de95c5987484ee1119c34e36047e51d (patch) | |
tree | 60e513fe812cc99aa3dc820b974dff8439fd1e18 /irc/ircd-hybrid | |
parent | Set this ports BROKEN, the distfiles can't be fetch now. (diff) |
Correct small typo in patch.
"BSDnet", not "BSDet"... ;)
Notes
Notes:
svn path=/head/; revision=11675
Diffstat (limited to 'irc/ircd-hybrid')
-rw-r--r-- | irc/ircd-hybrid/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ircd-hybrid/files/patch-aa b/irc/ircd-hybrid/files/patch-aa index b5f1157cc6d1..339acf65f604 100644 --- a/irc/ircd-hybrid/files/patch-aa +++ b/irc/ircd-hybrid/files/patch-aa @@ -5,7 +5,7 @@ static Numeric local_replies[] = { /* 000 */ 0, (char *)NULL, -/* 001 */ RPL_WELCOME, ":Welcome to EFNet IRC - the Internet Relay Chat Network %s", -+/* 001 */ RPL_WELCOME, ":Welcome to BSDet IRC - the Internet Relay Chat Network %s", ++/* 001 */ RPL_WELCOME, ":Welcome to BSDnet IRC - the Internet Relay Chat Network %s", /* 002 */ RPL_YOURHOST, ":Your host is %s, running version %s", -/* 003 */ RPL_CREATED, ":This server rose from the ashes %s", +/* 003 */ RPL_CREATED, ":This server was hatched %s", |