=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.shar,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- www/anoncvs.shar 1997/10/13 21:28:47 1.9 +++ www/anoncvs.shar 1998/12/22 22:55:19 1.10 @@ -61,7 +61,7 @@ X X********************************************************************** XSTEP 1) find enough disk space. -X you need roughly 500MB. +X you need roughly 750MB. X mount it on /open X if you are not able to mount it as /open, substitute it's location X throughout the rest of this description @@ -166,7 +166,8 @@ XSTEP 5): Get sup permission. Xsend mail to sup@openbsd.org X1) to have sup permissions granted on an appropriate machine for you -X to sup from. +X to sup from. We will need to know your host's real hostname and +X IP address. X2) to have an anoncvsN.COUNTRY.openbsd.org alias created X3) to have your site mentioned in the http://www.openbsd.org page. X @@ -182,13 +183,10 @@ Xreadable. michaels@openbsd.org knows how to fix this. X XThe file /open/sup/ss contains a line that tells sup where to get the -Xcvs tree from. it can contain *one* of: +Xcvs tree from. it will normally contain: X X cvs host=anoncvs1.ca.openbsd.org hostbase=/usr/OpenBSD base=/open/anoncvs delete -X cvs host=cvs.openbsd.org hostbase=/ base=/open/anoncvs delete X -X You should ask which one to use when obtaining sup permission. -X XThe file /open/sup/cvs/refuse tells sup what files it should not get. XIt should contain the single line: X @@ -255,7 +253,7 @@ X-r--r--r-- 1 root wheel 0 Nov 30 1995 .hushlogin X-r--r--r-- 1 root wheel 188 Nov 30 1995 .plan X-r--r--r-- 1 root wheel 0 Nov 29 1995 .profile -Xdrwxrwxrwx 2 deraadt wheel 512 Nov 29 1995 bin/ +Xdrwxrwxr-x 2 deraadt wheel 512 Nov 29 1995 bin/ Xdrwxrwxr-x 6 deraadt cvs 512 Jun 16 20:28 cvs/ Xdrwxr-xr-x 2 root wheel 512 Nov 30 1995 dev/ Xdrwxr-xr-x 2 root wheel 512 Nov 29 1995 etc/ @@ -265,7 +263,7 @@ X[eap anoncvs 8 ]> ls -alFR bin usr tmp etc dev Xbin: Xtotal 948 -Xdrwxrwxrwx 2 deraadt wheel 512 Nov 29 1995 ./ +Xdrwxrwxr-x 2 deraadt wheel 512 Nov 29 1995 ./ Xdrwxr-xr-x 9 root wheel 512 Jan 3 21:55 ../ X--wx--x--x 1 deraadt wheel 40960 Jun 18 09:45 cat* X--wx--x--x 1 deraadt wheel 40960 Jun 18 09:45 pwd* @@ -383,7 +381,7 @@ Xfinding an OpenBSD machine to use. (and duplicating the example above) X X**SunOS 5) -XBob Beck has done this. E-mail for +XBob Beck has done this. E-mail for Xhelp if you need it. X X**OSF 1) @@ -415,6 +413,7 @@ X cvs fails to install if you don't have makeinfo ... just search for the X string ' install-info$' with regex and remove it from the Makefile for the X install and you'll be fine, or install 'texinfo', your choice. +X END-of-README echo x - anoncvssh.c sed 's/^X//' >anoncvssh.c << 'END-of-anoncvssh.c'