forked from ports/contrib
syslog-ng: 3.0.5 -> 3.1.1
This commit is contained in:
parent
5bc8998671
commit
b0e2f3e02e
@ -5,12 +5,16 @@ drwxr-xr-x root/root etc/rc.d/
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/loggen
|
||||
-rwxr-xr-x root/root usr/bin/pdbtool
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/pdbtool.1.gz
|
||||
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
|
||||
-rwxr-xr-x root/root usr/sbin/syslog-ng-ctl
|
||||
drwxr-xr-x root/root var/
|
||||
drwxr-xr-x root/root var/libexec/
|
||||
|
@ -1,3 +1,3 @@
|
||||
392646ec851c0f02a5c81147f746effa syslog-ng.conf
|
||||
90a0f7b832c840f7dce8da05befbc56a syslog-ng.rc
|
||||
28f0d9ff2243b330e8cd6311ef9b2f12 syslog-ng_3.0.5.tar.gz
|
||||
d1f7db9c6521f83eb3d9da9abbed2079 syslog-ng.rc
|
||||
4fdc64ff0ad964dc811a746228609412 syslog-ng_3.1.1.tar.gz
|
||||
|
@ -5,9 +5,9 @@
|
||||
# Depends on: eventlog
|
||||
|
||||
name=syslog-ng
|
||||
version=3.0.5
|
||||
version=3.1.1
|
||||
release=1
|
||||
source=(http://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/${name}_${version}.tar.gz
|
||||
source=(http://balabit.com/downloads/files/syslog-ng/sources/$version/source/${name}_${version}.tar.gz
|
||||
syslog-ng.rc syslog-ng.conf)
|
||||
|
||||
build() {
|
||||
|
@ -5,11 +5,11 @@
|
||||
|
||||
case $1 in
|
||||
start)
|
||||
/usr/sbin/syslog-ng -f /etc/syslog-ng.conf
|
||||
/usr/sbin/syslog-ng -f /etc/syslog-ng.conf -p /var/run/syslog-ng.pid
|
||||
;;
|
||||
stop)
|
||||
kill `cat /var/run/syslog-ng.pid`
|
||||
rm -f /var/run/syslog-ng.pid
|
||||
/usr/bin/killall -q /usr/sbin/syslog-ng
|
||||
;;
|
||||
restart)
|
||||
$0 stop
|
||||
|
Loading…
x
Reference in New Issue
Block a user