[Serusers] SER on FreeBSD Question
Andrei Pelinescu-Onciul
pelinescu-onciul at fokus.fraunhofer.de
Wed Apr 2 15:39:30 CEST 2003
On Apr 02, 2003 at 08:26, Steve Blair <blairs at isc.upenn.edu> wrote:
>
> Hello:
>
> I'm just getting started with my implementation of
> SER on FreeBSD 4.7-RELEASE. I've read the
> documentation, installed Apache and mySQL and
> would like to add users for my domain.
>
> I've tried adding an administrative user using serctl
> however this script fails for reason I cannot explain.
> Here is what I did:
>
>
> serctl add user1 password1 email1 at mydomain.com
> read: Illegal option -s
>
> read: Illegal option -s
Try changing the first line of the script form #!/bin/sh to #!/bin/bash
(the read in sh does not support the -s option).
BTW: this is fixed on CVS for the new version (but don't try the CVS
code until next week, we're commiting a lot of changes right now).
Andrei
More information about the sr-users
mailing list