代码搜索:syslog
找到约 2,335 项符合「syslog」的源代码
代码结果 2,335
www.eeworm.com/read/279828/4133543
c syslog_mini.c
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000,2001 by Embedded and Real-Time Systems Laborat
www.eeworm.com/read/438086/1827547
8 syslog-ng.8
.TH SYSLOG-NG 8
.SH NAME
syslog-ng \- logs system messages
.SH SYNOPSIS
NOTE: This file is not up to date. Please refer to the html documentation.
.B syslog-ng
[
.B \-dFsvV
] [
.B \-f
www.eeworm.com/read/438086/1827551
init syslog-ng.init
#!/bin/bash
#
# syslog-ng This starts and stops syslog-ng
#
# chkconfig: 2345 12 88
# description: syslog-ng is an alternative system logger
# processname: syslog-ng
# pidfile: /var/run/syslog-ng.pid
www.eeworm.com/read/438086/1827552
te syslog_ng.te
module syslog_ng 1.0.3;
type syslogd_var_lib_t;
files_type(syslogd_var_lib_t)
require {
class sock_file { getattr unlink };
class tcp_socket { create bind setopt name_bind node_bind
www.eeworm.com/read/438086/1827553
conf syslog-ng.conf
#
# configuration file for syslog-ng, customized for remote logging
#
source s_internal { internal(); };
destination d_syslognglog { file("/var/log/syslog-ng.log"); };
log { source(s_internal); desti
www.eeworm.com/read/438086/1827554
logrotate syslog-ng.logrotate
/var/log/syslog-ng.log {
weekly
rotate 52
compress
postrotate
/etc/rc.d/init.d/syslog-ng reload 2>/dev/null
endscript
}
www.eeworm.com/read/438086/1827555
fc syslog_ng.fc
# syslog-ng labeling rule:
/var/lib/syslog-ng(/.*)? gen_context(system_u:object_r:syslogd_var_lib_t, s0)
www.eeworm.com/read/438086/1827557
syslog-ng-config
#!/bin/sh
#
# syslog-ng-config, Copyright 2005, 2006 Corinna Vinschen
#
# This file is part of the Cygwin port of syslog-ng.
# set -x
# Subdirectory where the new package is being installed
PREFIX=/
www.eeworm.com/read/438086/1827558
conf syslog-ng.conf
#
# sample configuration file for syslog-ng on AIX
# users should customize to fit their needs
#
# log syslog-ng's own messages to /var/log/syslog-ng.log
source s_internal {
internal();
};
destina