summaryrefslogtreecommitdiffstats
path: root/system/conserver/console.cf
diff options
context:
space:
mode:
author Menno Duursma2010-05-13 00:39:58 +0200
committer Erik Hanson2010-05-13 00:39:58 +0200
commit87107c2990bc84fa2f86a2e894c7c3efcbc81d20 (patch)
tree84020da4209b0ecfc32daff62c2d533fe3a3fb18 /system/conserver/console.cf
parentfdf5e6c7b85946601610daa5402880862754292c (diff)
downloadslackbuilds-87107c2990bc84fa2f86a2e894c7c3efcbc81d20.tar.gz
system/conserver: Updated for version 8.1.17
Diffstat (limited to 'system/conserver/console.cf')
-rw-r--r--system/conserver/console.cf6
1 files changed, 5 insertions, 1 deletions
diff --git a/system/conserver/console.cf b/system/conserver/console.cf
index 2a04510fbe..7e3cf0d628 100644
--- a/system/conserver/console.cf
+++ b/system/conserver/console.cf
@@ -1,3 +1,7 @@
+# default config for console
config * {
- master localhost;
+ master localhost;
+ # Some (Ubuntu) systems seem to be using this:
+ #port 3109;
+ #sslenabled no;
}