summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Sigh, it would have been nice but I just can't make the rsarefjkh2000-03-181-0/+2
| | | | | hack work until we figure out some better way of handling package interaction.
* We still need a hack for rsaref package; add it. This doesn'tjkh2000-03-181-0/+7
| | | | affect CDs since they don't contain the rsaref package anyway.
* Make the "can't find an rsafoo package" messages more informative.jkh2000-03-181-4/+10
|
* Update the australian ntp server, the old one is no longercpiazza2000-03-181-2/+2
| | | | | | | available. PR: 17448 Submitted by: Chris Knight <chris@aims.com.au>
* Remove PkgInteractive hack - it won't work like this.jkh2000-03-123-5/+0
|
* Do the right thing with USA_RESIDENTjkh2000-03-101-1/+1
|
* s/chose/choose/ in all the relevant places.jkh2000-03-102-4/+4
| | | | Noticed by: John Reynolds <jjreynold@home.com>
* Add Compaq Arraysjlemon2000-03-081-0/+2
|
* Whoops - really make the "fix" I did to the dmenuToggleVariable logicjkh2000-03-081-2/+8
| | | | work.
* Add entries for slovenian keymap and new euro fonts.jkh2000-03-071-3/+5
| | | | Submitted by: Blaz Zupan <blaz@amis.net>
* Really fix the USA_RESIDENT botch.jkh2000-03-031-1/+1
| | | | Submitted by: Dmitry Valdov <dv@dv.ru>
* o Add support for loading the rsaref or rsaintl packages, dependingjkh2000-02-295-3/+43
| | | | | | | | | | on locale. o Allow use of "G" in label editor to stand for gigabytes. This is actually an unrelated patch which I meant to commit separately but what the heck, it's late. Partially submitted by: phk
* Revise this for the brave new world of "crypto"jkh2000-02-295-49/+54
| | | | | Submitted by: markm Approved by: me!
* Make all menu items more consistent and deal with a few remainingjkh2000-02-261-80/+58
| | | | | | bogus accelerators. Based largely on feedback from: Basit Syed <syed@pinenut.nosc.mil>
* Toggle variables between YES and NO values, don't just set them to YESjkh2000-02-261-5/+4
| | | | or unset them. That makes it impossible to turn something off.
* Clean up some of the abstraction in this code.jkh2000-02-261-2/+2
|
* Add knobs for sendmail and sshdjkh2000-02-251-11/+15
|
* Make sysinstall use the new debug.boothowto OID. It will now gojkh2000-02-252-13/+36
| | | | | | | | straight into debug mode if you boot -v. Also conditionalize some annoying debugging output now that we have this ability. Partially submitted by: msmith Approved by: jkh [to make certain wise-acres happy ;)]
OpenPOWER on IntegriCloud