提交 db3f10c8 编写于 作者: D Daniel P. Berrange

Check in /usr/sbin for iptables too, for SUSE distros (Jim Fehlig)

上级 b04e40d6
Mon May 5 15:57:28 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* configure.in: Check in /usr/sbin for iptables too, for SUSE
distros (Jim Fehlig)
Thu May 1 14:10:28 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/remote_internal.c: Cope with NULL from qparam_get_query
......
......@@ -217,7 +217,7 @@ if test x"$LOKKIT_PATH" != x; then
AC_DEFINE_UNQUOTED(LOKKIT_PATH, "$LOKKIT_PATH", [path to lokkit binary])
fi
AC_PATH_PROG(IPTABLES_PATH, iptables, /sbin/iptables)
AC_PATH_PROG(IPTABLES_PATH, iptables, /sbin/iptables, [/usr/sbin:$PATH])
AC_DEFINE_UNQUOTED(IPTABLES_PATH, "$IPTABLES_PATH", [path to iptables binary])
dnl
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册