]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
On many Linux distributions wbinfo is placed in /usr/bin
authorserassio <>
Sat, 1 Apr 2006 23:34:23 +0000 (23:34 +0000)
committerserassio <>
Sat, 1 Apr 2006 23:34:23 +0000 (23:34 +0000)
helpers/external_acl/wbinfo_group/config.test

index 70f6c14e86d2ca6d72fc887af9f62a1ec9c9f90b..b9af8921e51af7add3cb3c7339a2959809ee829d 100755 (executable)
@@ -2,4 +2,7 @@
 if [ -x ${SAMBAPREFIX:-/usr/local/samba}/bin/wbinfo -a -x /usr/bin/perl ]; then
        exit 0
 fi
+if [ -x /usr/bin/wbinfo -a -x /usr/bin/perl ]; then
+       exit 0
+fi
 exit 1