summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng/files
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-03-24 05:55:32 +0000
committerCy Schubert <cy@FreeBSD.org>2016-03-24 05:55:32 +0000
commitc36b7c085b25de15e74c9ea5c1214a59bb81743a (patch)
tree7435a0e3238011a0549b518ac8e518e18e963920 /sysutils/syslog-ng/files
parentFix SPOOF support builds in all syslog-ng ports. (diff)
syslog-ng 3.7.3 is now good enough for general use. It is copied from
syslog-ng-devel to syslog-ng37. Suggested by Peter Czanik, our syslog-ng upline representative from Balabit. The old syslog-ng port now become syslog-ng36. This is the first part of a two part commit. Discussed with: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream
Notes
Notes: svn path=/head/; revision=411751
Diffstat (limited to 'sysutils/syslog-ng/files')
-rw-r--r--sysutils/syslog-ng/files/patch-configure14
-rw-r--r--sysutils/syslog-ng/files/patch-modules__afsocket__afinet-dest.c11
-rw-r--r--sysutils/syslog-ng/files/pkg-message.in29
-rw-r--r--sysutils/syslog-ng/files/syslog-ng.conf.sample185
-rw-r--r--sysutils/syslog-ng/files/syslog-ng.in46
5 files changed, 0 insertions, 285 deletions
diff --git a/sysutils/syslog-ng/files/patch-configure b/sysutils/syslog-ng/files/patch-configure
deleted file mode 100644
index c3c533b2df4c..000000000000
--- a/sysutils/syslog-ng/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.orig 2016-03-22 04:58:27.000000000 -0700
-+++ configure 2016-03-23 20:51:10.722420000 -0700
-@@ -14996,9 +14996,9 @@
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNET" >&5
- $as_echo_n "checking for LIBNET... " >&6; }
- if test "x$with_libnet" = "x"; then
-- LIBNET_CONFIG="`which libnet-config`"
-+ LIBNET_CONFIG="`which libnet11-config`"
- else
-- LIBNET_CONFIG="$with_libnet/libnet-config"
-+ LIBNET_CONFIG="$with_libnet/libnet11-config"
- fi
-
- if test -n "$LIBNET_CONFIG" -a -x "$LIBNET_CONFIG"; then
diff --git a/sysutils/syslog-ng/files/patch-modules__afsocket__afinet-dest.c b/sysutils/syslog-ng/files/patch-modules__afsocket__afinet-dest.c
deleted file mode 100644
index 7af83d8fb2c0..000000000000
--- a/sysutils/syslog-ng/files/patch-modules__afsocket__afinet-dest.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/afsocket/afinet-dest.c.orig 2016-03-22 02:39:13.000000000 -0700
-+++ modules/afsocket/afinet-dest.c 2016-03-23 22:07:14.289961000 -0700
-@@ -42,7 +42,7 @@
- #endif
-
- #if ENABLE_SPOOF_SOURCE
--#include <libnet.h>
-+#include <libnet11/libnet.h>
- #endif
-
- #if _GNU_SOURCE_DEFINED
diff --git a/sysutils/syslog-ng/files/pkg-message.in b/sysutils/syslog-ng/files/pkg-message.in
deleted file mode 100644
index 2b5582660897..000000000000
--- a/sysutils/syslog-ng/files/pkg-message.in
+++ /dev/null
@@ -1,29 +0,0 @@
-
-syslog-ng is now installed! To replace FreeBSD's standard syslogd
-(/usr/sbin/syslogd), complete these steps:
-
-1. Create a configuration file named %%PREFIX%%/etc/syslog-ng.conf
- (a sample named syslog-ng.conf.sample has been included in
- %%PREFIX%%/etc). Note that this is a change in 2.0.2
- version, previous ones put the config file in
- %%PREFIX%%/etc/syslog-ng/syslog-ng.conf, so if this is an update
- move that file in the right place
-
-2. Configure syslog-ng to start automatically by adding the following
- to /etc/rc.conf:
-
- syslog_ng_enable="YES"
-
-3. Prevent the standard FreeBSD syslogd from starting automatically by
- adding a line to the end of your /etc/rc.conf file that reads:
-
- syslogd_enable="NO"
-
-4. Shut down the standard FreeBSD syslogd:
-
- kill `cat /var/run/syslog.pid`
-
-5. Start syslog-ng:
-
- %%PREFIX%%/etc/rc.d/syslog-ng start
-
diff --git a/sysutils/syslog-ng/files/syslog-ng.conf.sample b/sysutils/syslog-ng/files/syslog-ng.conf.sample
deleted file mode 100644
index 7fa32733ffd1..000000000000
--- a/sysutils/syslog-ng/files/syslog-ng.conf.sample
+++ /dev/null
@@ -1,185 +0,0 @@
-@version:3.6
-@include "scl.conf"
-
-#
-# This sample configuration file is essentially equilivent to the stock
-# FreeBSD /etc/syslog.conf file.
-#
-# $FreeBSD: head/sysutils/syslog-ng/files/syslog-ng.conf.sample 340872 2014-01-24 00:14:07Z mat $
-#
-
-#
-# options
-#
-options { chain_hostnames(off); flush_lines(0); threaded(yes); };
-
-#
-# sources
-#
-source src { system();
- udp(); internal(); };
-
-#
-# destinations
-#
-destination messages { file("/var/log/messages"); };
-destination security { file("/var/log/security"); };
-destination authlog { file("/var/log/auth.log"); };
-destination maillog { file("/var/log/maillog"); };
-destination lpd-errs { file("/var/log/lpd-errs"); };
-destination xferlog { file("/var/log/xferlog"); };
-destination cron { file("/var/log/cron"); };
-destination debuglog { file("/var/log/debug.log"); };
-destination consolelog { file("/var/log/console.log"); };
-destination all { file("/var/log/all.log"); };
-destination newscrit { file("/var/log/news/news.crit"); };
-destination newserr { file("/var/log/news/news.err"); };
-destination newsnotice { file("/var/log/news/news.notice"); };
-destination slip { file("/var/log/slip.log"); };
-destination ppp { file("/var/log/ppp.log"); };
-destination console { file("/dev/console"); };
-destination allusers { usertty("*"); };
-#destination loghost { udp("loghost" port(514)); };
-
-#
-# log facility filters
-#
-filter f_auth { facility(auth); };
-filter f_authpriv { facility(authpriv); };
-filter f_not_authpriv { not facility(authpriv); };
-#filter f_console { facility(console); };
-filter f_cron { facility(cron); };
-filter f_daemon { facility(daemon); };
-filter f_ftp { facility(ftp); };
-filter f_kern { facility(kern); };
-filter f_lpr { facility(lpr); };
-filter f_mail { facility(mail); };
-filter f_news { facility(news); };
-filter f_security { facility(security); };
-filter f_user { facility(user); };
-filter f_uucp { facility(uucp); };
-filter f_local0 { facility(local0); };
-filter f_local1 { facility(local1); };
-filter f_local2 { facility(local2); };
-filter f_local3 { facility(local3); };
-filter f_local4 { facility(local4); };
-filter f_local5 { facility(local5); };
-filter f_local6 { facility(local6); };
-filter f_local7 { facility(local7); };
-
-#
-# log level filters
-#
-filter f_emerg { level(emerg); };
-filter f_alert { level(alert..emerg); };
-filter f_crit { level(crit..emerg); };
-filter f_err { level(err..emerg); };
-filter f_warning { level(warning..emerg); };
-filter f_notice { level(notice..emerg); };
-filter f_info { level(info..emerg); };
-filter f_debug { level(debug..emerg); };
-filter f_is_debug { level(debug); };
-
-#
-# program filters
-#
-filter f_ppp { program("ppp"); };
-filter f_slip { program("startslip"); };
-
-#
-# *.err;kern.warning;auth.notice;mail.crit /dev/console
-#
-log { source(src); filter(f_err); destination(console); };
-log { source(src); filter(f_kern); filter(f_warning); destination(console); };
-log { source(src); filter(f_auth); filter(f_notice); destination(console); };
-log { source(src); filter(f_mail); filter(f_crit); destination(console); };
-
-#
-# *.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
-#
-log { source(src); filter(f_notice); filter(f_not_authpriv); destination(messages); };
-log { source(src); filter(f_kern); filter(f_debug); destination(messages); };
-log { source(src); filter(f_lpr); filter(f_info); destination(messages); };
-log { source(src); filter(f_mail); filter(f_crit); destination(messages); };
-log { source(src); filter(f_news); filter(f_err); destination(messages); };
-
-#
-# security.* /var/log/security
-#
-log { source(src); filter(f_security); destination(security); };
-
-#
-# auth.info;authpriv.info /var/log/auth.log
-log { source(src); filter(f_auth); filter(f_info); destination(authlog); };
-log { source(src); filter(f_authpriv); filter(f_info); destination(authlog); };
-
-#
-# mail.info /var/log/maillog
-#
-log { source(src); filter(f_mail); filter(f_info); destination(maillog); };
-
-#
-# lpr.info /var/log/lpd-errs
-#
-log { source(src); filter(f_lpr); filter(f_info); destination(lpd-errs); };
-
-#
-# ftp.info /var/log/xferlog
-#
-log { source(src); filter(f_ftp); filter(f_info); destination(xferlog); };
-
-#
-# cron.* /var/log/cron
-#
-log { source(src); filter(f_cron); destination(cron); };
-
-#
-# *.=debug /var/log/debug.log
-#
-log { source(src); filter(f_is_debug); destination(debuglog); };
-
-#
-# *.emerg *
-#
-log { source(src); filter(f_emerg); destination(allusers); };
-
-#
-# uncomment this to log all writes to /dev/console to /var/log/console.log
-# console.info /var/log/console.log
-#
-#log { source(src); filter(f_console); filter(f_info); destination(consolelog); };
-
-#
-# uncomment this to enable logging of all log messages to /var/log/all.log
-# touch /var/log/all.log and chmod it to mode 600 before it will work
-# *.* /var/log/all.log
-#
-#log { source(src); destination(all); };
-
-#
-# uncomment this to enable logging to a remote loghost named loghost
-# *.* @loghost
-#
-#log { source(src); destination(loghost); };
-
-#
-# uncomment these if you're running inn
-# news.crit /var/log/news/news.crit
-# news.err /var/log/news/news.err
-# news.notice /var/log/news/news.notice
-#
-#log { source(src); filter(f_news); filter(f_crit); destination(newscrit); };
-#log { source(src); filter(f_news); filter(f_err); destination(newserr); };
-#log { source(src); filter(f_news); filter(f_notice); destination(newsnotice); };
-
-#
-# !startslip
-# *.* /var/log/slip.log
-#
-log { source(src); filter(f_slip); destination(slip); };
-
-#
-# !ppp
-# *.* /var/log/ppp.log
-#
-log { source(src); filter(f_ppp); destination(ppp); };
diff --git a/sysutils/syslog-ng/files/syslog-ng.in b/sysutils/syslog-ng/files/syslog-ng.in
deleted file mode 100644
index ae24e4984375..000000000000
--- a/sysutils/syslog-ng/files/syslog-ng.in
+++ /dev/null
@@ -1,46 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: head/sysutils/syslog-ng/files/syslog-ng.in 340872 2014-01-24 00:14:07Z mat $
-#
-
-# PROVIDE: syslogd
-# REQUIRE: mountcritremote cleanvar ldconfig
-# BEFORE: SERVERS
-
-#
-# Add the following line to /etc/rc.conf.local or /etc/rc.conf
-# to enable this service:
-#
-#syslog_ng_enable="YES"
-#syslog_ng_config="-u daemon"
-#syslog_ng_pid="/var/run/syslog-ng.pid"
-#
-
-syslog_ng_purgeklog=${syslog_ng_purgeklog-"NO"}
-
-. /etc/rc.subr
-
-name=syslog_ng
-rcvar=syslog_ng_enable
-
-command=%%PREFIX%%/sbin/syslog-ng
-required_files=%%PREFIX%%/etc/syslog-ng.conf
-extra_commands=reload
-
-if checkyesno syslog_ng_purgeklog; then
- start_precmd="echo \"Purging klog(9)\" && sysctl -w kern.msgbuf_clear=1 $start_precmd";
-fi
-
-stop_postcmd=stop_postcmd
-
-load_rc_config $name
-
-: ${syslog_ng_enable:="NO"}
-pidfile=${syslog_ng_pid:-"/var/run/syslog.pid"}
-command_args="-p ${pidfile} ${syslog_ng_config}"
-
-stop_postcmd() {
- rm -f $pidfile
-}
-
-run_rc_command "$1"