summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 1.2 -> 1.44MB floppies.jkh1997-02-092-16/+6
|
* Security fix. Strip the encrypted passwords out of the "master.passwd"jdp1997-02-081-1/+2
| | | | | | | | | | | diff output, and replace them with "(password)". The diffs get mailed to root, which in many cases is forwarded across the Internet. A patient sniffer could acquire the entire "master.passwd" file by saving all the diffs. With this fix, you still see that the password changed, but you don't see the details. Unless somebody talks me out of it, I am going to merge this into -2.2 in 48 hours.
* Add worm(4)'s bdev entry.joerg1997-02-062-0/+6
|
* Change the header line to read "count" instead of "ngen" sompp1997-02-051-10/+10
| | | | | | that it matched the terms used in the manual page. Closes PR# 2663.
* Add "/usr/share/examples/drivers/", fixing make world breakage.jdp1997-02-031-0/+2
| | | | Forgotten by: julian
* Use shifts instead of multiplications and `|' instead of `+' to simplifybde1997-01-272-8/+12
| | | | | | dkminor(). Use $((1 << 29)) instead of a mysterious decimal number for $scisctl. Use dkminor() instead of repeating part of it for special cases. Shortened some long lines.
* Fixed comment that did not match code (cursor -> bell).bde1997-01-271-1/+1
|
* Since we have netatalk in the kernel, make life a little easier forphk1997-01-251-0/+4
| | | | people and add the four needed entries in /etc/services.
* Change the entry for ttyv3 to be the same as X would require if wenate1997-01-251-3/+3
| | | | were using xdm (but still off).
* Change to use some unused bits in the 'type' field to extend the unit fielddg1997-01-242-12/+12
| | | | to 9 bits (512 units) for disk devices.
* As /etc/sysconfig and /etc/rc.i386 is now, you can't modify the sysconsjkh1997-01-243-0/+13
| | | | | | | bell type on boot. Slightly annoying when your system doesn't have a speaker. This adds a `keybell' frob for setting it. Closes PR#2519 Submitted-By: Jonathan Mini <mini@hydrogen.nike.efn.org>
* Made more reasonable as a set of defaults. Remove cruft, fix a coupledavidn1997-01-221-45/+47
| | | | of errors and eliminate cap_mkdb errors. Closes PR misc/2551.
* by popular request I submit the following disktab entry for inclusion injoerg1997-01-172-0/+10
| | | | | | /etc/disktab Submitted by: lada@ws2301.gud.siemens.co.at (Hr.Ladavac)
* Make sure newly created /var/account/acct file is 0600 mode.jkh1997-01-161-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1442-42/+42
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Added apm and card[01] devices to all target.nate1997-01-132-2/+4
| | | | Suggested by: bde
* Add commented out example entry for imap4ache1997-01-121-0/+4
|
* Added 'xuser' class entry point for X users (who need more resources).davidn1997-01-111-4/+17
| | | | | Increased default procs/file handles so that man will work in more situations. Other suggestions welcome, btw.
* Adds a template/example login.conf, login class capabilities database.davidn1997-01-112-2/+234
|
* Clean up imappst1997-01-101-3/+3
|
* Minor modifications to the PCCARD startup files and comments.nate1997-01-063-6/+9
| | | | Submitted by: The Nomads
* Remove un-necessary comment.nate1997-01-061-2/+1
|
* Typo police.alex1997-01-041-2/+2
|
* Add docbook.jfieber1997-01-041-1/+3
|
* Create /usr/share/examples/mdoc.mpp1997-01-021-1/+3
|
* Put dmesg.boot in /var/run instead of /var/tmpphk1997-01-021-2/+2
| | | | Suggested by: joerg & peter
* Now that uptimes run into months on a regular basis, I often find myselfphk1997-01-021-1/+4
| | | | | | | | | | | wondering what the hw-config of a machine is, and the logs have been rotated many times since reboot already. Added: /sbin/dmesg > /var/tmp/dmesg.boot to /etc/rc 2.2 candidate
* Add share/examples dir.asami1996-12-311-1/+3
| | | | Suggested by: max
* While being here, also create all the gsc device nodes as described injoerg1996-12-302-10/+18
| | | | the gsc(4) man page, and allow for more than one unit number.
* Get rid of the revolting hacks that were used to install thepeter1996-12-281-13/+2
| | | | | | /etc/sendmail.cf file. Submitted by: bde
* add new directory /usr/share/examples/printingwosch1996-12-281-1/+3
|
* Add commented out samples on how to activate the compat libs during build.peter1996-12-232-2/+18
| | | | | Note that nothing is stopping somebody from cd'ing to src/lib/compat/<dist> and doing a 'make all install' there by hand.
* Extend the set of ptys to chmod at boot time.joerg1996-12-231-2/+2
| | | | | | Closes PR # conf/1957: not all perms of ptys... Submitted by: gurney_j@efn.org (John-Mark Gurney)
* Add /usr/local/sbin to the rc $PATH. Things like GateD are located there.joerg1996-12-191-2/+2
|
* cvsup client moved from sbin to binache1996-12-162-4/+4
| | | | 2.2 candidate
* Fixed missing install of BSD.include.dist.bde1996-12-131-2/+2
|
* magic file is no longer in /etcjkh1996-12-131-2/+1
|
* Close PR#2198:jkh1996-12-132-2/+4
| | | | | | | | | | | | | I've added an installation from optical disk drive facility. This enables FreeBSD to be installed from an optical disk, which may be formatted in "super floppy" style or sliced into MSDOS-FS and UFS partitions. Note: ncr.c should be reviewed by Stefan Esser <se@freebsd.org> and cd.c by Joerg Wunsch <joerg@freebsd.org> before bringing this into 2.2. Submitted-By: Shunsuke Akiyama <akiyama@kme.mei.co.jp>
* Add missing mann and catn directories.asami1996-12-121-1/+9
| | | | 2.2 candidate.
* ifconfig 127.0.0.1 instead of localhostadam1996-12-101-3/+3
|
* Update this to what freefall's been running for a day or so.peter1996-12-061-3/+7
|
* Directories for Japanese manpages. Definite 2.2 candidate, as it will beasami1996-12-051-1/+43
| | | | used for the "Japanese manpages port" coming soon.
* Add share/misc. Definite 2.2 candidate, if we want it to be consistentasami1996-11-261-1/+3
| | | | | | with the ports. Found by: obrien and his mutt port
* Added forgotten directories zoneinfo/Antarctica and zoneinfo/Arctic.bde1996-11-231-1/+5
| | | | | | | The zoneinfo makefile doesn't follow the rules. It builds everything at install time. It dpends on zic to create the directories. zic doesn't know about the weird 555 permissions specified in BSD.usr.dist, so it creates the directories with nonstandard permissions.
* Add missing nls directoriesache1996-11-232-2/+10
| | | | 2.2 candidate
* ru_SU -> ru_RUache1996-11-212-2/+2
|
* Add ru_RU as alias to ru_SUache1996-11-211-0/+2
|
* delete removeuserwosch1996-11-171-3/+1
|
* Remove backward-compatible locale aliases, XFree now support nativeache1996-11-151-123/+0
| | | | FreeBSD names
* Create directory for Japanese handbook. Definite 2.2 material if theasami1996-11-151-1/+5
| | | | handbook is going to make it.
OpenPOWER on IntegriCloud