summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add status checking of ATA raid to the daily periodic scripts.jesper2003-10-273-0/+37
|
* Create missing /usr/share/examples/netgraph/bluetooth directoryemax2003-10-271-0/+2
|
* Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.emax2003-10-263-0/+13
| | | | | Reviewed by: imp, simon Approved by: imp (mentor)
* Add devctl(4) notify support to ACPI. Various subsystems now notifynjl2003-10-251-0/+26
| | | | | userland whenever events occur. See the example in devd.conf below to see how to use it.
* Add dumb console driver and related bits.simokawa2003-10-245-0/+10
| | | | | | | | dcons(4): very simple console and gdb port driver dcons_crom(4): FireWire attachment dconschat(8): User interface to dcons Tested with: i386, i386-PAE, and sparc64.
* Add a sub-directory to netnatm for the SAAL headers.harti2003-10-221-0/+2
|
* Modernize examples/usage. Kill 1200/300 baud modem entries andimp2003-10-211-31/+37
| | | | | | instead use 14.4kbps and faster modems as examples. Separate line speed and baud rate and be careful when talking of one verses the other.
* Before trying to restart/stop the MTA or MSP queue runner, make suregshapiro2003-10-191-0/+83
| | | | | | | | | we are configured to use an MTA or MSP queue runner. Otherwise the script used to complain about the missing PID file. PR: conf/57075 Submitted by: Jonathan Chen <jonc@chen.org.nz> MFC after: 2 weeks
* Adding WorkAroundBrokenAAAA seems a necessity even in the submit.mc givengshapiro2003-10-192-11/+29
| | | | | | | | | | the number of broken DNS servers out there in the world. Since we are diverging from the sendmail.org submit.mc, it's time to make our own freebsd.submit.mc. PR: conf/57733 Reviewed by: nork MFC after: 2 weeks
* There is no network2 any more.des2003-10-131-1/+0
| | | | Pointy hat to: mtm
* * Remove the OS specific bits, since NetBSD isn't interested indougb2003-10-131-21/+13
| | | | | | | | | | porting this stuff back. * Test /etc/motd for writability before trying to update it. This is especially useful when /etc/ is mounted ro, like on a diskless boot. (Thanks to phk for the idea on this one.) * Make the "updating" message reflect what actually happens.
* Remove trailing whitespacedougb2003-10-136-12/+12
|
* Update references to rc.diskless[12]dougb2003-10-136-8/+8
|
* Update Bluetooth code.emax2003-10-123-0/+88
| | | | | Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
* Bump default /etc size from 2MB to 5MB to deal with bloat^Wgrowth inkris2003-10-122-8/+6
| | | | the size of /etc.
* /usr/libdata/msdosfs is no longer used, because of kiconv(3) commit.fjoe2003-10-111-2/+0
| | | | | PR: 57277 Submitted by: Ryuichiro Imura <imura@ryu16.org>
* Install additional headers for Kerberos (libkafs, libkadm5*, andnectar2003-10-091-0/+2
| | | | libhdb).
* Correct definition for 1000/tcp and 1000/udp, sync withbms2003-10-081-2/+2
| | | | | | <URL:http://www.iana.org/assignments/port-numbers>. Submitted by: Roman Newhauser <roman@bellavista.cz>
* Add port assignment for Subversion, as perbms2003-10-081-0/+2
| | | | | | | | <URL:http://www.iana.org/assignments/port-numbers>. PR: conf/54371 Submitted by: Roman Newhauser <roman@bellavista.cz> MFC after: 1 week
* any -> ? for new entry (to allow time for people to upgrade their pccardd)imp2003-10-041-1/+1
|
* Default ntpd to write a "driftfile" in /var/db/ntpd.drift.phk2003-10-031-1/+2
| | | | | | A "driftfile" caches the oscillator offset estimate from boot to boot, having this means faster and less bumpy time synchronization. Will be overridden by any value in the config file.
* Fix typo.phk2003-10-034-4/+4
| | | | Spotted by: "Bjoern A. Zeeb" <bzeeb@zabbadoz.net>
* Only install .k5login if people have not set NO_KERBEROS.phk2003-10-031-2/+5
|
* More checking if kenv actually know something.phk2003-10-034-8/+16
| | | | Guard against test(1)-unfriendly outputs from kenv.
* In case we have no /etc/resolv.conf, don't try to make it out ofphk2003-10-034-4/+4
| | | | | | | thin blue air if the kenv doesn't have any info. This improves the truth value of the comment above significantly and reduces the bogous output on the console considerably.
* Fix bogon in ipfilter_resync() introduced in my last commit.mux2003-10-031-1/+3
| | | | Spotted by: Gennady Proskurin <gpr@nvnpp.vrn.ru>
* Don't install etc/printcap in the NO_LPR case; ports like 'cups'markm2003-09-271-1/+6
| | | | make their own etc/printcap if they need it.
* A number of fixes/enhancements for the ipfilter rc script:mux2003-09-271-15/+22
| | | | | | | | | | | | | | | - Use a more robust check to determine if we need to load ipl.ko. - Don't try to run ipf -E if ipfilter is already enabled. Look at the net.inet.ipf.fr_running sysctl to figure this out. This fixes a warning message about ipfilter being already initialized. - Only one ipf -E command is needed. We don't need an extra one for the -6 case which would only print a warning message about ipfilter being already initialized. - Fix one occurence where we were running /sbin/ipf directly without using the ${ipfilter_program} variable if set. - In ipfilter_stop(), don't try to save the firewall state tables if ipfilter is disabled. Similarly, don't try to disable it if it's already disabled. This fixes some more error messages.
* As far as we know, there is no reason to not expose /dev/crypto inphk2003-09-261-0/+1
| | | | | jails so code in there can take advantage of hardware assisted crypto.
* Turn SENDMAIL_CF_DIR into an officially supported make.conf variablegshapiro2003-09-241-8/+9
| | | | | | | | | and use it in src/etc/sendmail/Makefile in case the user wants to use a different path to the sendmail m4 sources (e.g., sendmail port users). Submitted by: dinoex MFC after: 21 days X-MFC after: RELENG_4 code freeze ends
* A new proxim harmony oem card spotted in the field.imp2003-09-201-0/+6
| | | | Submitted by: Jeremy Bingham
* Remove excess paranoia. There is no need to chech for the crypto/ dirmarkm2003-09-181-2/+2
| | | | any more, and this check has been removed elsewhere.
* Add a default setting of NO for the gbde auto attach script, anddougb2003-09-181-0/+5
| | | | document the options.
* Fix typo, tdp -> tcpdougb2003-09-181-1/+1
| | | | | PR: conf/56939 Submitted by: Alain Kalker <miki@dds.nl>
* Microsoft Remote Desktop Protocol uses 3389/tcp.obrien2003-09-161-0/+1
|
* Get rid of a nasty error message that tells usmbr2003-09-161-4/+13
| | | | | | | | | | dhclient couldn't get killed. If we execute 'dhclient -r', dhclient gets already killed, so there is no need to do it twice. Only do this if we really have to release some leases. Reviewed by: silence on freebsd-rc@yahoogroups.com
* Release a previous lease if there is any, instead ofmbr2003-09-151-1/+1
| | | | | just killing dhclient. Needed my some broken dhcpd implementations to be able to get a lease again.
* Add `-C 60' to the default flags for inetd, so that it is lessnectar2003-09-151-1/+1
| | | | vulnerable to run-of-the-mill DoS attacks in the default installation.
* Changed the ttyd entries to ttyu, which correspond to the device nodesjake2003-09-111-4/+4
| | | | created by uart(4).
* add ELSA Vianect WLAN (Marco Wertejuk)imp2003-09-101-0/+12
| | | | | | benq awl100 (David Leemans) ObTerminalRoomCommit: done!
* Add a device driver for the Broadcom BCM4401 ethernet controller,wpaul2003-09-091-2/+2
| | | | | | | | | | | | | | written by Stuart Walsh and Duncan Barclay (with some kibbitzing by me). I'm checking it in on Stuart's behalf. The BCM4401 is built into several x86 laptop and desktop systems. For the moment, I have only enabled it in the x86 kernel config because although it's a PCI device, I haven't heard of any standalone NICs that use it. If somebody knows of one, we can easily add it to the other arches. This driver uses register/structure data gleaned from the Linux driver released by Broadcom, but does not contain any of the code from the Linux driver itself. It uses busdma.
* Update the explanation of parity capabilitiesyar2003-09-091-6/+4
| | | | | | | to bring it into accord with the present getty(8) code. PR: bin/56325 MFC after: 3 days
* Fix PATH: directive in sys/modules/re/Makefile, and add the re(4) driver towpaul2003-09-081-1/+1
| | | | | | devd.conf. Pointed out by: Larry Rosenman
* Replace the ttyd[0-3] entries with ttyu[0-3]. The former are themarcel2003-09-071-8/+8
| | | | | | device special files created by sio(4). The latter are the device special files created by uart(4). As of this moment sio(4) is not supported on ia64... by me, that is :-)
* Build the submit.cf file instead of installing the version that shipsgshapiro2003-09-011-4/+11
| | | | | | | | | with the vendor sendmail distribution. By doing so, we avoid mergemaster warnings after every 'make' in /etc/mail/. Reported by: Jeremy Chadwick <koitsu@parodius.com> MFC after: 3 days X-MFC after: and re approval
* Remove deprecated files no longer neccesary as part of rc.d. Includemtm2003-08-295-494/+1
| | | | a note in UPDATING about removing them from current installations.
* Enhance the jail start/stop script.mtm2003-08-242-15/+124
| | | | | | | | | | | | | | | | | | | | o The following additional configuration attributes of a jail can be controlled from rc.conf: - mounting devfs(5) - mounting fdescfs(5) - mounting procfs(5) - custom devfs(8) ruleset If no ruleset is specified, the default jail ruleset is used. o The output of executing /etc/rc in the jail is now redirected to /dev/null. Instead, the hostname of the jail is echoed if the jail(8) command exited successfully. If the output is wanted it can probably be redirected to a file (/var/run/$jail maybe) instead of /dev/null. Submitted by: Scot W. Hetzel <hetzels@westbend.net> with modifications by Jens Rehsack <rehsack@liwing.de> and me.
* o Do not keep a separate list of src/etc/defaults files inmtm2003-08-242-7/+4
| | | | | | | | | | the src/etc makefile. This list was used to manually install the files from src/etc. Instead, simply change directory and 'make install'. o There is no reason for the files in src/etc/defaults to be installed as writeable. Reviewed by: ru
* Remove workaround that I had in place. devd didn't use to be able toimp2003-08-221-2/+2
| | | | | handle the empty section, but it has been able to do so for some time now.
* o Reduce rc(8) startup clutter by turning the informational messagesmtm2003-08-202-5/+9
| | | | | | | | off by default. o Apparently the routine displaying the informational messages wasn't checking its knob in rc.conf, so fix that as well. Requested by: obrien
OpenPOWER on IntegriCloud