mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-14 10:20:31 +00:00
Fix xCAT probe rpm install failed problem (#1891)
This commit is contained in:
@ -462,7 +462,7 @@ sub obtain_valid_log_start_point {
|
||||
%log_content
|
||||
$log_content{time} : the timestamp of log, the format is epoch_seconds
|
||||
$log_content{sender} : the sender of log
|
||||
$log_content{label} : the label of log, such as $::LOGLABEL_DHCPD, $::LOGLABEL_TFTP.... refer to "probe_golbal_constant" for all kinds vaild labels
|
||||
$log_content{label} : the label of log, such as $::LOGLABEL_DHCPD, $::LOGLABEL_TFTP.... refer to "probe_global_constant" for all kinds vaild labels
|
||||
$log_content{msg} : the main message of log
|
||||
=cut
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env perl
|
||||
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
|
||||
package probe_golbal_constant;
|
||||
package probe_global_constant;
|
||||
|
||||
#The type of log
|
||||
$::LOGTYPE_RSYSLOG = 0; #rsyslog
|
||||
|
Reference in New Issue
Block a user