Wed Aug 6 14:28:48 EDT 2008 Pekka Pessi <first.last@nokia.com>

* run_test_nta: exit 77 if named refuses to start



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9273 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-08-12 17:05:41 +00:00
parent 8b0eddc157
commit f9865e5593
1 changed files with 3 additions and 1 deletions

View File

@ -203,8 +203,10 @@ if test -r $pidfile ; then
kill $(cat $pidfile)
rm $pidfile $zonefile $resolvfile $namedfile 2>/dev/null
exit $exit
else
echo "$0: cannot start named (check apparmor/selinux)"
exit 77
fi
exit $?
else # not having BIND and portbind