$OpenBSD: patch-source4_scripting_bin_samba_upgradedns,v 1.2 2016/04/12 17:42:09 jca Exp $

- net/isc-bind group name

--- source4/scripting/bin/samba_upgradedns.orig	Tue Jul 21 11:47:49 2015
+++ source4/scripting/bin/samba_upgradedns	Sun Apr 10 19:39:03 2016
@@ -76,7 +76,7 @@ __docformat__ = 'restructuredText'
 def find_bind_gid():
     """Find system group id for bind9
     """
-    for name in ["bind", "named"]:
+    for name in ["_bind"]:
         try:
             return grp.getgrnam(name)[2]
         except KeyError:
