mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 12:25:35 +00:00
Merged revisions 172441 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r172441 | tilghman | 2009-01-29 17:15:40 -0600 (Thu, 29 Jan 2009) | 16 lines Merged revisions 172438 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r172438 | tilghman | 2009-01-29 16:54:29 -0600 (Thu, 29 Jan 2009) | 9 lines Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if Asterisk runs as a non-root user and the administrator does a 'restart now', Asterisk loses the ability to set QOS on packets. (closes issue #14004) Reported by: nemo Patches: 20090105__bug14004.diff.txt uploaded by Corydon76 (license 14) Tested by: Corydon76 ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@172503 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.ac Revision: 163169 .
|
||||
# From configure.ac Revision: 164265 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for asterisk 1.6.
|
||||
#
|
||||
@@ -951,6 +951,7 @@ ZLIB_DIR
|
||||
PBX_ZLIB
|
||||
ALLOCA
|
||||
LIBOBJS
|
||||
PBX_WORKING_FORK
|
||||
POW_LIB
|
||||
HAS_POLL
|
||||
PBX_PTHREAD_RWLOCK_INITIALIZER
|
||||
@@ -12902,6 +12903,8 @@ cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_WORKING_FORK 1
|
||||
_ACEOF
|
||||
|
||||
PBX_WORKING_FORK=1
|
||||
|
||||
fi
|
||||
|
||||
{ echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
|
||||
@@ -50538,6 +50541,7 @@ ZLIB_DIR!$ZLIB_DIR$ac_delim
|
||||
PBX_ZLIB!$PBX_ZLIB$ac_delim
|
||||
ALLOCA!$ALLOCA$ac_delim
|
||||
LIBOBJS!$LIBOBJS$ac_delim
|
||||
PBX_WORKING_FORK!$PBX_WORKING_FORK$ac_delim
|
||||
POW_LIB!$POW_LIB$ac_delim
|
||||
HAS_POLL!$HAS_POLL$ac_delim
|
||||
PBX_PTHREAD_RWLOCK_INITIALIZER!$PBX_PTHREAD_RWLOCK_INITIALIZER$ac_delim
|
||||
@@ -50575,7 +50579,7 @@ CURL_CONFIG!$CURL_CONFIG$ac_delim
|
||||
LTLIBOBJS!$LTLIBOBJS$ac_delim
|
||||
_ACEOF
|
||||
|
||||
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 76; then
|
||||
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 77; then
|
||||
break
|
||||
elif $ac_last_try; then
|
||||
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
|
||||
|
||||
Reference in New Issue
Block a user