summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-06-28 16:00:29 +0000
committerStuart Herbert <stuart@gentoo.org>2004-06-28 16:00:29 +0000
commit3d7de38a2be21a82316eef79273ae42406b9122c (patch)
treed02d248e775990648dea043dbe3585c2350ceada /eclass
parent~amd64 (Manifest recommit) (diff)
downloadgentoo-2-3d7de38a2be21a82316eef79273ae42406b9122c.tar.gz
gentoo-2-3d7de38a2be21a82316eef79273ae42406b9122c.tar.bz2
gentoo-2-3d7de38a2be21a82316eef79273ae42406b9122c.zip
Fixes for server configfile support
Diffstat (limited to 'eclass')
-rw-r--r--eclass/webapp.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass
index dde1ea988195..a2497b53ed8a 100644
--- a/eclass/webapp.eclass
+++ b/eclass/webapp.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.25 2004/06/27 00:30:56 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.26 2004/06/28 16:00:29 stuart Exp $
#
# eclass/webapp.eclass
# Eclass for installing applications to run under a web server
@@ -221,7 +221,7 @@ function webapp_serverowned ()
# config file's name
# ------------------------------------------------------------------------
-function webapp_server_config ()
+function webapp_server_configfile ()
{
webapp_checkfileexists "$2"
@@ -431,6 +431,7 @@ function webapp_src_preinst ()
dodir "${MY_ERRORSDIR}"
dodir "${MY_SQLSCRIPTSDIR}"
dodir "${MY_HOOKSCRIPTSDIR}"
+ dodir "${MY_SERVERCONFIGDIR}"
}
function webapp_pkg_postinst ()