diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-26 07:30:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-26 07:30:44 +0000 |
commit | 6e896e42e0b57db32d2b3cfe92a60d114e0d1627 (patch) | |
tree | ce964d0907326e2bc74bee9012da993ab49a30bf /www/apc-gui/MESSAGE | |
parent | 62f34ce4e80b59595e6d325b65b09adff05f63a3 (diff) | |
download | pkgsrc-6e896e42e0b57db32d2b3cfe92a60d114e0d1627.tar.gz |
Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.
Diffstat (limited to 'www/apc-gui/MESSAGE')
-rw-r--r-- | www/apc-gui/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apc-gui/MESSAGE b/www/apc-gui/MESSAGE index d2733922c2f..a438e71c0ab 100644 --- a/www/apc-gui/MESSAGE +++ b/www/apc-gui/MESSAGE @@ -1,5 +1,5 @@ ========================================================================== -$NetBSD: MESSAGE,v 1.1 2001/11/01 02:16:15 zuntum Exp $ +$NetBSD: MESSAGE,v 1.2 2001/11/26 07:34:07 jlam Exp $ You will need to make APC GUI accessible through your HTTP server. If you are running Apache and ap-php, then you may either symlink @@ -8,7 +8,7 @@ If you are running Apache and ap-php, then you may either symlink into DocumentRoot, or add the following line to httpd.conf: - Include ${APACHE_SYSCONFDIR}/apc_gui.conf + Include ${PKG_SYSCONFDIR}/apc_gui.conf to make the APC web interface accessible through: |