From 2e201c780e72b49fa6d16f27fa559972503acac4 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 31 May 2016 11:52:47 +0200 Subject: Sync --- README | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) (limited to 'README') diff --git a/README b/README index ddeb41c..dd05ee4 100644 --- a/README +++ b/README @@ -35,7 +35,7 @@ ********************************************************************** STEP 1) find enough disk space. - You need roughly 2GB. + You need roughly 6GB. Mount it on /open, make sure it doesn't have nosuid and nodev flags. If you are not able to mount it as /open, substitute it's location throughout the rest of this description. @@ -70,6 +70,7 @@ Match User anoncvs AllowTcpForwarding no AllowAgentForwarding no X11Forwarding no + PermitTTY no ********************************************************************** STEP 4) Build the anoncvs user's home directory chroot jail. This @@ -86,13 +87,6 @@ jail for anoncvs in /open/anoncvs. cd /open/anoncvs touch .hushlogin touch .profile - -Put a message like the following in .plan: - To use anonymous CVS install the latest version of CVS on your local - machine. - Then set your CVSROOT environment variable to the following value: - anoncvs@anoncvs.openbsd.org:/cvs - mkdir bin dev tmp usr var etc cp /bin/{cat,pwd,rm,sh} bin/ @@ -131,12 +125,8 @@ If using shared libraries, use ldd to find out which shared libs you need: /usr/bin/cvs: Start End Type Open Ref GrpRef Name 1c000000 3c01f000 exe 1 0 0 /usr/bin/cvs - 0f802000 2f80a000 rlib 0 1 0 /usr/lib/libz.so.4.1 - 020f3000 220f8000 rlib 0 1 0 /usr/lib/libgssapi.so.5.0 - 0530c000 2531c000 rlib 0 1 0 /usr/lib/libkrb5.so.17.0 - 03801000 23841000 rlib 0 1 0 /usr/lib/libcrypto.so.18.0 - 0a8fb000 2a900000 rlib 0 1 0 /usr/lib/libdes.so.9.0 - 094d2000 2950b000 rlib 0 1 0 /usr/lib/libc.so.51.0 + 0f802000 2f80a000 rlib 0 1 0 /usr/lib/libz.so.5.0 + 094d2000 2950b000 rlib 0 1 0 /usr/lib/libc.so.84.2 094ca000 094ca000 rtld 0 1 0 /usr/libexec/ld.so and then copy the required libraries to usr/lib/ @@ -308,12 +298,8 @@ usr/lib: total 42344 drwxr-xr-x 2 root wheel 512 Jun 3 01:56 ./ drwxr-xr-x 5 root wheel 512 Jun 3 01:54 ../ --r--r--r-- 1 root wheel 4605409 Jun 3 01:56 libc.so.50.1 --r--r--r-- 1 root wheel 9659802 Jun 3 01:56 libcrypto.so.18.0 --r--r--r-- 1 root wheel 190814 Jun 3 01:56 libdes.so.9.0 --r--r--r-- 1 root wheel 1593303 Jun 3 01:55 libgssapi.so.5.0 --r--r--r-- 1 root wheel 5337583 Jun 3 01:56 libkrb5.so.16.0 --r--r--r-- 1 root wheel 182556 Jun 3 01:55 libz.so.4.1 +-r--r--r-- 1 root wheel 4605409 Jun 3 01:56 libc.so.84.2 +-r--r--r-- 1 root wheel 182556 Jun 3 01:55 libz.so.5.0 usr/libexec: total 120 -- cgit v1.2.3