Commit 1c03e743 authored by Ingvar Hagelund's avatar Ingvar Hagelund

:- is simpler than reverse negation

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1448 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 63daf2ce
......@@ -24,8 +24,7 @@ DAEMON="/usr/sbin/varnishd"
mkdir -p /var/run/varnish 2>/dev/null
# Open files (usually 1024, which is way too small for varnish)
[ ! "${NFILES}" ] && NFILES="131072"
ulimit -n ${NFILES}
ulimit -n ${NFILES:-131072}
# See how we were called.
case "$1" in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment