mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Remove some httpd errorlog entries.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
||||
# Copyright (C) 2007-2011 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -486,7 +486,7 @@ print <<END
|
||||
END
|
||||
;
|
||||
|
||||
my $atmdev=`cat /proc/net/atm/devices | grep 0`;
|
||||
my $atmdev=`cat /proc/net/atm/devices 2>/dev/null | grep 0`;
|
||||
chomp ($atmdev);
|
||||
if ($atmdev ne '') {
|
||||
print <<END
|
||||
|
||||
Reference in New Issue
Block a user