diff options
Diffstat (limited to 'comms')
-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/ |