chiark / gitweb /
copyright dates, contact details, and similar admin fixes
[chiark-utils.git] / scripts / named-conf
index 0a91daf7e18db286bec1a510cbccbbf26dda5c11..1f02e2152a6ede0361532f98a585c0ffa4ec4f91 100755 (executable)
@@ -4,7 +4,7 @@
 # chiark-named-conf and its manpage are free software; you can
 # redistribute it and/or modify them under the terms of the GNU
 # General Public License as published by the Free Software Foundation;
-# either version 2, or (at your option) any later version.
+# either version 3, or (at your option) any later version.
 # 
 # chiark-named-conf and its manpage are distributed in the hope that
 # it will be useful, but WITHOUT ANY WARRANTY; without even the
@@ -12,8 +12,8 @@
 # PURPOSE.  See the GNU General Public License for more details.
 # 
 # You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# with this program; if not, consult the Free Software Foundation's
+# website at www.fsf.org, or the GNU Project website at www.gnu.org.
 
 use strict;
 use IO::File;
@@ -87,7 +87,7 @@ $admin=''; $mail_state_dir=''; $mail_max_warnfreq= 50;
 $repeat= 0;
 $domail= '';
 $modifiers= '';
-$group2modcmd{'foreign'}= '*$!@?';
+$group2modcmd{'foreign'}= '$!*@?';
 $group2used{'foreign'}= 1;
 
 ($progress_fh= $stdout_fh= new_from_fd IO::Handle(1,'w') and