From owner-freebsd-current Fri May 8 05:24:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12961 for freebsd-current-outgoing; Fri, 8 May 1998 05:24:08 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.seidata.com (ns1.seidata.com [208.10.211.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12956 for ; Fri, 8 May 1998 05:24:06 -0700 (PDT) (envelope-from mike@ns1.seidata.com) Received: from localhost (mike@localhost) by ns1.seidata.com (8.8.8/8.8.5) with SMTP id IAA29717; Fri, 8 May 1998 08:23:55 -0400 (EDT) Date: Fri, 8 May 1998 08:23:55 -0400 (EDT) From: Mike To: Brandon Lockhart cc: current@FreeBSD.ORG Subject: Re: Problems with makemap (new) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 7 May 1998, Brandon Lockhart wrote: > Error with makemap when I try to create a "dbm" Curious... do you get the same errors when you: # makemap hash /etc/virtusertable < /etc/virtusertable # kill -1 If you edit usmasq/virtusertable/domaintable as much as I do, you'll benefit from a script such as: #!/bin/sh # hash domaintable, usmasq and virtusertable # returns errors if any of these files do not exist makemap hash /etc/domaintable < /etc/domaintable makemap hash /etc/usmasq < /etc/usmasq makemap hash /etc/virtusertable < /etc/virtusertable -mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message