summaryrefslogtreecommitdiff
path: root/syslog-ng
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2008-06-05 22:57:20 +0200
committerThomas Penteker <tek@serverop.de>2008-06-05 22:57:20 +0200
commit8c8ba0449d9d4c26a9d55d3a484ce4b43a3aa450 (patch)
tree7481e91e6d3367979fdcc0ecad689ddee6c42e12 /syslog-ng
parentf0d7e115e5b2bc93ced8562f611949562f922d41 (diff)
downloadcontrib-8c8ba0449d9d4c26a9d55d3a484ce4b43a3aa450.tar.gz
contrib-8c8ba0449d9d4c26a9d55d3a484ce4b43a3aa450.tar.xz
syslog-ng: initial commit
Diffstat (limited to 'syslog-ng')
-rw-r--r--syslog-ng/.footprint10
-rw-r--r--syslog-ng/.md5sum1
-rw-r--r--syslog-ng/Pkgfile23
3 files changed, 34 insertions, 0 deletions
diff --git a/syslog-ng/.footprint b/syslog-ng/.footprint
new file mode 100644
index 000000000..4754b0cbe
--- /dev/null
+++ b/syslog-ng/.footprint
@@ -0,0 +1,10 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/loggen
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man5/
+-rw-r--r-- root/root usr/man/man5/syslog-ng.conf.5.gz
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/syslog-ng.8.gz
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/syslog-ng
diff --git a/syslog-ng/.md5sum b/syslog-ng/.md5sum
new file mode 100644
index 000000000..7f30a4240
--- /dev/null
+++ b/syslog-ng/.md5sum
@@ -0,0 +1 @@
+2d4232f7167c2b4f48794e4f8f80e863 syslog-ng-2.0.9.tar.gz
diff --git a/syslog-ng/Pkgfile b/syslog-ng/Pkgfile
new file mode 100644
index 000000000..33e5f4a63
--- /dev/null
+++ b/syslog-ng/Pkgfile
@@ -0,0 +1,23 @@
+# Description: alternate syslogging daemon
+# URL: http://www.balabit.com/network-security/syslog-ng/opensource-logging-system
+# Maintainer: Thomas Penteker, tek at serverop dot de
+#
+# Depends on: eventlog
+
+name=syslog-ng
+version=2.0.9
+release=1
+source=(http://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ ./configure \
+ --prefix=/usr \
+ --disable-nls \
+ --mandir=/usr/man \
+ --enable-dynamic-linking
+
+ make && make DESTDIR=$PKG install
+ rm -rf $PKG/usr/doc
+}

Generated by cgit