代码搜索:syslog
找到约 2,335 项符合「syslog」的源代码
代码结果 2,335
www.eeworm.com/read/438086/1827559
init syslog-ng.init
#!/bin/sh
################################################################################
#
# Program: syslog-ng init script
#
# Description:
#
# This is an init script for syslog-ng on the HP-UX p
www.eeworm.com/read/438086/1827560
conf syslog-ng.conf
#
# sample configuration file for syslog-ng on HP-UX
# users should customize to fit their needs
#
# log syslog-ng's own messages to /var/log/syslog-ng.log
source s_internal {
internal();
};
desti
www.eeworm.com/read/438086/1827561
init syslog-ng.init
#!/bin/sh
#
# syslog-ng This starts and stops syslog-ng
#
# chkconfig: 2345 12 88
# description: reads and logs messages to the system console, log \
# files, other machines and/or u
www.eeworm.com/read/438086/1827562
conf syslog-ng.conf
# syslog-ng configuration file.
#
# This should behave pretty much like the original syslog on RedHat. But
# it could be configured a lot smarter.
#
# See syslog-ng(8) and syslog-ng.conf(5) for more i
www.eeworm.com/read/438086/1827563
sysconfig syslog-ng.sysconfig
#---
# Syslog-ng command line options
# See syslog-ng(8) for more details
#---
SYSLOGNG_OPTIONS=""
www.eeworm.com/read/438086/1827564
logrotate syslog-ng.logrotate
/var/log/messages /var/log/secure /var/log/maillog /var/log/spooler /var/log/boot.log /var/log/cron {
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/syslog-ng.pid 2> /dev/null` 2> /dev
www.eeworm.com/read/433911/1876444
howto_syslog gnumakefile.howto_syslog
# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
# @file GNUmakefile.Howto_Syslog
#
# $Id: gnu.mpd 83821 2008-11-17 16:10:2
www.eeworm.com/read/433911/1876465
cpp use_syslog.cpp
// $Id: Use_Syslog.cpp 80826 2008-03-04 14:51:23Z wotte $
#include "ace/Log_Msg.h"
void foo (void);
int ACE_TMAIN (int, ACE_TCHAR *argv[])
{
// This will be directed to stderr (the defaul
www.eeworm.com/read/433911/1876580
use_syslog gnumakefile.use_syslog
# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
# @file GNUmakefile.Use_Syslog
#
# $Id: gnu.mpd 83821 2008-11-17 16:10:27Z
www.eeworm.com/read/433911/1876598
cpp howto_syslog.cpp
// $Id: Howto_Syslog.cpp 80826 2008-03-04 14:51:23Z wotte $
#include "ace/Log_Msg.h"
void foo (void);
// Listing 1 code/ch03
int ACE_TMAIN (int, ACE_TCHAR *argv[])
{
ACE_LOG_MSG->open