1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Make the default config conform to RFC1122 (no public away messages).

This commit is contained in:
Eivind Eklund 2004-03-31 14:27:43 +00:00
parent b1fb147b0f
commit 648bc08b6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105778
4 changed files with 24 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.8.11
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES+= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/1.8/ \
http://xchat.linuxpower.org/files/source/1.8/

View File

@ -0,0 +1,11 @@
--- src/common/cfgfiles.c.orig Mon Mar 29 15:46:01 2004
+++ src/common/cfgfiles.c Mon Mar 29 15:46:20 2004
@@ -600,7 +600,7 @@
prefs.autoresume = 1;
prefs.show_away_once = 1;
- prefs.show_away_message = 1;
+ prefs.show_away_message = 0;
prefs.indent_pixels = 80;
prefs.dialog_indent_pixels = 80;
prefs.indent_nicks = 1;

View File

@ -7,7 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.8.11
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES+= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/1.8/ \
http://xchat.linuxpower.org/files/source/1.8/

View File

@ -0,0 +1,11 @@
--- src/common/cfgfiles.c.orig Mon Mar 29 15:46:01 2004
+++ src/common/cfgfiles.c Mon Mar 29 15:46:20 2004
@@ -600,7 +600,7 @@
prefs.autoresume = 1;
prefs.show_away_once = 1;
- prefs.show_away_message = 1;
+ prefs.show_away_message = 0;
prefs.indent_pixels = 80;
prefs.dialog_indent_pixels = 80;
prefs.indent_nicks = 1;