aboutsummaryrefslogtreecommitdiffstats
path: root/testing/quassel/quasselcore.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-06-07 06:35:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-06-07 06:37:20 +0000
commit8ed8b68db8951bb319d136b679bd214139db2523 (patch)
tree95b8bc30b6cb4bb5ae5ea700beb7d7bed91e295b /testing/quassel/quasselcore.confd
parent5464baf2f95c314d2f37acd78aa3fdbf126992d4 (diff)
downloadaports-8ed8b68db8951bb319d136b679bd214139db2523.tar.bz2
aports-8ed8b68db8951bb319d136b679bd214139db2523.tar.xz
testing/quassel: misc fixes
- use tabs as indent (for consistency with other apkbuilds) - build -common and -client subpackage - build mono - use init.d script from gentoo - use /sbin/nologin as shell instead of /bin/false
Diffstat (limited to 'testing/quassel/quasselcore.confd')
-rw-r--r--testing/quassel/quasselcore.confd22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/quassel/quasselcore.confd b/testing/quassel/quasselcore.confd
new file mode 100644
index 0000000000..c687337775
--- /dev/null
+++ b/testing/quassel/quasselcore.confd
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 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 $
+
+# Loglevel Debug|Info|Warning|Error. Default is: Info
+# The logfile is located at /var/log/quassel.log.
+#LOGLEVEL="Info"
+
+# The address(es) quasselcore will listen on. Default is 0.0.0.0
+#LISTEN="0.0.0.0"
+
+# The port quasselcore will listen at. Default is: 4242
+#PORT="4242"
+
+# User we want our daemon to run under.
+#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