summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* YAMF22jkh1997-04-281-61/+63
|
* YAMF22jkh1997-04-283-7/+18
|
* YAMF22jkh1997-04-281-2/+2
|
* YAMF22jkh1997-04-284-20/+20
|
* Typo police.alex1997-04-271-3/+5
| | | | | Added links to O'Reilly & Associates and Addison-Wesley's web sites to accompany the book recommendations.
* Bring in rc file changes from -current.jkh1997-04-2717-628/+1643
|
* Suggested by: David Nugentdanny1997-04-161-0/+0
| | | | | Change the name of ppp.disabled to ppp.deny for consistency with at.deny and friends.
* Add comments about overridable MASTER_SITE_* variables.asami1997-04-152-2/+68
| | | | Suggested by: Narvi <narvi@haldjas.folklore.ee>
* List of users who may not use pppd in system password logins, and adanny1997-04-152-0/+26
| | | | sample list of acceptable shells.
* PR:davidn1997-04-131-4/+5
| | | | | | Reviewed by: Submitted by: Obtained from:
* Make the use of mousedtype/sysmouse clearer.brian1997-04-101-1/+4
| | | | Suggested by: jkh
* Make a sysconfig variable controlling if teh kernel should acceptguido1997-04-092-2/+11
| | | | | | | nfs requests from non-privileged ports. Change mountd such that it does never set this variable, but only clears it when run with -n. Also document this in the man page.
* Make the default VERASE key the <-- key and remove root'sbrian1997-04-032-5/+1
| | | | | | | `stty's. 'nuff said. Inventor: joerg@FreeBSD.org Reviewer: sos@FreeBSD.org
* Added pop3pw amandaidx amidxtapepst1997-04-011-2/+4
|
* Add portmapflags and syslogd flags.pst1997-04-012-12/+24
| | | | Reviewed by: jkh
* Remove MAKEFLAGS example from /etc/make.conf...scrappy1997-03-312-12/+2
| | | | | Bruce points out that it breaks things if someone doesn't do a 'make depend', but I just found out that it breaks 'make depend' itself :(
* Add/document MAKEFLAGS into /etc/make.conf, using -j3 as examplescrappy1997-03-302-2/+10
|
* Add the "resvport" option, now that FreeBSD NFS servers require it.jdp1997-03-291-1/+1
|
* top(1) has a tunable parameter for the hash size to hash the userjoerg1997-03-252-2/+18
| | | | entries. Mention it in make.conf.
* Remove term=dumb from default entry: ovverrides TERM variable for loginache1997-03-201-2/+1
|
* Having two knobs until you get a kernel core dump saved is silly.joerg1997-03-162-6/+3
| | | | | | | | | | Leave dumpdev, but kill the savecore variable. Thus, it's still off by default, but all you need is enabling dumpdev now. phk's old argument that savecore might inadvertendly fill up the disk no longer counts, savecore now correctly obeyes a `minfree' file, and we ship our systems with such a file that even has a reasonable default.
* fix a misspelling of demand...jmg1997-03-161-2/+2
| | | | | | Submitted-by: Takashi Saeki Closes PR#2989
* Add examples for a direct serial connection using lqrbrian1997-03-131-1/+29
| | | | Candidate for 2.2.
* Fix a logico in my last (commented out) commit.joerg1997-03-101-1/+1
|
* Fixed the Cyclades and Digiboard port numbers.bde1997-03-102-8/+8
|
* Update MAKEDEV to handle lots of tun devices, consistent with the tun devicedanny1997-03-102-12/+20
| | | | | selection code in usr.sbin/ppp/os.c (tun0-tun127, rather than tuna and tunb). Also, make it make all devices up to and including the requested one.
* Added forgotten directories netns and pccard. The bug was masked bybde1997-03-091-1/+5
| | | | bogons in /usr/src/include/Makefile.
* Don't clobber the TERM variable if it's already set (e.g. from /etc/ttys,joerg1997-03-061-2/+2
| | | | | | | or from a telnet session). So basically, this setting will only get in effect in the single-user shell. Closes PR # 2395.
* Fix the (commented out) example to prune the tree from core etc. files:joerg1997-03-061-2/+2
| | | | | don't ever attempt to prune readonly filesystems, and properly quote *.core against the shell.
* Now that we can read from a worm device, handle their permissions asjoerg1997-03-052-2/+8
| | | | we do for other disk devices, too.
* Add /usr/share/doc/psd/13.rcs and /usr/share/doc/psd/28.cvs. ..wosch1997-03-041-1/+5
|
* Merged Cortex frame grabber entry from 2.2.bde1997-03-032-0/+16
|
* Remove the -g option from the "find ... | xargs -ls ..." line.mpp1997-03-031-2/+2
| | | | The -g option to ls has been depreciated.
* Added new filesystem directories.bde1997-03-021-3/+9
| | | | | | | | Fixed munged whitespace (just 2 lines of it). The mtree files were originally generated by `mtree -cdinx -kuname,gname,mode'. This gives output with no tabs except in the header. The format should be preserved by manual updates so that the files don't change a lot when they are regenerated.
* Create directory /etc/skel.wosch1997-02-281-1/+3
|
* add lt_LN.ISO_8859-1wosch1997-02-282-2/+8
|
* Add forgotten entries for Croatiawosch1997-02-272-2/+8
| | | | Pointed out by: ache
* Fix typing error in default class: rc= instead of tc=ache1997-02-261-2/+2
|
* For root & daemon classes bump max openfiles to 1024 to really activateache1997-02-261-3/+3
| | | | bumped select limit
* Larn needs /var/games/larn to exist so that it can create its scorefile.mpp1997-02-261-1/+3
| | | | Closes PR# 1944.
* Don't include /usr/X11R6/man in the makewhatis search path ifmpp1997-02-251-2/+7
| | | | it doesn't exist. Closes PR# 326.
* When looking for setuid files, call find with -print0 and xargs with -0.mpp1997-02-231-4/+4
| | | | | | | | | | | | | | This allows find to pass files with "illegal" characters to xargs in a safe manner. Note: due to the manner in which the file names are now passed between find and xargs, the files are now sorted differently than before. The first /etc/security run after installing this change may result in a lot of output when nothing did in fact change. Closes PR# 1910. 2.2 candidate.
* Make the sample config files more understandable, correcting variousbrian1997-02-232-44/+68
| | | | | | bits of grammar. Added a decent pmdemand example for dynamic IPs on both sides. Could this be a 2.2 candidate ?
* Revert $FreeBSD$ to $Id$peter1997-02-2342-42/+42
|
* Create /usr/libdata/gcc/ in preperation for installing specspeter1997-02-231-0/+2
|
* Add ko_KR.EUC directoriesache1997-02-222-0/+6
|
* Updated to Jan 22, 1997 revision from the InterNIC.dg1997-02-181-2/+12
|
* Select between the generic math functions and the i387-specific onesbde1997-02-162-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | at runtime. etc/make.conf: Nuked HAVE_FPU option. lib/msun/Makefile: Always build the i387 objects. Copy the i387 source files at build time so that the i387 objects have different names. This is simpler than renaming the files in the cvs repository or repeating half of bsd.lib.mk to add explicit rules. lib/msun/src/*.c: Renamed all functions that have an i387-specific version by adding `__generic_' to their names. lib/msun/src/get_hw_float.c: New file for getting machdep.hw_float from the kernel. sys/i386/include/asmacros.h: Abuse the ENTRY() macro to generate jump vectors and associated code. This works much like PIC PLT dynamic initialization. The PIC case is messy. The old i387 entry points are renamed. Renaming is easier here because the names are given by macro expansions.
* Document FTP_PASSIVE_MODE in the place where I usually set it.jkh1997-02-132-0/+12
|
* add a disktab entry for those people who need abit of helpjulian1997-02-102-0/+14
| | | | | | | | | with ZIP drives.. use with: disklabel -r -w -B sdx zip100 Submitted by: dave blizzard <dblizzar@sprynet.com>
OpenPOWER on IntegriCloud