OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Kenneth R Westerback (krwcvs.openbsd.org)
Date: Sun May 11 2003 - 17:07:42 CDT


CVSROOT: /cvs
Module name: src
Changes by: krwcvs.openbsd.org 2003/05/11 16:07:42

Modified files:
        distrib/miniroot: install.sub

Log message:
More cleanup and fixes in url installs.

1) Rework _url_base to eliminate need for _url_pass and _url_login
variables.

2) Shorten and make more consistant with other messages the prompt for
the list of ftp/http servers.

3) Don't refer to _ftp_server_dir, use ${_url_type}_server_dir so that
a default prompt is available for both ftp and http installs.

4) Eliminate a couple of unneeded {}'s.