diff options
| -rwxr-xr-x | bin/bind.import | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bin/bind.import b/bin/bind.import index 57eca2b63..8f6ca3011 100755 --- a/bin/bind.import +++ b/bin/bind.import @@ -1,6 +1,6 @@  #!/usr/bin/perl -w  # -# $Id: bind.import,v 1.3 2002-07-15 01:44:23 ivan Exp $ +# $Id: bind.import,v 1.3.4.1 2004-02-12 10:44:13 ivan Exp $  #need to manually put header in /usr/local/etc/freeside/export.<datasrc./bind/<machine>/named.conf.HEADER @@ -79,7 +79,7 @@ print "\nBIND import completed.\n";  ##  sub usage { -  die "Usage:\n\n  svc_domain.import user\n"; +  die "Usage:\n\n  bind.import user\n";  }  ######## | 
