sysklogd: use a BSD scheme for log files. Bump revision.
--HG-- extra : convert_revision : c6bf1a069b258d33231ac7ab455afbe23aa2de12
This commit is contained in:
parent
4a2816d90f
commit
ffb9303619
2 changed files with 9 additions and 14 deletions
4
templates/sysklogd/files/syslog.conf
Normal file
4
templates/sysklogd/files/syslog.conf
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
auth,authpriv.* -/var/log/authlog
|
||||||
|
*.*;daemon.*,kern.*,user.*;auth,authpriv.none -/var/log/messages
|
||||||
|
mail.* -/var/log/maillog
|
||||||
|
*.emerg *
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'sysklogd'
|
# Template file for 'sysklogd'
|
||||||
pkgname=sysklogd
|
pkgname=sysklogd
|
||||||
version=1.5
|
version=1.5
|
||||||
|
revision=1
|
||||||
distfiles="
|
distfiles="
|
||||||
http://www.infodrom.org/projects/sysklogd/download/$pkgname-$version.tar.gz"
|
http://www.infodrom.org/projects/sysklogd/download/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
|
@ -26,19 +27,9 @@ Add_dependency full glibc
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
# Create a default syslog.conf.
|
# Install the rc.d scripts and conf file.
|
||||||
install -d ${DESTDIR}/etc/rc.d
|
install -d ${DESTDIR}/etc/rc.d
|
||||||
( \
|
install -m755 ${FILESDIR}/klogd ${DESTDIR}/etc/rc.d
|
||||||
echo "auth,authpriv.* -/var/log/auth.log"; \
|
install -m755 ${FILESDIR}/syslogd ${DESTDIR}/etc/rc.d
|
||||||
echo "*.*;auth,authpriv.none -/var/log/sys.log"; \
|
install -m644 ${FILESDIR}/syslog.conf ${DESTDIR}/etc
|
||||||
echo "daemon.* -/var/log/daemon.log"; \
|
|
||||||
echo "kern.* -/var/log/kern.log"; \
|
|
||||||
echo "mail.* -/var/log/mail.log"; \
|
|
||||||
echo "user.* -/var/log/user.log"; \
|
|
||||||
echo "*.emerg *"; \
|
|
||||||
) > $DESTDIR/etc/syslog.conf
|
|
||||||
chmod 644 $DESTDIR/etc/syslog.conf
|
|
||||||
|
|
||||||
# Install the rc.d scripts.
|
|
||||||
install -m755 ${FILESDIR}/* ${DESTDIR}/etc/rc.d
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue