summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/named2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/named b/etc/rc.d/named
index 853acf7..11cf225 100755
--- a/etc/rc.d/named
+++ b/etc/rc.d/named
@@ -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
OpenPOWER on IntegriCloud