ソースを参照

Altered bind's startup priority to ensure bind as started before apache for example. Otherwise if the local bind is the one and only nameserver stated in /etc/resolv.conf apache isn't able to resolve it's virtual servers.

Christoph Schug 24 年 前
コミット
a9f8716c48
2 ファイル変更2 行追加2 行削除
  1. 1 1
      bind/rc.bind
  2. 1 1
      bind8/rc.bind

+ 1 - 1
bind/rc.bind

@@ -9,7 +9,7 @@
     bind_log_minsize="512K"
     bind_log_complevel="9"
 
-%start -p 200 -u root
+%start -p 100 -u root
     if opServiceEnabled bind; then
         @l_prefix@/sbin/named
     fi

+ 1 - 1
bind8/rc.bind

@@ -9,7 +9,7 @@
     bind_log_minsize="512K"
     bind_log_complevel="9"
 
-%start -p 200 -u root
+%start -p 100 -u root
     if opServiceEnabled bind; then
         @l_prefix@/sbin/ndc start
     fi