diff options
author | ad <ad@pkgsrc.org> | 2001-03-22 15:43:15 +0000 |
---|---|---|
committer | ad <ad@pkgsrc.org> | 2001-03-22 15:43:15 +0000 |
commit | 5be4205a8e3a788626670df557340eda890b38f9 (patch) | |
tree | 52f1529d442b6605ad3344b68c3b5f0fd0bd868b /sysutils | |
parent | 2c4f522a9bcadcc0bb7bf7d68b73f91838358c06 (diff) | |
download | pkgsrc-5be4205a8e3a788626670df557340eda890b38f9.tar.gz |
s/ctl/cfg/
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/i2ocfg/pkg/MESSAGE | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/i2ocfg/pkg/MESSAGE b/sysutils/i2ocfg/pkg/MESSAGE index 546cbf44718..0fe5fce0fb4 100644 --- a/sysutils/i2ocfg/pkg/MESSAGE +++ b/sysutils/i2ocfg/pkg/MESSAGE @@ -1,13 +1,13 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2001/03/21 14:23:13 ad Exp $ +$NetBSD: MESSAGE,v 1.2 2001/03/22 15:43:15 ad Exp $ To use this package: -1. Create a group named `i2octl'. -2. chgrp i2octl /dev/iop? +1. Create a group named `i2ocfg'. +2. chgrp i2ocfg /dev/iop? 3. chmod g=rw /dev/iop? -4. chgrp i2octl ${PREFIX}/libexec/cgi-bin/i2octl -5. chmod g+s ${PREFIX}/libexec/cgi-bin/i2octl +4. chgrp i2ocfg ${PREFIX}/libexec/cgi-bin/i2ocfg +5. chmod g+s ${PREFIX}/libexec/cgi-bin/i2ocfg 6. Ensure that a HTTP server is installed. If it's running, stop it. 7. Ensure that the HTTP server will execute SGID CGI programs. 8. Put HTTP access control in place. SSL would be a good idea. |