diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-05-24 18:53:32 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-05-24 18:53:32 +0000 |
commit | c38b058809a6f109f4e9f3be41adf840429db028 (patch) | |
tree | 7906db633d0ceb5858395e00b070ea26be100082 /dev-lisp/cl-ucw | |
parent | Keywording ~sparc (diff) | |
download | gentoo-2-c38b058809a6f109f4e9f3be41adf840429db028.tar.gz gentoo-2-c38b058809a6f109f4e9f3be41adf840429db028.tar.bz2 gentoo-2-c38b058809a6f109f4e9f3be41adf840429db028.zip |
.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lisp/cl-ucw')
-rw-r--r-- | dev-lisp/cl-ucw/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-ucw/Manifest | 8 | ||||
-rw-r--r-- | dev-lisp/cl-ucw/cl-ucw-0.3.9.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/cl-ucw/files/0.3.9-gentoo.patch | 2 | ||||
-rw-r--r-- | dev-lisp/cl-ucw/files/README.Gentoo | 4 |
5 files changed, 14 insertions, 10 deletions
diff --git a/dev-lisp/cl-ucw/ChangeLog b/dev-lisp/cl-ucw/ChangeLog index d9d1a0fe493e..c52c65c04f96 100644 --- a/dev-lisp/cl-ucw/ChangeLog +++ b/dev-lisp/cl-ucw/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for dev-lisp/cl-ucw # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ucw/ChangeLog,v 1.2 2005/05/24 18:48:36 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ucw/ChangeLog,v 1.3 2005/05/24 18:53:32 mkennedy Exp $ 24 May 2005; <mkennedy@gentoo.org> cl-ucw-0.3.9.ebuild: Keywording ~sparc + 21 May 2005; Matthew Kennedy <mkennedy@gentoo.org> + files/0.3.9-gentoo.patch, files/README.Gentoo, cl-ucw-0.3.9.ebuild: + Corrected typo in logging path. + *cl-ucw-0.3.9 (18 May 2005) 18 May 2005; Matthew Kennedy <mkennedy@gentoo.org> diff --git a/dev-lisp/cl-ucw/Manifest b/dev-lisp/cl-ucw/Manifest index ed34ce056ce7..80f72af304e7 100644 --- a/dev-lisp/cl-ucw/Manifest +++ b/dev-lisp/cl-ucw/Manifest @@ -1,6 +1,6 @@ -MD5 1932d113badcda422b811e79b827545c ChangeLog 827 -MD5 53598694c48cffd6117dc0802c58493c cl-ucw-0.3.9.ebuild 1731 MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 -MD5 b360ffcb2884a4493d878357bef9da9a files/0.3.9-gentoo.patch 873 -MD5 436d39dbd5e4cf973da1e18ba9503357 files/README.Gentoo 1863 +MD5 d9ef9cf2ff4f7bebf0ffdaa12b71e8f8 ChangeLog 985 +MD5 37e92b94123c1aceadbafd2424fb1f10 cl-ucw-0.3.9.ebuild 1730 MD5 9292ebcab6412018da010e6ffbc1e6a6 files/digest-cl-ucw-0.3.9 62 +MD5 df14a3f3d08e815717f9d5bd5e0d274f files/0.3.9-gentoo.patch 872 +MD5 77e9e5673940ff829cc3da519b9d5d11 files/README.Gentoo 1861 diff --git a/dev-lisp/cl-ucw/cl-ucw-0.3.9.ebuild b/dev-lisp/cl-ucw/cl-ucw-0.3.9.ebuild index 44bf4632afb0..ff3c13083567 100644 --- a/dev-lisp/cl-ucw/cl-ucw-0.3.9.ebuild +++ b/dev-lisp/cl-ucw/cl-ucw-0.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ucw/cl-ucw-0.3.9.ebuild,v 1.2 2005/05/24 18:48:36 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ucw/cl-ucw-0.3.9.ebuild,v 1.3 2005/05/24 18:53:32 mkennedy Exp $ inherit common-lisp eutils @@ -54,7 +54,7 @@ src_install() { insinto /var/lib/ucw doins -r wwwroot dodoc ${FILESDIR}/README.Gentoo - keepdir /var/logs/ucw + keepdir /var/log/ucw } pkg_postinst() { diff --git a/dev-lisp/cl-ucw/files/0.3.9-gentoo.patch b/dev-lisp/cl-ucw/files/0.3.9-gentoo.patch index 93681ad23fb5..9f80af5e148b 100644 --- a/dev-lisp/cl-ucw/files/0.3.9-gentoo.patch +++ b/dev-lisp/cl-ucw/files/0.3.9-gentoo.patch @@ -18,7 +18,7 @@ diff -ur ucw_0.3.9.orig/bin/start.lisp ucw_0.3.9/bin/start.lisp - (list :up "logs")) - :defaults *load-truename*) - +info+) -+(setup-loggers #p"/var/logs/ucw/" +info+) ++(setup-loggers #p"/var/log/ucw/" +info+) ;;;; ** Site Specific initialization/configuration diff --git a/dev-lisp/cl-ucw/files/README.Gentoo b/dev-lisp/cl-ucw/files/README.Gentoo index 54dfd7c799da..0046a180a76e 100644 --- a/dev-lisp/cl-ucw/files/README.Gentoo +++ b/dev-lisp/cl-ucw/files/README.Gentoo @@ -17,14 +17,14 @@ be located in the same directory. Gentoo installs a default TAL root in /var/lib/ucw/wwwroot/ -Gentoo installs a default logger path at /var/logs/ucw/ +Gentoo installs a default logger path at /var/log/ucw/ The start.lisp included in the Gentoo distribution of UCW makes use of the above paths by default (see the sections 3. TAL root and section 4. Setup loggers in start.lisp). If you wish to change the details of a web-server backend, you'll need to change utils.lisp. -You will need to adjust the permissions of /var/logs/ucw/ to suit whatever +You will need to adjust the permissions of /var/log/ucw/ to suit whatever system user ID you intend to run UCW under. Alternatively you could set the path passed to SETUP-LOGGERS to your own choice in logging directory. |