Fix README.chroot after perl upgrade

remove naddy@ as maintainer per his request
ok naddy@
This commit is contained in:
giovanni 2009-10-29 08:19:06 +00:00
parent b9e94f85cc
commit 3d1eda003f
2 changed files with 6 additions and 8 deletions

View File

@ -1,15 +1,13 @@
# $OpenBSD: Makefile,v 1.36 2009/06/02 04:38:35 naddy Exp $
# $OpenBSD: Makefile,v 1.37 2009/10/29 08:19:06 giovanni Exp $
# $FreeBSD: ports/devel/cvsweb/Makefile,v 1.28 2000/09/23 20:48:45 knu Exp $
COMMENT= WWW CGI script to browse CVS repository trees
DISTNAME= cvsweb-2.0.6
PKGNAME= ${DISTNAME}p5
PKGNAME= ${DISTNAME}p6
CATEGORIES= devel www
HOMEPAGE= http://www.freebsd.org/projects/cvsweb.html
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: README.chroot,v 1.6 2009/06/02 04:38:35 naddy Exp $
# $OpenBSD: README.chroot,v 1.7 2009/10/29 08:19:07 giovanni Exp $
# Author: Jolan Luff <jolan@openbsd.org>
In order to make CVSweb operate in a chroot environment, it is
@ -15,7 +15,7 @@ $ cd /var/www/usr
# mkdir -p {bin,lib,libdata/perl5,libexec}
$ cd /var/www/usr/libdata/perl5
# mkdir -p {File,IPC,Time,warnings,`machine`-openbsd/5.10.0}
# mkdir -p {File,IPC,Time,warnings,`machine`-openbsd/5.10.1}
Now, the required binaries:
@ -45,8 +45,8 @@ $ cd /var/www/usr/libdata/perl5
# cp -p /usr/libdata/perl5/Time/Local.pm ./Time/
# cp -p /usr/libdata/perl5/warnings/register.pm ./warnings/
$ cd /var/www/usr/libdata/perl5/`machine`-openbsd/5.10.0
# cp -p /usr/libdata/perl5/`machine`-openbsd/5.10.0/{Config,Cwd}.pm .
$ cd /var/www/usr/libdata/perl5/`machine`-openbsd/5.10.1
# cp -p /usr/libdata/perl5/`machine`-openbsd/5.10.1/{Config,Cwd}.pm .
Editing cvsweb and cvsweb.conf
------------------------------