summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
Commit message (Collapse)AuthorAgeFilesLines
* Grammar police (system console terminal type menu).bmah2001-11-261-4/+4
|
* Add us-ascii_to_cp437 screenmapache2001-11-231-2/+3
|
* Add fonts,screenmaps,console typesache2001-11-231-12/+25
|
* MFS: Stop reaping children. It makes evil things happen to the extractionjkh2001-11-011-0/+2
| | | | loop.
* Don't assume fixit media is only either a floppy disk or 2nd CDROM discbrian2001-10-291-6/+6
| | | | | Reviewed by: murray MFC after: 1 week
* Move the 'type' variable inside the block where it is actually used.jhb2001-10-231-3/+3
|
* Remove the ``-c 22'' option from newfs command line. Changes in newfs(8)roberto2001-10-201-1/+1
| | | | | | | | makes that obsolete. The jury^W-arch is still out about the block and fragment sizes so I'll that for later. Reminded by: obrien MFC after: 2 days
* Add the ability to load klds from a floppy as part of the installation.jkh2001-10-122-0/+14
| | | | | Submitted by: "Daniel O'Connor" <doconnor@gsoft.com.au> MFC after: 2 weeks
* DTRT in the restart casejkh2001-10-125-3/+8
|
* Close all open file descriptors before restarting sysinstall.murray2001-09-302-1/+8
| | | | | PR: bin/30737 Submitted by: Alexey V. Neyman <alex.neyman@auriga.ru>
* Add device driver support for the Broadcom BCM570x family of gigabitwpaul2001-09-271-0/+1
| | | | | | | | | | | | | | ethernet controllers. This adds support for the 3Com 3c996-T, the SysKonnect SK-9D21 and SK-9D41, and the built-in gigE NICs on Dell PowerEdge 2550 servers. The latter configuration hauls ass: preliminary measurements show TCP speeds of over 900Mbps using only normal size frames. TCP/IP checksum offload, jumbo frames and VLAN tag insertion/stripping are supported, as well as interrupt moderation. Still need to fix autonegotiation support for 1000baseSX NICs, but beyond that, driver is pretty solid.
* Add a couple of functions to create persistent variables that willmurray2001-09-243-6/+55
| | | | | | | | | | | survive a sysinstall Ctrl-C -> 'Restart'. This fixes another annoying bug where restarting sysinstall will try to reload kernel modules and do other external things that have already been done. For now, use these persistent variables to keep track of module, usbd, and pccardd initialization. Bug found by: rwatson MFC after: 1 week
* Silence more warnings.murray2001-09-222-3/+3
|
* Silence warnings on alpha :murray2001-09-222-6/+11
| | | | | Use '%p' when printing out the address of a function. sizeof(int) != sizeof(long)
* Silence warnings.murray2001-09-221-1/+2
|
* Silence warnings :murray2001-09-222-5/+5
| | | | | | Use static as necessary. Use __unused as necessary. sizeof(int) != sizeof(void *)
* Add a function to free all of sysinstall's internal variables from themurray2001-09-223-3/+37
| | | | | | | | | environment. This fixes an annoying bug where hitting Ctrl-C and telling sysinstall to 'restart' will do no such thing since many of the options are still set and so you won't be prompted for them again. MFC after: 1 week
* Use the isDebug() function rather than making up a new environmentmurray2001-09-221-1/+1
| | | | | | variable to check for debug functionality. Previously, you had to set both 'debug' and 'SYSINSTALL_DEBUG' to get a log of sysinstall's activities. Now, only 'debug' is necessary.
* Add missing {}. This made most/all scripted installs fail.phk2001-09-141-1/+2
| | | | Approved by: jkh
* Whitespace change only. Use the same indention level throughout thismurray2001-09-141-11/+12
| | | | | | file and add a blank line after variable declarations. Submitted by: jhb
* Return the *right* error codes for yes/no questions when non-interactive.jkh2001-09-111-4/+4
| | | | Submitted by: Alan Judge <Alan.Judge@eircom.net>
* If we're running as init, install a signal handler for SIGCHLD.murray2001-09-061-0/+13
| | | | | PR: bin/14729 Submitted by: jhb
* Add Hungarian FTP mirror.murray2001-09-051-0/+2
| | | | | PR: misc/21536 Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
* Add Czech keyboard definition to sysinstall.murray2001-09-052-1/+2
| | | | | PR: bin/17430 Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
* Allow users to enable usbd and set flags from sysinstall. This ismurray2001-09-051-0/+4
| | | | | | | | | | useful for post install configuration or other cases that might not be handled by usb.c. (usb.c already sets usbd_enable iff sysinstall detects usb during install). PR: bin/18946 Submitted by: Peter van Heusden <pvh@egenetics.com> Reviewed by: jhb
* Update the inetd configuration prompt for clarity.murray2001-09-051-1/+1
| | | | | Submitted by: chern Committed from: "Make sysinstall suck less party", D1031 WRS campus, Alameda
* Revisions 1.117 and 1.118 of tcpip.c fixed the logic dealing with DHCPmurray2001-09-041-2/+0
| | | | | | | | | | | | | | | | and RTSOL in sysinstall. If the respective TRY_FOO variable is set to "YES" then it will be tried without prompting the user. However, if the TRY_FOO variable is set to "NO" then the user will not be prompted for a choice. This is the correct behavior, since we want people to be able to script sysinstall in either case. However, the default TRY_FOO variable has been "NO" since 1999. This is incorrect, and when the logic was corrected in tcpip.c this has the effect of never giving the user a choice to use DHCP or IPv6. The value should be undefined until it is set by a script or by the user. Submitted by: Randy Pratt, Chern Lee, many others.
* Add 3rd spanish mirrorjkh2001-09-041-0/+2
| | | | Submitted by: "Jose M. Alcaide" <jose@we.lc.ehu.es>
* Since we now install sysinstall in /usr/sbin, encourage the user torwatson2001-09-041-1/+1
| | | | run that version, rather than the copy in /stand.
* Spell SSHd as sshd to improve readability and consistency.rwatson2001-09-041-2/+2
|
* Add an additional \n before the "cautionary note" on the topic ofrwatson2001-09-041-2/+2
| | | | | admins needing to pay attention when configuring the system. This improves readability of this message.
* Don't name the main menu "/stand/sysinstall Main Manu" since it nowrwatson2001-09-041-1/+1
| | | | often lives in /usr/sbin. Instead, just name it "sysinstall Main Menu".
* Attempt to make key behavior more clear.eric2001-08-311-1/+1
|
* Back out revision 1.317 -- diskcheckd enabled/disabled fromobrien2001-08-291-2/+0
| | | | | post-configuration "Startup" menu. diskcheckd now lives in ports/sysutils
* o Allow diskcheckd to be enabled/disabled from within sysinstall using therwatson2001-08-281-0/+2
| | | | | | | post-configuration "Startup" menu. In the event that diskcheckd is removed, this can easily be trimmed also; in the mean time, it allows diskcheckd to be easily disabled using our documented management tool
* Removed the (possible) ambiguity in /etc/rc.conf comment.ru2001-08-171-2/+2
| | | | PR: bin/29736
* o Improve terminology consistency for security profile functionality:rwatson2001-08-151-1/+1
| | | | | | | | | the name for the moderate security profile is "moderate", not "medium", so update this one reference to it as "medium". This is a 4.4-RELEASE MFC candidate. MFC after: 2 days
* Sysinstall inserts a comment between changes to /etc/rc.conf.joe2001-08-151-1/+4
| | | | | | | | Add a timestamp to the comment so that it's possible to see when changes were made. e.g.: # -- sysinstall generated deltas -- # Wed Aug 15 18:10:20 2001
* List the correct paths to the X server distributions.eric2001-08-141-29/+35
| | | | | PR: 26924 Submitted by: olgeni
* Use normal menus instead of radio lists, which seems to be more logicaleric2001-08-121-11/+11
| | | | after the libdialog changes.
* Somewhere along the way, configSecurityModerate() lost it's "int"rwatson2001-08-111-0/+1
| | | | | | return value. Spotted by: gratuitous use of diff during MFC process
* o Reduce the number of offered security profiles, as we now have a morerwatson2001-08-103-79/+14
| | | | | | | | | | | | | | | | | conservative default, and actually prompt specifically for inetd rather than handling it as a side effect of the security profile. Update the help file to reflect this change. o Rename "Fascist" to "Extreme" in the source code, to match the names presented to the user. o Remove portmap and inetd from profile management. Portmap is now disabled by default, but automatically turned on if a feature requires it (such as NFS, etc). This is an MFC candidate for 4.4-RELEASE. Reviewed by: freebsd-arch@FreeBSD.org Approved by: re@FreeBSD.org MFC after: 2 days
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-2/+2
| | | | with a trailing zero-width space: `e.g.\&'.
* Return DITEM_SUCCESS from configInetd(), as apparently a success orrwatson2001-08-101-0/+1
| | | | | | failure value is expected. Spotted by: gcc
* Make menu text match menu button labels.eric2001-08-081-1/+1
|
* Apply pending /etc/ttys changes before calling editor on itache2001-08-071-0/+1
| | | | Approved by: rwatson
* In preparation for MFC of sysinstall changes to edit /etc/ttys inrwatson2001-08-073-4/+4
| | | | | | | post-install config, reduce the potential confusion from the existence of both configTTYs and configTtys by renaming configTTYs to configEtcTtys. While this is not a C naming conflict, it was probably a poor choice of names on my part.
* Add the ability to modify /etc/ttys before first reboot during therwatson2001-08-023-0/+29
| | | | | | | | | | | | | system installation process. This allows users installing via serial console to enable serial console login during the installation process using an un-customized install. The user is not prompted to modify /etc/ttys during a normal install, but is offered the opportunity during post-install configuration. - Introduce configTTYs(), which describes the benefits of editing /etc/ttys, and asks for confirmation before spawning the editor. - add configTTYs to the post-install configuration, as well as to the global configuration index.
* Compensate for default disabling of network services in inetd.conf(5)rwatson2001-08-025-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by providing the opportunity to edit inetd.conf during the system installation process. The following modifications were made: (1) Expand the Anonymous FTP description dialog to indicate that inetd and ftpd must be enabled before it can be used. (2) Introduce a new configInetd() pair of dialogs, the first describing inetd, giving a couple of examples of services that require it, and hinting at potential risk, then asking the user if they wish to enable it. The second indicates that inetd.conf must be configured to enabled specific services, and asks if the user would like to load inetd.conf into the editor to modify it. Add this configuration action to the index. There are some further improvements that might be considered: (1) Provide a more inetd.conf-specific configuration tool that speaks inetd.conf(5). However, this is made difficult by the "yet another configuration format" nature of inetd.conf, as well as its use of commenting to disable services, rather than an in-syntax way to disable a service without commenting it out. Submissions here would probably be welcome. (2) There's some overlap between settings in the somewhat obtuse Security Profile mechanism and other settings, including the inetd setting, and NFS server configuration. As features become individually tunable, they should probably be removed from the security profile mechanism. Otherwise, somewhat counter-intuitively, sysinstall (in practice) queries multiple times whether inetd, nfsd, etc, should be enabled/disabled. A possible future direction might be to drive profiles not by degree of paranoia, rather, the set of services desired. Or simply to remove the Security Profile mechanism and resort to feature-driven configuration. Reviewed by: imp, chris, jake, nate, -arch, -stable
* Reword for consistency.eric2001-07-311-3/+3
|
OpenPOWER on IntegriCloud