[27] in netbsd-help mailing list archive
patch to i386-netbsd-athena-install.sh
daemon@ATHENA.MIT.EDU (mhpower@MIT.EDU)
Wed Jan 25 23:43:49 1995
From: mhpower@MIT.EDU
To: netbsd-help@MIT.EDU
Date: Wed, 25 Jan 1995 23:42:56 EST
Here are a few minor changes that might (or might not) be useful for
the i386-netbsd-athena-install.sh script. (An ftp password without an
'@' in it makes the ftp server compose an error message with the
username "joe" in it, which probably wastes at least 239 cpu cycles.)
Matt
*** i386-netbsd-athena-install.sh.old	Fri Jan 20 19:45:36 1995
--- i386-netbsd-athena-install.sh	Wed Jan 25 23:35:22 1995
***************
*** 36,38 ****
  ftp -n $distsite << EOT
! user anonymous netbsdinstaller
  cd installkits/i386_nbsd1
--- 36,38 ----
  ftp -n $distsite << EOT
! user anonymous netbsdinstaller@
  cd installkits/i386_nbsd1
***************
*** 254,256 ****
  	 	echo ""
! 	 	echo -n "Do you with to allow any user to log in remotely?"
  	 	read answer
--- 254,256 ----
  	 	echo ""
! 	 	echo -n "Do you wish to allow any user to log in remotely?"
  	 	read answer
***************
*** 305,307 ****
  echo "	* You have to get X working.  Read the XFree86 documentation in"
! echo "	  usr/X11R6/lib/X11/doc/README.Config to learn about this.  You"
  echo "	  will want to put your configuration file in /etc/XF86Config,"
--- 305,307 ----
  echo "	* You have to get X working.  Read the XFree86 documentation in"
! echo "	  /usr/X11R6/lib/X11/doc/README.Config to learn about this.  You"
  echo "	  will want to put your configuration file in /etc/XF86Config,"