Fix a typo in the named startup options

Submitted by:	sheldonh@
This commit is contained in:
Gordon Tetlow 2002-06-18 19:42:37 +00:00
parent 515630b12f
commit 54f43a77ca

View file

@ -84,7 +84,7 @@ named_precmd()
! checkyesno named_rcng && return 0
# Is the user using a sandbox?
if [ -z "$named_chrootdir" ]; then
rc_flags="-u $nuser -g $ngroup rc_flags"
rc_flags="-u $nuser -g $ngroup $rc_flags"
return 0
fi