components/ipmitool/patches/ipmievd.local4.patch
branchs11-update
changeset 2526 a7c3342cac79
parent 2525 5e4049097207
child 2527 0935492f14d7
--- a/components/ipmitool/patches/ipmievd.local4.patch	Wed Mar 20 08:56:48 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved
-
---- 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);
- }
- 
- /*