Commit 59454d60 authored by Franco Fichtner's avatar Franco Fichtner

inc: follow up with a pretty-up of the log message prefix

parent 3318c94c
<?php <?php
/* $Id$ */
/* /*
globals.inc
part of pfSense (https://www.pfsense.org)
Copyright (C) 2004-2010 Scott Ullrich Copyright (C) 2004-2010 Scott Ullrich
Originally Part of m0n0wall
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>. Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved. All rights reserved.
...@@ -29,12 +25,13 @@ ...@@ -29,12 +25,13 @@
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. POSSIBILITY OF SUCH DAMAGE.
pfSense_MODULE: utils
*/ */
global $g; global $g;
openlog('opnsense', LOG_ODELAY, LOG_USER);
register_shutdown_function('closelog');
$g = array( $g = array(
"base_packages" => "siproxd", "base_packages" => "siproxd",
"event_address" => "unix:///var/run/check_reload_status", "event_address" => "unix:///var/run/check_reload_status",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment