summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorad <ad>2001-03-22 15:43:15 +0000
committerad <ad>2001-03-22 15:43:15 +0000
commitebbb2a4d7f5d20705845c8062bfd1988e68008e7 (patch)
tree52f1529d442b6605ad3344b68c3b5f0fd0bd868b /sysutils
parent439f1fa0b280a010f4436101759d90dd0a67e6b0 (diff)
downloadpkgsrc-ebbb2a4d7f5d20705845c8062bfd1988e68008e7.tar.gz
s/ctl/cfg/
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.