From 3a003e8714bc710c54f11babfec44d6fa45d4c7b Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 8 Nov 2005 00:50:13 +0000 Subject: [PATCH] correct new option documentation git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7005 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/README.asterisk.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.asterisk.conf b/doc/README.asterisk.conf index 953ad55975..4e210aacd3 100755 --- a/doc/README.asterisk.conf +++ b/doc/README.asterisk.conf @@ -49,9 +49,9 @@ nocolor = yes | no ; Disable ANSI colors (-n) dumpcore = yes | no ; Dump core on failure (-g) quiet = yes | no ; Run quietly (-q) timestamp = yes | no ; Force timestamping on log entries to console (-T) -user = asterisk ; User to run asterisk as (-U) NOTE: will require changes to +runuser = asterisk ; User to run asterisk as (-U) NOTE: will require changes to ; directory and device permisions -group = asterisk ; Group to run asterisk as (-G) +rungroup = asterisk ; Group to run asterisk as (-G) ;These options have no command line equivalent cache_record_files = yes | no ; Cache record() files in another directory until completion -- 2.47.2