mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Check in /usr/sbin for iptables too, for SUSE distros (Jim Fehlig)
This commit is contained in:
parent
b04e40d6a3
commit
db3f10c807
@ -1,3 +1,9 @@
|
|||||||
|
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>
|
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
|
* 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])
|
AC_DEFINE_UNQUOTED(LOKKIT_PATH, "$LOKKIT_PATH", [path to lokkit binary])
|
||||||
fi
|
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])
|
AC_DEFINE_UNQUOTED(IPTABLES_PATH, "$IPTABLES_PATH", [path to iptables binary])
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
|
Loading…
Reference in New Issue
Block a user