From 512004f0a2a4a4a9b95312505202af8a7872873b Mon Sep 17 00:00:00 2001 From: Thijs Paelman Date: Sat, 6 Dec 2025 13:31:54 +0100 Subject: build: Copy empty config file on install A valid but empty config file is placed at install. This does not overwrite old config files. It is also not removed on uninstall. Signed-off-by: Thijs Paelman Signed-off-by: Dimitri Staessens --- irmd.conf.in | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'irmd.conf.in') diff --git a/irmd.conf.in b/irmd.conf.in index cdfd0309..da5a3288 100644 --- a/irmd.conf.in +++ b/irmd.conf.in @@ -1,21 +1,16 @@ ### Example Ouroboros configuration file # # This file contains a summary of current machine configuration options -# for the O7s prototype. The IRMd systemd service will by default -# attempt to load its configuration file during startup from the file -# @OUROBOROS_CONFIG_DIR@/@OUROBOROS_CONFIG_FILE@. -# If not found, it will error out. +# for the O7s prototype. # -# At the top level, it accepts configuration of -# services via the "name" directive, and configuration of the network -# specifying different IPCPs in the system. So, the list of accepted -# top level stanza is: +# The list of accepted top level stanza is: # # [name.] add a new name to the system. # [local.] add a new local IPCP to the system. # [eth-llc.] add a new IPCP over Ethernet (LLC) to the system. # [eth-dix.] add a new IPCP over Ethernet (DIX) to the system. -# [eth-udp.] add a new IPCP over UDP/IPv4 to the system. +# [udp4.] add a new IPCP over UDP/IPv4 to the system. +# [udp6.] add a new IPCP over UDP/IPv6 to the system. # [broadcast.] add a new broadcast IPCP to the system. # [unicast.] add a new unicast IPCP to the system. # -- cgit v1.2.3