OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Jan-2005 22:37:13
Branch: HEAD Handle: 2005011221371200
Modified files:
openpkg-src/kwiki kwiki-apache.conf
Log:
add three standard prerequisites, too
Summary:
Revision Changes Path
1.5 +3 -0 openpkg-src/kwiki/kwiki-apache.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/kwiki/kwiki-apache.conf
============================================================================
$ cvs diff -u -r1.4 -r1.5 kwiki-apache.conf
--- openpkg-src/kwiki/kwiki-apache.conf 12 Jan 2005 21:06:08 -0000
1.4
+++ openpkg-src/kwiki/kwiki-apache.conf 12 Jan 2005 21:37:12 -0000
1.5
@@ -30,6 +30,9 @@
# support optional lib/ subdir similar to index.cgi
use lib "@l_prefix@/var/kwiki/lib";
# pre-load all Kiwki plugins
+ use CGI;
+ use Spoon;
+ use Spiffy;
use Kwiki;
use IO::File;
my $io = new IO::File "<@l_prefix@/var/kwiki/plugins" or die;
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]