summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-02-02 02:52:50 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-02-02 02:52:50 +0000
commit27576709d0d706353dc9f300986e8114f4f20e57 (patch)
tree1dad2bd96cdf1818986d8484b9d583860931b23e /net-irc/quassel
parentAdd myself as a maintainer and version bump, bug #500000. (diff)
downloadgentoo-2-27576709d0d706353dc9f300986e8114f4f20e57.tar.gz
gentoo-2-27576709d0d706353dc9f300986e8114f4f20e57.tar.bz2
gentoo-2-27576709d0d706353dc9f300986e8114f4f20e57.zip
Fix typo in quasselcore.conf #538240
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc/quassel')
-rw-r--r--net-irc/quassel/ChangeLog5
-rw-r--r--net-irc/quassel/files/quasselcore.conf8
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/quassel/ChangeLog b/net-irc/quassel/ChangeLog
index 436a210eda84..8a838474dbe2 100644
--- a/net-irc/quassel/ChangeLog
+++ b/net-irc/quassel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/quassel
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.185 2015/01/29 01:35:36 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.186 2015/02/02 02:52:50 patrick Exp $
+
+ 02 Feb 2015; Patrick Lauer <patrick@gentoo.org> files/quasselcore.conf:
+ Fix typo in quasselcore.conf #538240
29 Jan 2015; Johannes Huber <johu@gentoo.org> quassel-0.10.0-r1.ebuild,
quassel-0.10.1.ebuild, quassel-0.11.0.ebuild, quassel-0.9.2.ebuild,
diff --git a/net-irc/quassel/files/quasselcore.conf b/net-irc/quassel/files/quasselcore.conf
index c68733777527..2848aba7d369 100644
--- a/net-irc/quassel/files/quasselcore.conf
+++ b/net-irc/quassel/files/quasselcore.conf
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/files/quasselcore.conf,v 1.5 2010/11/04 14:22:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/files/quasselcore.conf,v 1.6 2015/02/02 02:52:50 patrick Exp $
# Loglevel Debug|Info|Warning|Error. Default is: Info
# The logfile is located at /var/log/quassel.log.
@@ -13,10 +13,10 @@
#PORT="4242"
# User we want our daemon to run under.
-#USER="quassel"
+#QUASSEL_USER="quassel"
# Directory we store all quasselcore content.
#CONFIGDIR="/var/lib/quassel"
# File quasselcore will log all its events into.
-#LOGFILE="/var/log/quassel.log" \ No newline at end of file
+#LOGFILE="/var/log/quassel.log"