]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
pdnsutil: add reload notes for bindbackend
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 1 Jul 2021 10:15:25 +0000 (12:15 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 1 Jul 2021 12:15:40 +0000 (14:15 +0200)
pdns/pdnsutil.cc

index 9c60ce26cec78765010ad9e72786c4677da12db2..de5503f37d35f99c9575eff83e373f0d96adbb69 100644 (file)
@@ -2994,9 +2994,9 @@ try
       cerr<<"NSEC3 (opt-out) set, ";
 
     if(dk.isSecuredZone(zone))
-      cerr<<"please rectify your zone if your backend needs it"<<endl;
+      cerr<<"Done, please rectify your zone if your backend needs it (or reload it if you are using the bindbackend)"<<endl;
     else
-      cerr<<"please secure and rectify your zone."<<endl;
+      cerr<<"Done, please secure and rectify your zone (or reload it if you are using the bindbackend)"<<endl;
 
     return 0;
   }
@@ -3099,6 +3099,8 @@ try
       cerr << "Cannot unset NSEC3 param for " << cmds.at(1) << endl;
       return 1;
     }
+    cerr<<"Done, please rectify your zone if your backend needs it (or reload it if you are using the bindbackend)"<<endl;
+
     return 0;
   }
   else if (cmds.at(0) == "export-zone-key") {