Date: Thu, 6 Aug 1998 14:25:38 -0700 (PDT)
From: Doug White <dwhite@resnet.uoregon.edu>
To: Antonio Nati <A.Nati@cisco.it>
Cc: freebsd-questions@FreeBSD.ORG
Subject: Re: system ("makemap") error...
Message-ID: <Pine.BSF.4.00.9808061424410.28098-100000@resnet.uoregon.edu>
In-Reply-To: <35C98180.41C67EA6@cisco.it>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 6 Aug 1998, Antonio Nati wrote:
> I'm trying to run the following command within a C program executed as
> CGI.
>
> The program is su'ed to root.
>
> The line
> system ("/usr/sbin/makemap hash /etc/virtusertable <
> /etc/virtusertable")
> returns error 18688 (no /etc/virtusertable.db created),
> while
That looks wierd. You're modifying the file you're piping in. Shouldn't
that be
makemap hash /etc/virtusertable.db < /etc/virtusertable
or something like that??
Doug White | University of Oregon
Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite | Computer Science Major
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.00.9808061424410.28098-100000>
