diff options
author | ad <ad@pkgsrc.org> | 2001-03-21 14:23:13 +0000 |
---|---|---|
committer | ad <ad@pkgsrc.org> | 2001-03-21 14:23:13 +0000 |
commit | ae29713a374e97a3a52b4ef6996ec6b781041403 (patch) | |
tree | b64b0c3e2d09700b60e8372eed190521537cedf0 /sysutils | |
parent | 0611c740ad163c9f005d14c44a1d8460cac80ca6 (diff) | |
download | pkgsrc-ae29713a374e97a3a52b4ef6996ec6b781041403.tar.gz |
Initial import of i2ocfg, an I2O configuration dialog gateway.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/i2ocfg/Makefile | 14 | ||||
-rw-r--r-- | sysutils/i2ocfg/files/md5 | 3 | ||||
-rw-r--r-- | sysutils/i2ocfg/pkg/DESCR | 3 | ||||
-rw-r--r-- | sysutils/i2ocfg/pkg/MESSAGE | 16 | ||||
-rw-r--r-- | sysutils/i2ocfg/pkg/PLIST | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/sysutils/i2ocfg/Makefile b/sysutils/i2ocfg/Makefile new file mode 100644 index 00000000000..44d6fd39fd2 --- /dev/null +++ b/sysutils/i2ocfg/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/21 14:23:13 ad Exp $ + +DISTNAME= i2ocfg-1.0 +CATEGORIES= sysutils +MASTER_SITES= http://www.netbsd.org/~ad/i2ocfg/ + +MAINTAINER= ad@netbsd.org +COMMENT= I2O configuration dialog gateway + +ONLY_FOR_PLATFORM= NetBSD-*-* + +MANCOMPRESSED_IF_MANZ= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/i2ocfg/files/md5 b/sysutils/i2ocfg/files/md5 new file mode 100644 index 00000000000..a3a8ed6d7fc --- /dev/null +++ b/sysutils/i2ocfg/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/21 14:23:13 ad Exp $ + +SHA1 (i2ocfg-1.0.tar.gz) = 2254f4af9a1b11edbf13e0e393ec3d18172b032a diff --git a/sysutils/i2ocfg/pkg/DESCR b/sysutils/i2ocfg/pkg/DESCR new file mode 100644 index 00000000000..0df9d522cdb --- /dev/null +++ b/sysutils/i2ocfg/pkg/DESCR @@ -0,0 +1,3 @@ +i2ocfg is an I2O configuraion dialog gateway for NetBSD. This means that it +lets you access the built-in HTML configuration utility found on some I2O +adapters, provided that you've got a web server and a browser. diff --git a/sysutils/i2ocfg/pkg/MESSAGE b/sysutils/i2ocfg/pkg/MESSAGE new file mode 100644 index 00000000000..546cbf44718 --- /dev/null +++ b/sysutils/i2ocfg/pkg/MESSAGE @@ -0,0 +1,16 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2001/03/21 14:23:13 ad Exp $ + +To use this package: + +1. Create a group named `i2octl'. +2. chgrp i2octl /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 +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. +9. Start the HTTP server. + +=========================================================================== diff --git a/sysutils/i2ocfg/pkg/PLIST b/sysutils/i2ocfg/pkg/PLIST new file mode 100644 index 00000000000..4c1d008bd44 --- /dev/null +++ b/sysutils/i2ocfg/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/21 14:23:13 ad Exp $ +libexec/cgi-bin/i2ocfg +man/cat8/i2ocfg.0 +man/man8/i2ocfg.8 +@dirrm libexec/cgi-bin |