| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Requested by: jhb
Approved by: re (jhb)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
permitting the administrator to select a securelevel top operate
at. Include a helpfile summarizing some of the information from
init(8). This allows for explicit configuration of securelevels,
which was previously implicit in Security Profile selection.
Currently, there are no checkboxes for the active securelevel,
because sysinstall's facilities for deriving "current settings"
from rc.conf may use only one variable, not two, and I opted for
the simplest approach at this point.
Approved by: re (scottl)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
selection is used to drive two configuration parameters:
(1) Default enable/disable for sshd
(2) Default enable/disable for securelevels
Replace this with an explicit choice to enable/disable sshd. A
follow-up commit will add a configuration option to the Security
post-install configuration menu to set the securelevel in rc.conf
explicitly. This should reduce the level of foot-shooting associated
with accidental enabling of securelevels, make the nature and
implications of the securelevel configuration options more explicit,
as well as make the choice to enable/disable sshd more explicit.
Approved by: re (scottl)
|
|
|
|
|
|
|
| |
- Adjust names of IPv6 FTP hosts a bit
- Sync list of FTP sites with reality
Approved by: rwatson (re@)
|
|
|
|
|
|
| |
PR: bin/59078
Submitted by: Panagiotis Astithas <past@noc.ntua.gr>
Approved by: re (rwatson)
|
|
|
|
| |
it to a suitable type for the initialization.
|
|
|
|
| |
Approved by: murray
|
|
|
|
| |
Approved by: jhb
|
| |
|
|
|
|
|
|
|
| |
archaic at this point in time. Pretend nobody runs FreeBSD 1.x anymore
in order to not confuse people needlessly.
Laplink support probably doesn't even work at this point in time anyway...
|
|
|
|
|
|
| |
installing XFree86 (version 3.3.6 and before).
Reviewed by: jhb
|
|
|
|
|
|
|
|
| |
This option adds Postfix and Exim to the list, however, qmail is not added
due to license restrictions.
Collaborated with: Simon L. Nielsen <simon@nitro.dk>
Reviewed by: jhb, re@, -audit.
|
|
|
|
|
| |
Approved by: re (murray)
Obtained from: obrien
|
|
|
|
|
| |
Reviewed by: jhb
Approved by: re (jhb)
|
|
|
|
|
| |
PR: bin/51571
MFC After: 1 week
|
|
|
|
|
| |
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Approved by: silence on -arch
|
|
|
|
|
| |
not 100% sure that I've done this in the right way. If folks want to
revisit this, please be my guest.
|
|
|
|
| |
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
|
|
|
|
| |
Submitted by: Andreas Kohn <andreas.kohn@gmx.net> (via -STABLE)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'base' dist rename.
- Rework struct dist to allow for different types of dists. There are
currently three types of dists: DT_TARBALL, the traditonal gzipped and
split tar file; DT_PACKAGE, a package; and DT_SUBDIST, a meta-dist in
the tree that has its own array of dists as its contents. For example,
the 'base' dist is a DT_TARBALL dist, the 'perl' dist is a DT_PACKAGE
dist, and the 'src' dist is a DT_SUBDIST dist with its own dist table
that contains 'sbase', 'ssys', etc.
- Add helper macros for defining array entries for the different types of
dists to try and make the statically defined dist table in dist.c more
readable.
- Split the logic to deal with a DT_TARBALL dist out of distExtract()
and into its own distExtractTarball() function. distExtract() now
calls other functions to extract each dist.
- Tweak the percentage complete calculation in distExtractTarball() to
do the multiply prior to the divide so it doesn't have to use floating
point.
- Axe the installPackage() function along with the special handling for
the perl and XFree86 dists in distExtractAll() since distExtract()
handles package dists directly now.
- Add back in subdists for the X packages based on the split up packages
that XFree86-4 uses that as closely map to the X dists we used with
X 3.3.x.
- Lots of things like distSetX() and the X dist masks are no longer
#ifndef X_AS_PKG since we use them in both cases now.
- Make the entire installFixupXFree() function #ifndef X_AS_PKG, we only
call it in that case anyways, and it's not suitable for the X_AS_PKG
case.
- Add in X dist menus for the X_AS_PKG case.
Approved by: re
|
|
|
|
|
| |
bonus, rpcbind will be enabled automatically if rpc.lockd, rpc.statd, amd,
NFS Server, or NIS is enabled.
|
|
|
|
|
| |
MFC after: 1 week
Reviewed by: ume
|
|
|
|
|
|
|
| |
the MAC Framework to be compiled into the kernel, and that's not
well-expressed in sysinstall.
Approved by: re (bmah)
|
|
|
|
|
|
| |
commit.
Approved by: re (this is what they actually reviewed)
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
MBR).
Approved by: re
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WITH_SYSCONS is defined.
- Only define mouse menus and mouse menu items if WITH_MICE is defined.
- Use WITH_SLICES instead of explicit lists of architectures to control
the layout of menus dependent on if slices are used on this arch or not.
- Only include the linux startup option if WITH_LINUX is defined.
- Only include the SVR4 startup option on i386. It doesn't work on sparc64,
and it is debatable that it even works on i386.
- Change the OSF1 startup option to execute configOSF1() instead of just
setting the variable so that /compat/osf1 gets created.
Tested on: i386, alpha, sparc64
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
| |
- Only include compat4x distribution if this is either i386 or alpha.
|
|
|
|
|
|
|
| |
for the X distributions if X_AS_PKG is defined.
Tested on: i386
Approved by: re
|
|
|
|
|
|
|
|
|
|
| |
the two GNOME 1-based alternatives.
While here, note that a majority of the items in this menu are not
sentences, and remove trailing dots to make the remainder consistent.
Reviewed by: marcus
Approved by: re (bmah)
|
|
|
|
|
| |
Reviewed by: -doc, -hubs
Approved by: silence on -doc, -hubs
|
|
|
|
|
|
|
| |
- Disabled 'Syscons, Font', 'Syscons, Screenmap' and 'Syscons, Ttys' menus
on pc98.
- Fixed the MenuMouseType and MenuMousePort menus for pc98.
- Fixed some comments for pc98.
|
| |
|
|
|
|
|
|
|
|
|
| |
something applies to. So change #ifndef to an explicit list of defines.
* Treate sparc64 and ia64 as 64-bit platforms, which means larger roots.
* sparc64 should halt back to the firmware, not reset.
* sparc64 doesn't need to play MS-DOS/BIOS partition crap games.
Reviewed by: jake
|
| |
|
| |
|
|
|
|
| |
"stable.freebsd.org" to be the same as 4-stable.
|
|
|
|
|
|
|
| |
Denmark servers.
o Add snapshots.jp.FreeBSD.org.
Approved by: brian
|
|
|
|
| |
Submitted by: gshapiro
|
|
|
|
| |
Reviewed by: bmah (description only)
|
|
|
|
|
|
|
| |
- ftp7 in Paris (ftp.club-internet.fr)
- ftp8 in Stransbourg (ftp.u-strasbg.fr)
MFC after: 1 day
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
4.X.
Suggested by: many
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
that have room for pccardd on mfsroot.flp).
|
|
|
|
|
|
|
|
|
| |
While I'm here, make the menu entries on the documentation menu begin
with "1" instead of "2".
Reviewed by: imp, rwatson, murray
Approved by: imp, rwatson, murray
MFC after: 1 week
|
|
|
|
|
|
|
| |
really for impatient and EXPERT people who know sysinstall
backwards and forwards.
MFC after: 1 week
|
|
|
|
| |
Noticed by: "Peter Holm" <p_holm@mail.tele.dk>
|