xinetd: use syslog daemon facility for the runit service.

This commit is contained in:
Juan RP 2014-12-27 16:17:58 +01:00
parent 1400c0676a
commit f00f536b95
2 changed files with 2 additions and 3 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec xinetd -dontfork
exec xinetd -dontfork -syslog daemon

View file

@ -1,7 +1,7 @@
# Template file for 'xinetd'
pkgname=xinetd
version=2.3.15
revision=2
revision=3
build_style=gnu-configure
configure_args="--without-libwrap"
short_desc="A secure replacement for inetd"
@ -12,7 +12,6 @@ distfiles="http://ponce.cc/slackware/sources/repo/xinetd-${version}.tar.gz"
checksum=bf4e060411c75605e4dcbdf2ac57c6bd9e1904470a2f91e01ba31b50a80a5be3
conf_files="/etc/xinetd.conf /etc/xinetd.d/servers /etc/xinetd.d/services"
replaces="runit-void<20141013_2"
do_install() {
make prefix=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man install