Sync CVSweb installation instructions with Perl reality on current

OpenBSD systems; from Moritz Grimm <mlist@scapa.dnsalias.net>.
This commit is contained in:
naddy 2006-07-12 19:26:11 +00:00
parent ca85a77c9d
commit 5623a86415
2 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.32 2006/02/04 17:01:35 naddy Exp $
# $OpenBSD: Makefile,v 1.33 2006/07/12 19:26:11 naddy 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}p2
PKGNAME= ${DISTNAME}p3
CATEGORIES= devel www
HOMEPAGE= http://www.freebsd.org/projects/cvsweb.html

View File

@ -1,4 +1,4 @@
# $OpenBSD: README.chroot,v 1.3 2005/05/24 00:05:56 naddy Exp $
# $OpenBSD: README.chroot,v 1.4 2006/07/12 19:26:11 naddy 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.8.6}
# mkdir -p {File,IPC,Time,warnings,`machine`-openbsd/5.8.8}
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.8.6
# cp -p /usr/libdata/perl5/`machine`-openbsd/5.8.6/{Config,Cwd}.pm .
$ cd /var/www/usr/libdata/perl5/`machine`-openbsd/5.8.8
# cp -p /usr/libdata/perl5/`machine`-openbsd/5.8.8/{Config,Cwd}.pm .
Editing cvsweb and cvsweb.conf
------------------------------