mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
15 lines
506 B
Plaintext
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'
|