提交 f9865e55 authored 作者: Michael Jerris's avatar Michael Jerris

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
上级 8b0eddc1
...@@ -203,8 +203,10 @@ if test -r $pidfile ; then ...@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论