summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2013-08-29 20:22:08 +0000
committerMatthew Jordan <mjordan@digium.com>2013-08-29 20:22:08 +0000
commit449afdd9e8d38a5a479cc0320091fd315d2b4d4a (patch)
tree939db846ed6eefac593e4cc8adde59e366663622 /configs
parent417230848f177763d06d0d851253df17348fed79 (diff)
Revert r394939 due to (numerous) objections
The patch from ASTERISK-21965 was committed perhaps a bit too hastily. Walter and Tzafrir have pointed out numerous issues with the approach and have propsed an alternative in r/2757. Since it's not a time critical issue and is not worth holding up the release of 12 for it, I've gone ahead and reverted r394939 from 12/trunk and re-opened ASTERISK-21965. ........ Merged revisions 397938 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397939 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/safe_asterisk.conf.sample20
1 files changed, 0 insertions, 20 deletions
diff --git a/configs/safe_asterisk.conf.sample b/configs/safe_asterisk.conf.sample
deleted file mode 100644
index 9e560f3a5..000000000
--- a/configs/safe_asterisk.conf.sample
+++ /dev/null
@@ -1,20 +0,0 @@
-Used by safe_asterisk startup script
-
-# comment this line out to have this script _not_ kill all mpg123 processes when
-# asterisk exits
-KILLALLMPG123=1
-
-# run asterisk with this priority
-PRIORITY=0
-
-# set system filemax on supported OSes if this variable is set
-# SYSMAXFILES=262144
-
-# Asterisk allows full permissions by default, so set a umask, if you want
-# restricted permissions.
-# UMASK=022
-
-# set max files open with ulimit. On linux systems, this will be automatically
-# set to the system's maximum files open devided by two, if not set here.
-# MAXFILES=32768
-