slackware-current/source/n/bind/default.named
Patrick J Volkerding 33d703602d Sat Sep 25 01:05:55 UTC 2021
a/coreutils-9.0-x86_64-1.txz:  Upgraded.
  Thanks to GazL for pointing out where I needed to be looking in the code to
  stick with the traditional (for us, anyway) ls quoting style.
n/ca-certificates-20210924-noarch-1.txz:  Upgraded.
  Removed DST_Root_CA_X3.crt.
n/cifs-utils-6.14-x86_64-1.txz:  Upgraded.
2021-09-25 08:59:58 +02:00

12 lines
478 B
Text

# User to run named as:
NAMED_USER=named
# Group to use for chowning 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"