summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneded -lmytinfoache2000-09-161-2/+2
|
* Teach sysinstall about 'aac'.msmith2000-09-131-0/+1
|
* MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff.jkh2000-09-073-24/+0
|
* Add ftp.no.freebsd.org.sheldonh2000-09-061-0/+2
| | | | | PR: 21068 Submitted by: Martin Eggen <martin@copyleft.no>
* enable sshd by default. This only effects *new* installs, sojkh2000-09-041-0/+1
| | | | upgraders will not receive any unpleasant surprises.
* Remove a stray backspace character.jwd2000-08-271-1/+1
| | | | Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
* Correct the naming. The default server is ftp.fr and #1 is the same.roberto2000-08-221-3/+5
| | | | Add back ftp6.
* Reflect the name changes in fr.freebsd.org.roberto2000-08-221-2/+2
|
* Remove device type field - there are no block devices left.jkh2000-08-221-41/+32
|
* - Added support for installing boot0 and boot0.5 for PC-98.nyan2000-08-123-20/+120
| | | | - Cosmetic changes.
* - add ftp6.fr.freebsd.orgroberto2000-08-081-2/+4
| | | | | | - correct URL for ftp4 and ftp5. Submitted by: Benjamin Bayart <bayartb@guinness.domicile.fr> (for ftp6)
* Add all the missing US keymaps.obrien2000-07-311-0/+5
|
* Fix the HTTP transfer code to correctly parse the port number ifjkh2000-07-301-2/+4
| | | | | | specified. Submitted by: pho
* Change the defaults for portmap, sendmail and inetd to be not running them.eivind2000-07-281-0/+4
| | | | | | | | | | | | Make sysinstall override this on install, so the effective behavioural change for a newly installed system is null. Overall, this makes a system with an empty /etc/rc.conf not run any network services, and makes the FreeBSD-provided network services that are running visible in /etc/rc.conf (instead of making people look through /etc/defaults/rc.conf to find the things they need to disable to secure the system.) Reviewed by: jhb Discussed with: The usual cabal
* Fix an annoying bogon in the form of a missing tab when generating CD-ROMjhb2000-07-271-1/+1
| | | | | | mount points in /etc/fstab. Requested by: obrien
* Bump an upper limit test so the xterm termcap selection actually works.jhb2000-07-261-1/+1
|
* Use a much saner method of locating the release directory on an FTP server.jhb2000-07-251-97/+88
| | | | | | | | | Now, if a release is specified, instead of just looking for a directory with the same name as the release, try several possible directories (each suffixed with the release name) relative to the base directory including ".", "releases/MACHINE", "snapshots/MACHINE", and each of those prefixed with "pub/FreeBSD/". This will allow us to remove the evil symlinks under pub/FreeBSD/releases/MACHINE/ to the snapshots on the ftp site.
* Terminate, with extreme prejudice, the USAResident hack whichjkh2000-07-244-77/+0
| | | | | | 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.
* Oops, the moused disable option is now 6 instead of 4. Catch the menu textjhb2000-07-231-1/+1
| | | | | | up to this. Submitted by: Valeriy E. Ushakov <uwe@ptc.spbu.ru>
* If ${BINDIR} is not present, create it before installing to it.jkh2000-07-211-1/+5
|
* Add a terminal entry for xterm; a lot of people are using xtermsjkh2000-07-214-3/+10
| | | | in the serial-installation of FreeBSD.
* Add in the second half of the Slovenian FTP mirror entry.jhb2000-07-211-0/+1
|
* Remove a menu item that looks funky.jkh2000-07-211-2/+0
| | | | No donut for: obrien
* Add slovenian FTP server to site list.jkh2000-07-211-1/+2
| | | | Requested by: Blaz Zupan <blaz@amis.net>
* Fix this so it compiles by adding a missing quote.jhb2000-07-201-1/+1
|
* - Clarify some of the text in sysinstall in regards to the cryto bits.jhb2000-07-201-3/+1
| | | | | | - Note that we are up to about 3600 ports now rather than about 3000 ports. Submitted by: kris
* Add ftp.freebsd.org Snapshots to the list of servers.obrien2000-07-191-0/+2
|
* Allow the Fix-it functionality to detect that we are on a serial console,obrien2000-07-183-6/+53
| | | | | | | | and DTRT rather than start the fixit shell on a non-existant vty. PR: 19837 Submitted by: Doug Ambrisko <ambrisko@whistle.com> Approved by: JKH
* Add ftp4.tw.FreeBSD.org.jhb2000-07-141-0/+2
| | | | Submitted by: nik
* IPv6 support.ume2000-07-144-4/+26
| | | | | | | | | | | IPv6 configuration is only done by rtsol. Does someone really need manual configuration? :-) You can specify IPv6 DNS server as well. We have only one server ftp7.jp.freebsd.org that speaks IPv6 in this time. ftp7.jp speaks IPv4 as well and also listed as Japan #7. Approved by: jkh
* Ugh. Back out local changes that crept in with my last commit. :(jhb2000-07-142-2/+0
|
* MFS: (yes, from -stable) Note that current.FreeBSD.org is a 5.0 snap serverjhb2000-07-143-3/+5
| | | | now, and replace the releng3 3.0 snap entry with releng4.
* - Support MBR boot loaders that are larger than one sector size.jhb2000-07-123-27/+33
| | | | - Axe the 1024 cylinder checks as they are no longer relevant.
* Replace phk's commit with code from my local tree which I happenjkh2000-07-051-1/+3
| | | | to like better (it's commented and easier to read).
* Ignore all md disks, installing on them would be particularly pointless.phk2000-07-041-2/+6
| | | | Its not fatal to find hardware we don't know.
* Add ftp4.fr.freebsd.org (aka altair.worldonline.fr) and ftp5.fr.freebsd.orgroberto2000-07-021-0/+4
| | | | | | (aka ns1.bsdfr.org) Strong MFC 4.1 candidate.
* Tiny manual correction; add mention of Kerberos 5.markm2000-06-251-0/+2
|
* - Remove obsolete PC-card boot.flp hack. It was for making both PC-cardnyan2000-06-058-15/+134
| | | | | | | | | | | | | | boot.flp and plain boot.flp. - Clean up crunchgen related routine. - Add PC-98 support. TODO: o Documentation o Fix some messages for PC-98 o Decrease the size of fixit.flp to 1.2MB o I18N (See: http://www.jp.FreeBSD.org/BootAsia/index.html) No response from jkh
* Update the australian NTP server entry.jkh2000-05-311-1/+1
| | | | Submitted by: Peter Matthews <peter@netwise.com.au>
* Finish the /dev/rXXX removal job. With the libdisk fixes, this shouldmsmith2000-05-312-4/+4
| | | | actually work again.
* Add the 'Z' key to the slice editor. Hitting it toggles the units theobrien2000-05-261-9/+34
| | | | | | sizes are displayed in. Ok'ed by: murray
* Remove all of the block devices, correct major numbers to point to themsmith2000-05-251-21/+13
| | | | | corresponding character devices. This is (currently) untested, but should be correct.
* Teach sysinstall about 'twe' disks. Note that this is currentlymsmith2000-05-251-0/+1
| | | | | untested, and with the current state of flux surrounding the death of bdevs other things here may need to change.
* Add an option to select the Fix-it tty. The current behavior is utterlyobrien2000-05-162-9/+20
| | | | *useless* on serial consoled machines.
* Add support for USB to sysinstall. This includes running usbd andjhb2000-05-125-3/+53
| | | | | | setting 'usbd_enable' in rc.conf during nwe installs if USB is detected. Also, since usbd already handles USB mice automatically, note that the mouse setup section in sysinstall only applies to non-USB mice.
* PR: 17559murray2000-04-082-1/+5
| | | | | | | | Approved by: jkh You can't enable 'emulate 3 button' option for moused in sysinstall. This adds a menu option to set moused_flags and the help text explains that entering "-3" will enable this feature.
* Refresh the aout ldconfig info so things like compat22 when installed canbillf2000-03-311-0/+5
| | | | | | | | | | | be detected by netscape and such. PR: bin/17659 Submitted by: Murray Stokelay <murray@cdrom.com> Approved by: jkh jkh made updates that conflict with the submitters patch, so I updated accordingly, any mistakes are mine, not the submitters.
* Search for the proper hints file in an ELF world.jkh2000-03-301-1/+1
|
* Add #includes for sysctlbyname() to quiet a warning.jhb2000-03-251-0/+2
|
* Update sysinstall to use struct uc_device instead of struct isa_devicejhb2000-03-241-1/+0
| | | | | | for generating /boot/kernel.conf. Since this structure is shared, move its definition out to a header file, just as struct isa_device was defined in a header file. This fixes the sysinstall breakage in -current.
OpenPOWER on IntegriCloud