Bug 8910 - silent warnings triggered in about.pl
authorMark Tompsett <mtompset@hotmail.com>
Fri, 12 Oct 2012 06:29:59 +0000 (14:29 +0800)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 25 Oct 2012 12:40:36 +0000 (14:40 +0200)
commit215c8f4e3b9da5c390c43eb8e3cd704c2861e102
treeac46084b5491c004e6b3c3407f4aae28203f8407
parentc66270c02ff56e7eb5430013e7e9417115e39aae
Bug 8910 - silent warnings triggered in about.pl

In order to detect the apache version, there are multiple
commands used. These may not all exist, which triggers error log
entries. By simply adding " 2> /dev/null", the errors are no
longer generated.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
about.pl