mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
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:
parent
8b0eddc157
commit
f9865e5593
@ -203,8 +203,10 @@ if test -r $pidfile ; then
|
|||||||
kill $(cat $pidfile)
|
kill $(cat $pidfile)
|
||||||
rm $pidfile $zonefile $resolvfile $namedfile 2>/dev/null
|
rm $pidfile $zonefile $resolvfile $namedfile 2>/dev/null
|
||||||
exit $exit
|
exit $exit
|
||||||
|
else
|
||||||
|
echo "$0: cannot start named (check apparmor/selinux)"
|
||||||
|
exit 77
|
||||||
fi
|
fi
|
||||||
exit $?
|
|
||||||
|
|
||||||
else # not having BIND and portbind
|
else # not having BIND and portbind
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user