Marius Tomaschewski
b6b28d718d
release, providing DHCPv6 client/server/relay implementation. The programs act in DHCPv6 mode, when the -6 start option is set. We install separate init scripts with a 6 at the end to handle them, that is /etc/init.d/dhcpd6 and dhrelay6. Further, there is also a link to the binaries with a 6 at the end, e.g. dhclient6, making it visible, that the installed version supports DHCPv6. - Moved additional documentation to a separate dhcp-doc package. - Changed to provide config files and scripts as source files instead of patches to the ISC scripts. - Adopted spec file and config/scripts, merged in all patches. - Implemented RFC 3442 classless static routes support in the dhclient-script (bnc#555870). OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=15
27 lines
953 B
Plaintext
27 lines
953 B
Plaintext
## Type: string
|
|
## Default: "/var/lib/dhcp/dev/log"
|
|
## ServiceRestart: syslog
|
|
#
|
|
# The filename mentioned here will be added with the "-a ..." option as
|
|
# additional socket via SYSLOGD_PARAMS when syslogd is started or used
|
|
# to generate an include file for another syslog daemons.
|
|
#
|
|
# This additional socket is needed in case that syslogd is restarted.
|
|
# Otherwise a chrooted dhcpd won't be able to continue logging.
|
|
#
|
|
SYSLOGD_ADDITIONAL_SOCKET_DHCP="/var/lib/dhcp/dev/log"
|
|
|
|
## Type: string
|
|
## Default: "/var/lib/dhcp6/dev/log"
|
|
## ServiceRestart: syslog
|
|
#
|
|
# The filename mentioned here will be added with the "-a ..." option as
|
|
# additional socket via SYSLOGD_PARAMS when syslogd is started or used
|
|
# to generate an include file for another syslog daemons.
|
|
#
|
|
# This additional socket is needed in case that syslogd is restarted.
|
|
# Otherwise a chrooted dhcpd won't be able to continue logging.
|
|
#
|
|
SYSLOGD_ADDITIONAL_SOCKET_DHCP6="/var/lib/dhcp6/dev/log"
|
|
|