From 54f43a77ca857599dc8ebfdf52846a7ac2cc0768 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Tue, 18 Jun 2002 19:42:37 +0000 Subject: [PATCH] Fix a typo in the named startup options Submitted by: sheldonh@ --- etc/rc.d/named | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/named b/etc/rc.d/named index 853acf769ee..11cf2254daa 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