t2sde/package/base/xinetd/xinetd.conf
2025-04-14 11:54:47 +00:00

15 lines
506 B
Plaintext

# --- T2-COPYRIGHT-BEGIN ---
# t2/package/*/xinetd/xinetd.conf
# Copyright (C) 2007 - 2025 The T2 SDE Project
# SPDX-License-Identifier: GPL-2.0
# --- T2-COPYRIGHT-END ---
var_append confopt ' ' '--with-libwrap --with-loadavg'
# no DESTDIR
var_append confopt ' ' '--bindir=\${prefix}/bin --sbindir=\${prefix}/sbin \
--mandir=\${prefix}/share/man'
var_append makeinstopt ' ' 'prefix=$root/$prefix'
hook_add postmake 5 '[ -e $root/etc/xinetd.conf ] || cp xinetd/sample.conf $root/etc/xinetd.conf'