OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Kenneth R Westerback (krwcvs.openbsd.org)
Date: Mon Mar 04 2002 - 07:54:28 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: krwcvs.openbsd.org 2002/03/04 06:54:28

    Modified files:
            distrib/miniroot: install.sub

    Log message:
    Change the default install sets to include everything but the X sets.
    This should cut down on the inquires on misc/tech about missing
    compilers, etc. In the days of 180GB disks we should not run out of
    space too often.

    Clean up some logic, removing references to -reuse and -minpat
    arguments in install_url(), as install_url() is only called with -http
    or -ftp.

    Simplify selector setup by noting that $_sets is carefully initialized
    to hold only file names ending in .tgz or .tar.gz.

    ok millert