summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Added extra paragraph to document the 'rebuild' feature.unfurl2000-08-091-2/+18
| | | | Reviewed by: msmith
* - add ftp6.fr.freebsd.orgroberto2000-08-082-4/+8
| | | | | | - correct URL for ftp4 and ftp5. Submitted by: Benjamin Bayart <bayartb@guinness.domicile.fr> (for ftp6)
* Update link to Making the World tutorial (now in the handbook)marko2000-08-071-2/+2
|
* Fix bug with -c optionmarko2000-08-071-0/+1
| | | | | PR: 18176 Reviewed by: Bruce A. Mah <bmah@acm.org>
* Update the usage string to reflect -n as an option.ps2000-08-071-1/+1
|
* Actually make syslogd understand the new -n option by putting itps2000-08-071-1/+1
| | | | | | in getopt. Submitted by: Clive Lin <clive@CirX.ORG>
* Remove 3 off by 128 errors.tegge2000-08-061-5/+5
|
* Don't call errx() without a format string, to protect against possiblekris2000-08-051-4/+4
| | | | | | localized error messages from ipsec_strerror(). Obtained from: OpenBSD
* If caller have privilege to r/w access to /dev/apm, show theume2000-08-041-58/+65
| | | | | | info about resume timer and resume on ring indicator, again. Reviewed by: imp
* Cleanup of TMPDIR code.kris2000-08-031-5/+5
| | | | Requested by: bde (ages ago)
* Change use of perror() to warn()kris2000-08-031-1/+1
| | | | Submitted by: bde
* Explain "-c" option more exactly and state the default in the mandwmalone2000-08-032-8/+13
| | | | | | | | | | | | | page. Add ability to run "inetd -R 0" to disable the default connection per minute limit of 256 connections. Document this in man page. Don't use maxchild as a boolean - instead check if it is greater than zero. Reviewed by: sheldonh Based on a patch by: Alexander Langer <alex@big.endian.de>
* specifer -> specifierdwmalone2000-08-031-1/+1
|
* Sort cases in getopt switch statement.dwmalone2000-08-031-31/+32
| | | | | | | | | | Remove extra parens from my host selection commit. Add white space after if, while, for and switch. Get rid of braces around a single statement if. There should be no functional changes in this commit. Reviewed by: sheldonh
* Replace two calls to strlen+calloc+strcpy with strdup.dwmalone2000-08-031-12/+4
| | | | Reviewed by: sheldonh
* Fix HTTP port addresses for the IPv6 case.jkh2000-08-031-11/+13
| | | | Submitted by: pho and Hajimu UMEMOTO
* Added PC-98 boot manager installation and configuration utility.kato2000-08-024-0/+362
|
* Add all the missing US keymaps.obrien2000-07-312-0/+10
|
* Don't offer the PC98 link kit or setup on non-i386 installs.obrien2000-07-311-0/+4
|
* Sleep for a second after tcp wrappers rejects a connection, so wedwmalone2000-07-311-1/+3
| | | | | | | don't traumatise the parent inetd. Requested by: wietse@porcupine.org Approved by: markm
* Add hebrew.asami2000-07-311-0/+1
|
* Fix the HTTP transfer code to correctly parse the port number ifjkh2000-07-303-19/+22
| | | | | | specified. Submitted by: pho
* Initialize vflag like the rest (not necessary, but this keeps it together)peter2000-07-291-1/+4
| | | | Optimize out chown(2) syscalls if there is no change in uid or gid.
* Change option -r to -n inline with conventions we use elsewhere.ps2000-07-292-5/+5
| | | | | | | I guess it serves me right for using a patch directly from Jan Koum. :) Requested by: many
* Add option 'r' to syslogd which will disable dns queries for everyps2000-07-292-3/+12
| | | | | | | request. This is useful when you have a large site pointed at a single syslog server. Submitted by: Jan Koum <jkb@yahoo-inc.com>
* Change the defaults for portmap, sendmail and inetd to be not running them.eivind2000-07-282-0/+8
| | | | | | | | | | | | 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
* Add '-n' flag: don't attempt to read any data from standard input.archie2000-07-272-7/+26
|
* Fix an annoying bogon in the form of a missing tab when generating CD-ROMjhb2000-07-272-2/+2
| | | | | | mount points in /etc/fstab. Requested by: obrien
* Update the description of available channel for Japan.sanpei2000-07-261-14/+15
| | | | | | | | | The regulations has been changed to adopt 802.11b since Oct. 99. For 11Mbps NICs sold in Japan, all DS channels (1..14) are available. Thank you, itojun. Obtained from: NetBSD:basesrc/usr.sbin/wiconfig/wiconfig.8 Rev.1.5 ->1.6
* Bump an upper limit test so the xterm termcap selection actually works.jhb2000-07-262-2/+2
|
* Don't give the DEC Alpha user the chance to install the X servers that areobrien2000-07-251-0/+6
| | | | non-existant on non-i386 platforms.
* Use a much saner method of locating the release directory on an FTP server.jhb2000-07-253-211/+221
| | | | | | | | | 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.
* Add -q. this will cause the warning messages about missingimp2000-07-253-6/+22
| | | | | | | | | | | | directories to not be printed. This is from OpenBSD (and I think NetBSD also) and makes our mtree more compatible with other BSDs. This makes cross compilation easier than it was before. Other changes will be needed to allow NetBSD or OpenBSD to cross build on FreeBSD, but this is a start. Reviewed by: andrey Obtained from: OpenBSD Concentric Red Circles by: My own stupidity
* Restore the screen after possibly spamming it.jkh2000-07-251-0/+3
| | | | Reported by: Brian J. McGovern <mcgovern@spoon.beta.com>
* Remove outdated crypto comments.jkh2000-07-241-22/+0
|
* Terminate, with extreme prejudice, the USAResident hack whichjkh2000-07-249-163/+2
| | | | | | 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.
* Allow syslogd to select messages based on the originating host indwmalone2000-07-242-16/+114
| | | | | | | | | | | | | | | | a similar way to the way it can select messages from a given program. Lines beginning with "+hostname" or "#+hostname" select messaes from that hostname and lines beginning with "-hostname" or "#-hostname" match messages not from that hostname. There are some significant style issues left in the original program selection code and the man page. This should be cleared up in some later commits. Reviewed by: sheldonh Based on an original patch by: Bernd Walter <ticso@cicely8.cicely.de> Man page stylist: sheldonh
* Revert the reversion of the default mtree behaviour. The mtreemarcel2000-07-242-12/+11
| | | | | | command now follows symlinks again. Requested by: jkh
* First attempt to fix a buildworld from -stable machine. Explicitlyimp2000-07-231-2/+3
| | | | | include strtofflags.c from lib/libc/gen when building mtree until the current dependency mess with mtree is fixed.
* apm -d also needs a writable file descriptor.nsayer2000-07-231-1/+1
|
* Oops, the moused disable option is now 6 instead of 4. Catch the menu textjhb2000-07-232-2/+2
| | | | | | 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-212-2/+10
|
* Add a terminal entry for xterm; a lot of people are using xtermsjkh2000-07-218-6/+20
| | | | in the serial-installation of FreeBSD.
* Add in the second half of the Slovenian FTP mirror entry.jhb2000-07-212-0/+2
|
* Remove a menu item that looks funky.jkh2000-07-212-4/+0
| | | | No donut for: obrien
* Add slovenian FTP server to site list.jkh2000-07-212-2/+4
| | | | Requested by: Blaz Zupan <blaz@amis.net>
* Fix this so it compiles by adding a missing quote.jhb2000-07-202-2/+2
|
* Remove unused variable.archie2000-07-201-1/+1
| | | | | PR: bin/20052 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* Don't mis-interpret sockaddr_in6 structures as sockaddr_in structuresbrian2000-07-201-1/+1
| | | | when purging routes.
* Move test for -w flag outside of the code dealing with -D (defaults).davidn2000-07-201-2/+2
| | | | | | | This should cause -w's argument not to be ignored in the usermod case, so it will affect modification of the user's password instead of using the pw.conf (or internal default=no '*') password method. PR: bin/11168
OpenPOWER on IntegriCloud