components/ipmitool/patches/ipmievd.local4.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Wed, 25 May 2011 22:38:48 -0700
changeset 268 6518166b581c
child 589 beabcdec3918
permissions -rw-r--r--
7047461 "temporarily" restore sfw version of ipmitool to userland

--- ipmitool-1.8.10/lib/log.c.orig	Fri Nov 21 13:00:00 2008
+++ ipmitool-1.8.10/lib/log.c	Fri Nov 21 13:02:00 2008
@@ -120,7 +120,7 @@
 	logpriv->level = verbose + LOG_NOTICE;
 
 	if (logpriv->daemon)
-		openlog(logpriv->name, LOG_CONS, LOG_LOCAL4);
+		openlog(logpriv->name, LOG_CONS, LOG_DAEMON);
 }
 
 /*