Add Confd
All checks were successful
Source release / source-package (push) Successful in 1m7s

This commit is contained in:
Mario Fetka
2026-05-06 11:12:54 +02:00
parent f63ca4b7c6
commit 8fb345eb86
2 changed files with 18 additions and 1 deletions

View File

@@ -290,17 +290,22 @@ ipxlibexec_SCRIPTS = \
network-stop.sh
confd__DATA = ipx
@ENABLE_SYSTEMD_TRUE@systemdsystemunit_DATA = ipx.service
@ENABLE_SYSTEMD_TRUE@systemdsystemunit_DATA = \
@ENABLE_SYSTEMD_TRUE@ ipx.service \
@ENABLE_SYSTEMD_TRUE@ ipxd.service
EXTRA_DIST = \
network-start.sh.in \
network-stop.sh.in \
ipx.service.in \
ipxd.service.in \
ipx.confd.in
CLEANFILES = \
network-start.sh \
network-stop.sh \
ipx.service \
ipxd.service \
ipx
all: all-am
@@ -585,6 +590,9 @@ network-stop.sh: network-stop.sh.in Makefile
ipx.service: ipx.service.in Makefile
$(AM_V_GEN)$(edit) $(srcdir)/ipx.service.in > $@
ipxd.service: ipxd.service.in Makefile
$(AM_V_GEN)$(edit) $(srcdir)/ipxd.service.in > $@
ipx: ipx.confd.in Makefile
$(AM_V_GEN)$(edit) $(srcdir)/ipx.confd.in > $@

View File

@@ -138,3 +138,12 @@ wlp0s20f3:802.2:3
# "
IPX_ROUTES="
"
# ipxd RIP/SAP routing daemon options.
#
# IPXD_LOGFILE controls where ipxd writes its log output.
# The ipxd default is /dev/null.
IPXD_LOGFILE="/var/log/ipxd.log"
# Additional ipxd options, for example "-p" for passive mode.
IPXD_OPTS=""