[BACK]Return to anoncvs.shar CVS log [TXT][DIR] Up to [local] / www

Diff for /www/anoncvs.shar between version 1.9 and 1.10

version 1.9, 1997/10/13 21:28:47 version 1.10, 1998/12/22 22:55:19
Line 61 
Line 61 
 X  X
 X**********************************************************************  X**********************************************************************
 XSTEP 1) find enough disk space.  XSTEP 1) find enough disk space.
 X    you need roughly 500MB.  X    you need roughly 750MB.
 X    mount it on /open  X    mount it on /open
 X    if you are not able to mount it as /open, substitute it's location  X    if you are not able to mount it as /open, substitute it's location
 X    throughout the rest of this description  X    throughout the rest of this description
Line 166 
Line 166 
 XSTEP 5): Get sup permission.  XSTEP 5): Get sup permission.
 Xsend mail to sup@openbsd.org  Xsend mail to sup@openbsd.org
 X1) to have sup permissions granted on an appropriate machine for you  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  X2) to have an anoncvsN.COUNTRY.openbsd.org alias created
 X3) to have your site mentioned in the http://www.openbsd.org page.  X3) to have your site mentioned in the http://www.openbsd.org page.
 X  X
Line 182 
Line 183 
 Xreadable. michaels@openbsd.org knows how to fix this.  Xreadable. michaels@openbsd.org knows how to fix this.
 X  X
 XThe file /open/sup/ss contains a line that tells sup where to get the  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
 X    cvs host=anoncvs1.ca.openbsd.org hostbase=/usr/OpenBSD base=/open/anoncvs delete  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
 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.  XThe file /open/sup/cvs/refuse tells sup what files it should not get.
 XIt should contain the single line:  XIt should contain the single line:
 X  X
Line 255 
Line 253 
 X-r--r--r--  1 root     wheel    0 Nov 30  1995 .hushlogin  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  188 Nov 30  1995 .plan
 X-r--r--r--  1 root     wheel    0 Nov 29  1995 .profile  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/  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 30  1995 dev/
 Xdrwxr-xr-x  2 root     wheel  512 Nov 29  1995 etc/  Xdrwxr-xr-x  2 root     wheel  512 Nov 29  1995 etc/
Line 265 
Line 263 
 X[eap anoncvs 8 ]> ls -alFR bin usr tmp etc dev  X[eap anoncvs 8 ]> ls -alFR bin usr tmp etc dev
 Xbin:  Xbin:
 Xtotal 948  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 ../  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 cat*
 X--wx--x--x  1 deraadt  wheel   40960 Jun 18 09:45 pwd*  X--wx--x--x  1 deraadt  wheel   40960 Jun 18 09:45 pwd*
Line 383 
Line 381 
 Xfinding an OpenBSD machine to use. (and duplicating the example above)  Xfinding an OpenBSD machine to use. (and duplicating the example above)
 X  X
 X**SunOS 5)  X**SunOS 5)
 XBob Beck <beck@panopticon.ucs.ualberta.ca> has done this. E-mail for  XBob Beck <Bob.Beck@ualberta.ca> has done this. E-mail for
 Xhelp if you need it.  Xhelp if you need it.
 X  X
 X**OSF 1)  X**OSF 1)
Line 415 
Line 413 
 X   cvs fails to install if you don't have makeinfo ... just search for the  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   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   install and you'll be fine, or install 'texinfo', your choice.
   X
 END-of-README  END-of-README
 echo x - anoncvssh.c  echo x - anoncvssh.c
 sed 's/^X//' >anoncvssh.c << 'END-of-anoncvssh.c'  sed 's/^X//' >anoncvssh.c << 'END-of-anoncvssh.c'

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10