Subject: Adding "fake" adduser ?
To: None <tech-userlevel@netbsd.org>
From: Heiko W.Rupp <hwr@pilhuhn.de>
List: tech-userlevel
Date: 10/12/1998 18:02:55
Hi,

just an idea: many ppl complain that we don't have an adduser script and
that they are also not able to read the FAQ (is this supplied? I don't think
so) for some reason or other.

What about adding a little adduser to our tree like

#!/bin/sh
echo "This is a fake. If you want adduser, install the following:"
echo "ftp://ftp.netbsd.org/bla/bla/bla/addnerd"
exit 1

The install of addnerd would remove this little script and the removal
of addnerd would reinstall it afterwards.

What'ya think?

 Heiko