summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng/files
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2013-01-18 21:10:57 +0000
committerCy Schubert <cy@FreeBSD.org>2013-01-18 21:10:57 +0000
commit7ac5228f52d0e154d19c4902016064d2aa1824f0 (patch)
tree8a1e85a26926972413ad8aaf2d9a5f34cac421fb /sysutils/syslog-ng/files
parentALURE is a utility library to help manage common tasks with OpenAL applications. (diff)
Update 3.3.7 --> 3.3.8
Make pcre dependency generic. (Consistent with -devel port.) Submitted by: Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
Notes
Notes: svn path=/head/; revision=310621
Diffstat (limited to 'sysutils/syslog-ng/files')
-rw-r--r--sysutils/syslog-ng/files/patch-scl-system-generate-system-source.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/syslog-ng/files/patch-scl-system-generate-system-source.sh b/sysutils/syslog-ng/files/patch-scl-system-generate-system-source.sh
deleted file mode 100644
index 63691e6a4570..000000000000
--- a/sysutils/syslog-ng/files/patch-scl-system-generate-system-source.sh
+++ /dev/null
@@ -1,21 +0,0 @@
---- scl/system/generate-system-source.sh.orig 2012-08-15 01:06:08.000000000 -0700
-+++ scl/system/generate-system-source.sh 2012-11-09 19:42:06.000000000 -0800
-@@ -74,7 +74,17 @@
- cat <<EOF
- unix-dgram("/var/run/log");
- unix-dgram("/var/run/logpriv" perm(0600));
--file("/dev/klog" follow-freq(0) program-override("kernel") flags(no-parse));
-+EOF
-+ case "$osversion" in
-+ 7.*|8.*|9.0*)
-+ ffreq=1
-+ ;;
-+ *)
-+ ffreq=0
-+ ;;
-+ esac
-+ cat <<EOF
-+file("/dev/klog" follow-freq($ffreq) program-override("kernel") flags(no-parse));
- EOF
- ;;
- GNU/kFreeBSD)