mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
xinetd: use syslog daemon facility for the runit service.
This commit is contained in:
parent
1400c0676a
commit
f00f536b95
2 changed files with 2 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec xinetd -dontfork
|
exec xinetd -dontfork -syslog daemon
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xinetd'
|
# Template file for 'xinetd'
|
||||||
pkgname=xinetd
|
pkgname=xinetd
|
||||||
version=2.3.15
|
version=2.3.15
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-libwrap"
|
configure_args="--without-libwrap"
|
||||||
short_desc="A secure replacement for inetd"
|
short_desc="A secure replacement for inetd"
|
||||||
|
@ -12,7 +12,6 @@ distfiles="http://ponce.cc/slackware/sources/repo/xinetd-${version}.tar.gz"
|
||||||
checksum=bf4e060411c75605e4dcbdf2ac57c6bd9e1904470a2f91e01ba31b50a80a5be3
|
checksum=bf4e060411c75605e4dcbdf2ac57c6bd9e1904470a2f91e01ba31b50a80a5be3
|
||||||
|
|
||||||
conf_files="/etc/xinetd.conf /etc/xinetd.d/servers /etc/xinetd.d/services"
|
conf_files="/etc/xinetd.conf /etc/xinetd.d/servers /etc/xinetd.d/services"
|
||||||
replaces="runit-void<20141013_2"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make prefix=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man install
|
make prefix=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man install
|
||||||
|
|
Loading…
Add table
Reference in a new issue