diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2009-02-10 00:20:44 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2009-02-10 00:20:44 +0000 |
commit | 4b89fd67b540933c587ec3909c388929f6676316 (patch) | |
tree | 7220973109cce7256027938059998f96ae7cf3f8 /comms | |
parent | de7d5abdaaacbd03b2892b436c9c80f0c0b1e7ef (diff) | |
download | pkgsrc-4b89fd67b540933c587ec3909c388929f6676316.tar.gz |
this should work with the latest pullup to netbsd-5's httpd
Diffstat (limited to 'comms')
-rw-r--r-- | comms/op_panel/MESSAGE | 4 | ||||
-rw-r--r-- | comms/op_panel/Makefile | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/comms/op_panel/MESSAGE b/comms/op_panel/MESSAGE index 43fbdd50852..17cea1bf3a4 100644 --- a/comms/op_panel/MESSAGE +++ b/comms/op_panel/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2008/12/08 13:49:45 jnemeth Exp $ +$NetBSD: MESSAGE,v 1.3 2009/02/10 00:20:44 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,8 +10,6 @@ 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 05dad8bb6fd..9dd949b15e4 100644 --- a/comms/op_panel/Makefile +++ b/comms/op_panel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2009/01/05 07:47:41 jnemeth Exp $ +# $NetBSD: Makefile,v 1.4 2009/02/10 00:20:44 jnemeth Exp $ # DISTNAME= op_panel-0.29 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= comms MASTER_SITES= http://www.asternic.org/files/ |