diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2008-12-08 13:49:45 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2008-12-08 13:49:45 +0000 |
commit | a8dbd66da375808989da6b379f547361b516957d (patch) | |
tree | eb3d39acb532b2c35f3c6c9281f80396175b0e38 /comms/op_panel | |
parent | 8d389bc38dad38f0240e7f065c1de471e5ec0471 (diff) | |
download | pkgsrc-a8dbd66da375808989da6b379f547361b516957d.tar.gz |
mention that this package does not work with httpd
Diffstat (limited to 'comms/op_panel')
-rw-r--r-- | comms/op_panel/MESSAGE | 4 | ||||
-rw-r--r-- | comms/op_panel/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/comms/op_panel/MESSAGE b/comms/op_panel/MESSAGE index 7c44f9aab75..43fbdd50852 100644 --- a/comms/op_panel/MESSAGE +++ b/comms/op_panel/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2008/12/08 04:53:28 jnemeth Exp $ +$NetBSD: MESSAGE,v 1.2 2008/12/08 13:49:45 jnemeth Exp $ You will need to make Flash Operator Panel accessible through your HTTP server. If you are running Apache, then you may either symlink @@ -10,6 +10,8 @@ into DocumentRoot, or add the following line to httpd.conf: Include ${PKG_SYSCONFDIR}/${FOP}.conf +Note that Flash Operator Panel won't work with NetBSD 5.0's httpd. + Please see the instructions at http://www.asternic.org/documentation.html for instructions on how to setup the Flash Operator Panel. diff --git a/comms/op_panel/Makefile b/comms/op_panel/Makefile index a39934aa3e6..6cc89c8ae38 100644 --- a/comms/op_panel/Makefile +++ b/comms/op_panel/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/08 04:53:28 jnemeth Exp $ +# $NetBSD: Makefile,v 1.2 2008/12/08 13:49:45 jnemeth Exp $ # DISTNAME= op_panel-0.29 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.asternic.org/files/ |