]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add omitted DB/config.test
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 2 Oct 2009 03:13:01 +0000 (16:13 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 2 Oct 2009 03:13:01 +0000 (16:13 +1300)
helpers/basic_auth/DB/config.test [new file with mode: 0755]

diff --git a/helpers/basic_auth/DB/config.test b/helpers/basic_auth/DB/config.test
new file mode 100755 (executable)
index 0000000..9b1b1df
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+## Test: do we have perl to build the helper scripts?
+## Test: do we have pod2man to build the manual?
+perl --version >/dev/null && pod2man --help >/dev/null
+
+exit $?