]> git.pld-linux.org Git - packages/ejabberd.git/commitdiff
- NODE name should be NODENAME (see: ejabberd.init)
authorjezik <jezik@pld-linux.org>
Tue, 29 Jan 2008 20:03:02 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- NODENAME="localhost" as default (should be really default for most users)

Changed files:
    ejabberd.sysconfig -> 1.3

ejabberd.sysconfig

index 9566f0d50ee7c93ceb3a9944e317ffb7a99708b5..3983f47b1b8529f591b138cca2daa2a585f3fa36 100644 (file)
@@ -2,7 +2,7 @@
 SERVICE_RUN_NICE_LEVEL="+0"
 
 # Node name
-#NODE="nodename"
+NODENAME="localhost"
 
 # uncomment this to allow more then 1024 connections (increases memory usage)
 #ERL_MAX_PORTS=32000
This page took 0.075239 seconds and 4 git commands to generate.