Re: DISTRIB_ID in trafficserver script

2011-12-02 Thread Igor Galić
- Original Message - > I stumbled across a problem of "trafficserver start" exiting at line > 217. > > Turns out the culprit was an empty DISTRIB_ID. Looking at the top > of the script I see that's set in an idiosyncratic-looking way: > > if [ -e /etc/SuSE-release ]; then > DISTRIB_ID=

DISTRIB_ID in trafficserver script

2011-12-02 Thread Nick Kew
I stumbled across a problem of "trafficserver start" exiting at line 217. Turns out the culprit was an empty DISTRIB_ID. Looking at the top of the script I see that's set in an idiosyncratic-looking way: if [ -e /etc/SuSE-release ]; then DISTRIB_ID="suse" elif [ -e /etc/fedora-release ]; then