HomeSort by: relevance | last modified time | path
    Searched refs:Syslog (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/examples/smtpd-policy/
greylist.pl 5 use Sys::Syslog qw(:DEFAULT setlogsock);
137 syslog $syslog_priority, "request age %d", $now - $time_stamp if $verbose;
162 syslog "err", "fatal: $first", @_;
179 syslog $syslog_priority, "open %s", $database_name if $verbose;
195 syslog $syslog_priority, "lookup %s: %s", $key, $value if $verbose;
210 syslog $syslog_priority, "store %s: %s", $key, $value if $verbose;
238 # syslog so that people can actually see our messages.
250 syslog $syslog_priority, "Invalid option: %s. Usage: %s [-v]",
270 syslog $syslog_priority, "Attribute: %s=%s", $_, $attr{$_};
276 syslog $syslog_priority, "Action: %s", $action if $verbose
    [all...]
  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap.in 27 use Sys::Syslog qw(:standard :macros);
66 my $SYSLOG;
108 $SYSLOG = 1 if defined $opt{s};
119 # Logging - Default is to use syslog(3) if STDOUT isn't
121 if ($SYSLOG || !-t STDOUT) {
122 $SYSLOG = 1;
264 if ($SYSLOG) {
265 syslog($p, $msg)
416 -l Specify the syslog(3) facility for logging
421 -s Send output to syslog(3) - implied if STDOUT has no tty or redirecte
    [all...]
  /src/external/bsd/nsd/dist/
configure 1521 --with-facility=name Syslog default facility (LOG_DAEMON)
7342 ac_fn_c_check_header_compile "$LINENO" "syslog.h" "ac_cv_header_syslog_h" "$ac_includes_default

Completed in 20 milliseconds