David E. O'Brien
8c383bacf9
Compare pointers to NULL rather than make it look like they are ints.
2003-01-06 17:15:35 +00:00
John Baldwin
6478fb73c5
- Convert the installation of the X package to using installPackage()
...
rather than installX11package().
- Add a perl psuedo-dist that installs the perl package. The perl
distribution is selected by default when a User distribution set is
selected. It is not selected when a Minimal distribution set is
selected. The perl distribution may be toggled manually in the
custom menu just as other distributions.
Approved by: re
2002-12-03 19:42:30 +00:00
John Baldwin
23ce8bb61b
Enable the compat4x distribution on Alpha as well as i386.
...
Approved by: re
2002-11-27 19:16:39 +00:00
John Baldwin
6fe0921bc4
Expand X_AS_PKG so that we don't declare distribution bitmasks or menus
...
for the X distributions if X_AS_PKG is defined.
Tested on: i386
Approved by: re
2002-11-27 18:36:30 +00:00
John Baldwin
364bf7afb2
Mount devfs with nmount(2) instead of mount(2). This error was masked
...
because errors from mount(2) were explicitly ignored. I didn't fix that
bug.
2002-11-05 22:56:44 +00:00
Bruce A. Mah
4288a55ca2
MFS: Update sysinstall text for the number and size or ports in the ports
...
collection.
src/release/sysinstall/dist.c 1.175.2.29 -> 1.175.2.30
2002-10-25 14:52:27 +00:00
Murray Stokely
7a78ea3582
The ports collection now contains over 7000 applications and consumes
...
about 165MB of space when first installed.
Submitted by: rpratt
2002-05-27 19:31:02 +00:00
David E. O'Brien
ee1c407b54
Add the ability to use Bzip'ed packages.
...
Also add the ability to use Bzip'ed distributions -- but this is exclusive
of being able to use Gzip'ed distributions.
Sponsored by: FreeBSD Mall, Inc.
2002-04-30 22:40:06 +00:00
David E. O'Brien
01df2ec328
Change the name of the 'bin' distribution to 'base'.
...
This is done since it contains much more than /bin, and also gets in the
way when making a combined install+fixit CD.
OK'ed by: jkh
2002-04-23 22:16:41 +00:00
David E. O'Brien
4807422fe7
Switch to using XFree86 version 4. We do this thru installing the package,
...
so know we have proper PKG registration and dependency information.
This is a WIP for 5.0 DP #1 , so it is still rough around the edges and
does not GC the old XFree86 3.3.6 handling stuff that should be GC'ed.
Sponsored by: FreeBSD Mall, Inc.
2002-04-02 20:42:54 +00:00
Murray Stokely
5702226edc
Update number of ports available.
2002-03-11 13:48:13 +00:00
Murray Stokely
4e60cb73fe
Update the number of ports available.
2002-01-26 15:56:54 +00:00
John Hay
d02a48f2f7
Compilers are very picky about matching opeining and closing brackets.
2002-01-15 05:43:37 +00:00
Brian Feldman
16e9521b32
Unbreak installation for the CD-ROM and possiblhy other media types.
...
Obtained from: LOMAC project
Sponsored by: DARPA, NAI Labs
2002-01-14 19:42:11 +00:00
David E. O'Brien
927a3d0b09
An XFree86 install should not depend on any compat libs any longer.
...
(1) We don't need compat3x and compat4x as we build the bits on the proper
release now (vs. getting them from the XFree people).
(2) We handle the compat2x needs thru proper port dependancies now.
2001-12-10 02:42:42 +00:00
David E. O'Brien
c54847229c
We do have a compat4x dist for Alpha.
2001-12-10 02:40:41 +00:00
Murray Stokely
250f214507
Silence more warnings.
2001-09-22 23:17:37 +00:00
Murray Stokely
716c312b94
Increase disk space estimate for installing the ports collection from
...
70MB to 100MB.
Submitted by: rpratt
2001-09-14 08:51:17 +00:00
Murray Stokely
2ba3260838
4000 -> 5800 ports. We really need to add some smarts to the
...
ports/INDEX creation script to update #defines in header files and
entities in the doc/ tree.
2001-09-05 09:45:35 +00:00
Dima Dorfman
13704ca508
Introduce DEVICE_INIT, DEVICE_GET, and DEVICE_SHUTDOWN macros. As the
...
names suggest, they perform methods on Device's. In addition, they
check that the pointer passed to them is valid; if it isn't, they
pretend that the action failed. This fixes some crashes due to NULL
dereferences (e.g., PR 26509).
Approved by: jkh (some time ago)
2001-07-02 00:18:04 +00:00
Nik Clayton
38363ccec2
Various changes to the messages so that they are now appropriate for both
...
CD and DVD releases of FreeBSD.
2001-06-27 17:48:43 +00:00
Jordan K. Hubbard
e8f9fc5813
Clarify that we're talking about KBytes per second vs kBits per second.
...
Reminded by: bde
2001-04-09 16:49:50 +00:00
Jordan K. Hubbard
021bcbceea
According with RFC 2330 ("Framework for IP Performance Metrics", from
...
Paxson et al, Status: Informational, May 1998), we should use "bits per
second" and "k" as 1000 not 1024 for throughput measures.
Submitted by: Eduardo Souza Machado da Silva <esms@acm.org>
2001-04-08 20:42:52 +00:00
Jordan K. Hubbard
2feddabf1d
Include docs with "default X dist" so XF86Config won't complain about it.
2001-03-22 05:36:54 +00:00
Jordan K. Hubbard
8eea31b1d5
Don't install Kerberos stuff if user has selected minimal or "user"
...
modes.
2001-03-22 05:33:15 +00:00
Murray Stokely
7f78342d7c
Teach sysinstall about the `compat4x' distribution.
...
Approved by: jkh
2001-02-09 19:01:49 +00:00
Jordan K. Hubbard
d3ae70097d
Finish the job of conditionalizing the PC98 stuff.
2000-11-22 22:28:34 +00:00
Jun Kuriyama
c162a66b48
Minimal distribution now gets cropto binaries.
...
This can avoid waring about "no sshd" at booting after installation.
Approved by: jkh
2000-11-11 02:09:18 +00:00
Jordan K. Hubbard
5dbd2e5b4e
Update ports count to "over 4000"
2000-11-03 10:05:26 +00:00
Jordan K. Hubbard
d9be478b74
More explicitly set crypto bits.
...
Partially submitted by: Jeff Kletsky <jeff@spotlife.com>
2000-10-26 13:19:02 +00:00
Jordan K. Hubbard
b9d13dac47
One whack at the idea of having "security profiles" which select the
...
appropriate(?) defaults for "low", "medium" and "high" security
environments. Medium is basically what we currently have with a little
seat-belt tightening where it made sense. Low is the same as medium but
without the tightening. High is positively fascist with nothing turned
on by default and an automatic call to 911 if it can find a modem.
2000-09-22 19:12:41 +00:00
Jordan K. Hubbard
f295f79cb9
Enable crypto by default with "canned" distributions (it can still
...
be deselected or simply not chosen in a custom install).
2000-09-16 21:15:21 +00:00
Jordan K. Hubbard
c0953990e0
MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff.
2000-09-07 16:05:52 +00:00
David E. O'Brien
84879232cd
Don't offer the PC98 link kit or setup on non-i386 installs.
2000-07-31 20:52:28 +00:00
David E. O'Brien
4c2629aec8
Don't give the DEC Alpha user the chance to install the X servers that are
...
non-existant on non-i386 platforms.
2000-07-25 23:54:35 +00:00
Jordan K. Hubbard
cf07fd263a
Terminate, with extreme prejudice, the USAResident hack which
...
does bad things to /etc/make.conf in certain situations. Also
soften the "don't install crypto from the USA!" messages since,
except for RSA (which is still noted), that's not so true anymore.
2000-07-24 18:00:16 +00:00
John Baldwin
b31edf0c1b
- Clarify some of the text in sysinstall in regards to the cryto bits.
...
- Note that we are up to about 3600 ports now rather than about 3000 ports.
Submitted by: kris
2000-07-20 01:52:07 +00:00
Jordan K. Hubbard
82b13696f8
Sigh, when the DIST_LOCAL thing was added, it unfortunately wasn't added
...
completely. Take out another gratuitous warning which is omitted when
All is selected and local dist does not exist.
2000-03-18 08:40:39 +00:00
Jordan K. Hubbard
e03f42bcc6
Do the right thing with USA_RESIDENT
2000-03-10 20:34:22 +00:00
Jordan K. Hubbard
68a69aba61
Fix inexplicable crypto->des reversion.
2000-03-08 14:54:19 +00:00
Jordan K. Hubbard
88007fd897
Revise this for the brave new world of "crypto"
...
Submitted by: markm
Approved by: me!
2000-02-29 09:09:36 +00:00
Jordan K. Hubbard
da8a39382b
If user says they're in the USA, record that fact in /etc/make.conf
2000-02-19 23:22:22 +00:00
Jordan K. Hubbard
77854e2013
add missing newline to previous cosmetic fixes.
2000-02-18 03:02:32 +00:00
Daniel C. Sobral
2bfaac9755
If no distribution file is found, abort the installation. Previous
...
behavior silently ignored the problem. This affects installations
from a filesystem, and possible other types of media.
Approved by: jkh
2000-02-17 17:59:41 +00:00
Daniel C. Sobral
8f7cefb3be
If the installation media disappears in the process of installing
...
a distribution, recognize it and treat as fatal media error. This
happens in the case of a timeout on FTP installations where the
user chooses not to select another FTP site, and resulted in
segmentation fault.
Approved by: jkh
2000-02-17 17:57:40 +00:00
Jordan K. Hubbard
d294a07a7f
Various cosmetic fixes, stop saying "DES" when we really mean "crypto",
...
go for more sensible defaults in a couple of menus.
2000-02-17 06:15:11 +00:00
Jordan K. Hubbard
64d608cd93
Support the extraction of /usr/src/tools
...
Submitted by: "John W. DeBoskey" <jwd@unx.sas.com>
2000-02-09 05:28:50 +00:00
Jordan K. Hubbard
e47ca39431
Always set dist_attr to NULL.
...
Submitted by: "John W. DeBoskey" <jwd@unx.sas.com>
2000-02-08 04:07:00 +00:00
Jordan K. Hubbard
c798682445
o Fix http proxy code for various extentions and deal with FTP archive
...
format changes.
o Make anonymous ftp setup more analy retentive.
PR: 16070
Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
2000-01-25 05:56:49 +00:00
David E. O'Brien
2af3c5f687
* add SVR4 and OSF/1 enabling in the Start Up config menu
...
* deals with X11 install when all we have is the Port (such as on the Alpha)
Ok'ed by: JKH
2000-01-18 15:50:23 +00:00