summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/i2ocfg/pkg/MESSAGE10
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.