summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Indicate optional signal number fieldache1998-06-091-2/+2
|
* - Added entry for Xircon CreditCard Modem.nate1998-06-082-2/+16
| | | | Submitted by: "Mike Del" <repenting@hotmail.com>
* Hands off my /usr/src and /usr/obj! If they are symlinks (since they arepeter1998-06-051-3/+3
| | | | | | hard coded into too many things), it's not nice to go and change /home/src etc. This means they will be created if missing (so it shouldn't break the releases), but won't touch them once they are changed.
* Cut through the discussions and settle the issue: Everything in /var/runphk1998-06-021-2/+2
| | | | | | | is blown away at boot. If sudo or other programs needs directories, they had better make them in /usr/local/etc/rc.d/mumble.sh PR: 4138 5619 6793
* Put operator in its own group rather than "staff".jkh1998-05-311-1/+1
| | | | Submitted by: "Yarema" <yds@ingress.com>
* Fixed double slashes in a pathname.bde1998-05-311-10/+8
| | | | | Fixed some style bugs. Ensure no creation of an obj directory so that we don't need to chdir before installing.
* port numbers for zebra,andreas1998-05-311-2/+8
| | | | | a free multithreaded rip/ospf/bgp4 route server/reflector needed for zebra port
* Grumble Grumble.. so this is how src/sys/ufs/lfs kept coming back... Thepeter1998-05-281-3/+1
| | | | | mtree in make world was following symlinks and creating directories in the source tree and causing cvs to break (since CVS/Entries was missing).
* Install ${DESTDIR}/boot.help during `make distribution'.jkoshy1998-05-271-1/+2
| | | | | PR: 6063 Submitted by: Doug <Studded@dal.net>
* accidently omitted two file declarations.jmb1998-05-271-1/+2
| | | | | | so i added them. Submitted by: Scot Elliott (scot@poptart.org)
* ELF preparation step 2:sos1998-05-262-3/+5
| | | | | | | | | | | | | | Move a.out libraries to /usr/lib/aout to make space for ELF libs. Make rtld usr /usr/lib/aout as default library path. Make ldconfig reject /usr/lib as an a.out library path. Fix various Makefiles for LIBDIR!=/usr/lib breakage. This will after a make world & reboot give a system that no longer uses /usr/lib/*, infact one could remove all the old libraries there, they are not used anymore. We are getting close to an ELF make world, but I'll let this all settle for a week or two...
* Change shell from /nonexistent to /sbin/nologin.steve1998-05-251-8/+8
| | | | | PR: 6739 Submitted by: Are Bryne <are.bryne@communique.no>
* Add a chkgrp run after backing up the passwd and group files.des1998-05-241-1/+7
| | | | Suggested-by: Andreas Klemm
* RADIUS was originally coded to use ports 1645 (radius) andphk1998-05-231-2/+2
| | | | | | | | | | | 1646 (radacct), but RFC's 2138 and 2139 define new ports for RADIUS and RADIUS accounting, namely 1812 and 1813 respectively. FreeBSD 2.2.6 uses the old radacct port, but the new radius port, which is a bit silly. PR: 6712 Reviewed by: phk Submitted by: Nick Hilliard <nick@foobar.org>
* MFMP: Make ppp multilink capable.brian1998-05-213-95/+164
|
* Back out locale change until it's better understood by all justjkh1998-05-202-86/+2
| | | | | what it is we're trying to do here. :) OK'd by: asami
* Alpha MAKEDEV as directly imported from NetBSD-current. This willjkh1998-05-201-0/+363
| | | | | | almost certainly have to change as the FreeBSD/Alpha kernel comes along, but for the transitionary period this is the most correct. Obtained from: NetBSD
* Add some place-holder files here to keep the distribution targetjkh1998-05-202-0/+219
| | | | | from blowing up. The disktab file isn't necessarily invalid either for a PCI Alpha.
* PR: misc/6031thepish1998-05-192-4/+88
| | | | Patch applied as per PR - enables preferential fetch from local mirrors
* cosmetic: clean up startup messages and rearrange some optionsjkh1998-05-197-126/+119
| | | | to go in a more proper order.
* replaced check_rcpt ruleset with onejmb1998-05-171-11/+19
| | | | | recommended by Gary Palmer <gpalmer@freebsd.org> Obtained from: http://www.informatik.uni-kiel.de/%7Eca/email/check.html#check_rcpt
* Moved from directory above. It is i386 specific.jb1998-05-162-0/+554
|
* Add an alpha specific ttysjb1998-05-161-0/+56
|
* Make ttys machine specific.jb1998-05-162-279/+2
|
* FreeBSD -> %s/%mphk1998-05-131-1/+1
| | | | | | PR: 6600 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* Give a reasonable default value (-p /var/run/xntpd.pid) to xntpd_flags.max1998-05-121-2/+2
|
* Delete some large chunks of trailing whitespace since it was making somepeter1998-05-111-16/+16
| | | | lines longer than 80 columns.
* Add jetdirect 9100/tcpphk1998-05-081-1/+2
| | | | | | PR: 5195 Reviewed by: phk Submitted by: Cy Schubert <cschuber@uumail.gov.bc.ca>
* Add a crucial missing _ in NO_SENDMAILphk1998-05-082-4/+4
| | | | | | PR: 6545 Reviewed by: phk Submitted by: Jos Backus <jbackus@plex.nl>
* Add new named configuration template and remove old templateache1998-05-073-64/+100
|
* Overlooked, that newer naming convention is xxx_program instead of xxx_prog.andreas1998-05-068-24/+24
| | | | | So changed it to ntpdate_program and xntpd_program. Backout last change, now we have again named_program, sorry.
* Add variables for the ntpdate and xntpd program, you might wantandreas1998-05-058-22/+24
| | | | to run the binaries from the new ntp v4 port.
* Update the named hooks.peter1998-05-041-3/+4
|
* Don't give examples or use the depreciated usage to nfsdpeter1998-05-011-2/+2
| | | | PR: 5635
* Add pa=none to give a hint that they exist.phk1998-04-261-2/+2
| | | | PR: 2368 (somewhat)
* Jean-Simon Pendry's paper on amd refers to the use of "ypcat -k"phk1998-04-268-8/+30
| | | | | | | | | | | | | | | | | | | | | against the "master map" to get the list of mount point/amd map correspondences, and using that list as command-line arguments to start amd. When I tried to do this with the existing /etc/rc* scripts, I found that I couldn't do this by modifying only /etc/rc.conf: that file gets sourced very early by /etc/rc, well before any networking functionality is present, let alone NIS. Further, I wasn't able to figure out a way to use various levels & types of quoting to defer evaluation of the string to a point subsequent to NIS initialization. As a result, I resorted to hacking /etc/rc.network -- but I did it in a way that ought to be reasonably general, and avoid breakage for anyone else. PR: 6387 Reviewed by: phk Submitted by: David Wolfskill <dhw@whistle.com>
* Strengthen the rules governing the 127.0.0.0/8 subnet. The previous rulesalex1998-04-251-3/+3
| | | | | | | | | | allowed external hosts to send packets to the 127.0.0.0/8 subnet on the firewall host. Renumber the lo0 rules to guarantee they appear first. PR: 6406 Submitted by: Archie Cobbs <archie@whistle.com>
* Add natd support.brian1998-04-1810-10/+79
| | | | | PR: 6339 Submitted by: cdillon@wolves.k12.mo.us
* Changed /usr/sbin/mailq to /usr/bin/mailqdes1998-04-171-2/+2
|
* Add `myname.my.domain' as another alias for `localhost'. We set thisjoerg1998-04-161-2/+2
| | | | | | | | as the initial generic hostname if the user didn't setup any NIC, but failure to resolve this name results in XF86Setup not being able to run. Reported by: Lutz Zienert <luzi@interface-business.de>
* Add commented out common INSTALL and FORCE_PKG_REGISTER knobsache1998-04-162-2/+16
|
* Add missing commented out MOTIF_STATIC exampleache1998-04-162-2/+4
|
* Better RFC1918 network protectionphk1998-04-151-1/+4
| | | | | | PR: 6278 Reviewed by: phk Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* In light of the fact that several widespread sendmail alternatives existsphk1998-04-152-2/+8
| | | | | | | | | is reason enough to make the compilation & installation of sendmail an make.conf option. I know that you hate negative options Bruce. PR: 6284 Reviewed by: phk Submitted by: Adrian Colley <aecolley@world.std.com>
* rotate sendmail statistics file weekly.jmb1998-04-141-1/+2
| | | | | keep the last ten weeks of data. Submitted by: jmb
* use extended error codes as noted in rfc1893.jmb1998-04-141-6/+6
| | | | | | | | retain additional message in check_relay ruleset, the message is written into the maillog. this is useful to a site's postmaster. Reviewed by: jmb Submitted by: Ruslan Ermilov ru@ucb.crimea.ua
* Add tutorials directories.wosch1998-04-131-1/+23
|
* Enable the SecureRPC bits in rc.conf, if the Administrator wants them.markm1998-04-128-8/+74
|
* Added comments about LC_ALL and setlocale(3).des1998-04-101-2/+6
| | | | PR: conf/6145
* Cosmetique changes in vidcontrol all screens knobache1998-04-023-10/+10
|
OpenPOWER on IntegriCloud