1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-15 15:41:54 +01:00
slackware-current/source/n/bind/default.named
Patrick J Volkerding d387e58ecc Wed Nov 8 22:04:25 UTC 2023
a/kbd-2.6.3-x86_64-1.txz:  Upgraded.
  Thanks to Robby Workman.
a/kernel-firmware-20231107_2340796-noarch-1.txz:  Upgraded.
a/kernel-generic-6.1.62-x86_64-1.txz:  Upgraded.
a/kernel-huge-6.1.62-x86_64-1.txz:  Upgraded.
a/kernel-modules-6.1.62-x86_64-1.txz:  Upgraded.
ap/sudo-1.9.15p1-x86_64-1.txz:  Upgraded.
  This is a bugfix release:
  Fixed a bug introduced in sudo 1.9.15 that prevented LDAP-based sudoers
  from being able to read the ldap.conf file.
d/kernel-headers-6.1.62-x86-1.txz:  Upgraded.
k/kernel-source-6.1.62-noarch-1.txz:  Upgraded.
kde/plasma-wayland-protocols-1.11.0-x86_64-1.txz:  Upgraded.
l/liburing-2.5-x86_64-1.txz:  Upgraded.
xap/mozilla-thunderbird-115.4.2-x86_64-1.txz:  Upgraded.
  This is a bugfix release.
  For more information, see:
    https://www.mozilla.org/en-US/thunderbird/115.4.2/releasenotes/
xap/xlockmore-5.74-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2023-11-08 23:36:11 +01:00

24 lines
1 KiB
Text

# User to run named as:
NAMED_USER=named
# Group to use for named related files and directories.
# By default, named will also run as the primary group of $NAMED_USER,
# which will usually be the same as what's listed below, but not
# necessarily if something other than the default of "named" is used.
NAMED_GROUP=named
# Options to run named with. At least -u $NAMED_USER is required, but
# additional options may be added if needed.
NAMED_OPTIONS="-u $NAMED_USER"
# If this is set to YES, then before starting named the startup script
# will make sure that /etc/rndc.key (if it exists) and the enitre contents
# of /var/named are chowned to $NAMED_USER:$NAMED_GROUP. If some of these
# files are improperly owned, named will refuse to start or may not work
# properly. This is also a useful setting when upgrading from an older BIND
# package that would run as root.
#
# If NAMED_CHOWN is set to anything else (or is unset), then these files
# will not be chowned automatically and the admin will handle any required
# file ownerships.
NAMED_CHOWN=NO