summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add SIP-related ports.grog2007-05-161-0/+6
| | | | | Obtained from: IANA list of reserved ports. Reviewed by: edwin@
* White space tidy-up.grog2007-05-161-4/+4
|
* o Install 480.status-ntpd.maxim2007-05-141-0/+1
| | | | Pointed out by: Henrik Brix Anders
* o Add a script to check ntpd(8) state. Default is off.maxim2007-05-132-0/+31
| | | | | | PR: conf/112604 Submitted by: Oliver Fromme MFC after: 1 month
* Move options that do not have anything to do with routing out ofmtm2007-05-022-42/+43
| | | | | rc.d/routing and in to rc.d/netoptions. Also instead of saying "TCP options" say "IP options".
* When rc.d/NETWORKING included this script in its REQUIRE line, a circularmtm2007-05-021-1/+1
| | | | | | | | dependency was introduced because this script had rc.d/localpkg (which is *after* rc.d/NETWORKING) in its REQUIRE line. From an examination of its contents it seems that only the availability of a local filesystem is necessary for this script to function properly.
* When zfs dataset has jailed=on property, it won't be mounted withpjd2007-04-221-3/+34
| | | | | | | 'zfs mount -a' from the main system - this is by design, as mountpoint may be set to dangerous value. This all means, that such file system has to be mounted from within a jail. To make it easier, reorganize rc.d/zfs script so it can be used from within a jail.
* Quick kill posix4 directory.trhodes2007-04-181-2/+0
| | | | Submitted by: rodrigc (BSD.include.dist).
* When org.freebsd:swap property is set to 'on' on a ZVOL, use is as a swappjd2007-04-151-0/+18
| | | | | | device. Discussed with: des
* Remove the shutdown keyword. It just adds noise to the shutdown process.des2007-04-131-1/+1
|
* - Create an empty /etc/zfs/exports file when zfs_enable="YES" and we don'tpjd2007-04-131-2/+5
| | | | | | | | | | NFS-share anything. This way we can safely start mountd with /etc/zfs/exports and mountd won't complain. Pointed out by: ceri - Move 'zfs volinit' before 'zfs mount -a' and 'zfs volfini' after 'zfs unmount -a'.
* mountd(8) was changed to only abort when all given exports files cannot bepjd2007-04-131-1/+1
| | | | open, so we not longer has to check if /etc/zfs/exports exists.
* o Look for a zfs(1) exports file only if it exists and is readable. Ifmtm2007-04-131-1/+2
| | | | | we don't do this and the file doesn't exist mountd(8) will abort. o The mountd(8) daemon creates a pidfile, so use it.
* - Add IANA-assigned ports for HP status & services daemon and I/O backendstas2007-04-111-0/+4
| | | | | | | | | daemon. The FreeBSD port print/hplip currently provides these services. PR: conf/99593 Submitted by: Anish Mistry <amistry@am-productions.biz> Approved by: maxim MFC after: 1 week
* - Add IANA assigned port for amanda server control over tcp. Thestas2007-04-111-0/+1
| | | | | | | | | current misc/amanda-server code uses it. PR: conf/111050 Submitted by: Charles Sprickman<spork@bway.net> Approved by: maxim MFC after: 1 week
* - Sync service names with IANA (http://www.iana.org/assignments/port-numbers).stas2007-04-111-4/+4
| | | | | | | | | | | | | The registration names for 5222(tcp,udp) and 5269(tcp,udp) was changed to xmpp-client and xmpp-server correspondingly. This inconsistency causes problems to applications developed on other systems, as they tries to use port numbers from /etc/services as fallback. PR: conf/100606 Submitted by: Ralph Meijer <freebsd-gnats2@ralphm.ik.nu> Approved by: maxim MFC after: 1 week
* If available, take UUID from smbios.system.uuid, if not fall back topjd2007-04-111-1/+18
| | | | | | | | | software-generated UUID. Store the result in /etc/hostid and use it in the future. Perform simple UUID format check, as there is a lot of hardware with broken UUIDs. The check should be improved to also eliminate fake UUIDs like 00000000-0000-0000-0000-000000000000. Requested by: many
* Add a pfsync_syncpeer option to /etc/defaults/rc.conf and rc.conf(5),keramida2007-04-102-1/+7
| | | | | | | | | | | which can be used to turn off multicast pfsync support, and enable the transmission of directed PFSYNC (IP protocol: 240) packets to a specific "sync peer" host. PR: conf/111225 Submitted by: Bas van Beek <bas@tobin.nl> Approved by: mtm, mlaier MFC after: 2 weeks
* Add rc.d/hostid script (turned on by default) which on first boot generatespjd2007-04-093-1/+83
| | | | | | | | | | | | UUID and stores it in /etc/hostid ($hostid_file) as well as sets kern.hostuuid and kern.hostid sysctls on every boot. Hostid can be reset using '/etc/rc.d/hostid reset' command. Hostid generation and setting can be turned off by setting variable hostid_enable to "NO" in /etc/rc.conf. Reviewed by: mlaier, rink, brooks, rwatson
* Apply "additional TCP options" earlier.des2007-04-092-2/+1
| | | | | Requested by: andre@ MFC after: 1 week
* FILESYSTEMS requires root, so requiring both of them is redundant.des2007-04-097-7/+7
|
* Add zfs to REQUIRE.des2007-04-091-1/+1
|
* Move zpool.cache from /etc/zfs/ to /boot/zfs/, so we can keep it onpjd2007-04-081-0/+2
| | | | dedicated /boot/ file system and use ZFS for the root file system.
* There can be many reasons of VDEV failures, so log type as well.pjd2007-04-081-1/+1
|
* Provide sample entries to handle ZFS problem reports.pjd2007-04-081-0/+31
| | | | It'd be nice to send them via e-mail...
* Add ZFS periodic scripts that monitors status of ZFS pools.pjd2007-04-063-0/+40
| | | | Submitted by: des
* - Add ZFS startup script.pjd2007-04-064-1/+43
| | | | | | | Submitted by: des - When starting mountd(8) and ZFS is enabled, add /etc/zfs/exports file. - Update rc.conf(5).
* Connect ZFS to the build.pjd2007-04-061-0/+2
|
* s/IPFW(4)/ipfw(4) to match the actual man page name.rwatson2007-04-051-1/+1
| | | | Submitted by: ru
* Add rpc_statd_flags and rpc_lockd_flags options to allow options to bematteo2007-04-044-0/+26
| | | | | | passed to rpc.statd and rpc.lockd MFC after: 1 week
* Fix typo FILESYSTEM -> FILESYSTEMSache2007-04-041-1/+1
| | | | This bug prevents local scripts to start up
* Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocaldes2007-04-0223-22/+34
| | | | | | | | | | | | and takes over mountcritlocal's role as the early / late divider. This makes it far easier to add rc scripts which need to run early, such as a startup script for zfs, which is right around the corner. This change should be a no-op; I have verified that the only change in rcorder's output is the insertion of FILESYSTEMS immediately after mountcritlocal. MFC after: 3 weeks
* Instead of directly sourcing the firewall script, run it in a separate shell.mtm2007-04-022-2/+2
| | | | | | | | If the firewall script is sourced directly from the script, then any exit statements in it will also terminate the rc.d script prematurely. PR: conf/78762 MFC-After: 2 weeks
* In rc.firewall, make it clear that this is the setup for IPFW(4), and notrwatson2007-04-021-1/+1
| | | | | | | for the sundry other firewalls in the system. MFC after: 3 days Submitted by: Richard dot Clayton at cl dot cam dot ac dot uk
* Make subroutine names more conformant with other scripts in rc.d.mtm2007-03-311-4/+4
| | | | MFC After: 2 weeks
* Record rc.d/nfslocking dependency on rc.d/rpcbind.mtm2007-03-303-12/+54
| | | | | | PR: conf/105465 Submitted By: ru (with minor cosmetic change) MFC-After: 1 month
* Some rc.d commands (such as stop|restart etc.) won't automagically workmtm2007-03-301-0/+1
| | | | | | if we don't explicitly set the name of the executable program. PR: conf/104408
* Oops wrong line commented out in prev fixache2007-03-291-2/+2
|
* Back out network.subr :- fix and comment out dhc*_fxp0 examples insteadache2007-03-292-3/+3
| | | | Submitted by: jhb
* Fix get_if_var() with 3 args (i.e. with default)ache2007-03-291-1/+1
| | | | | | | | | | | | | All xxx_<ifname> flags are set to empty strings automatically earlier so eval echo \${${prefix}${_if}${suffix}-${_default}} not substitute the default but return just the empty string. Fix it using eval echo \${${prefix}${_if}${suffix}:-${_default}} (i.e. treat empty strings as unset) The bug manifistates itself with the following warning from checkyesno(): /etc/rc.d/dhclient: WARNING: $background_dhclient is not set properly - see rc.conf(5)
* Use "-ne" instead of "!=" for integer comparison.brooks2007-03-251-1/+1
|
* Having gone to the trouble of setting up a variable, we should use it.mtm2007-03-251-1/+1
|
* Make "/etc/rc.d/syscons start" correctly reload screensaver settings.mux2007-03-121-1/+1
| | | | | | | | | | The code looks for all the loaded screensaver modules, tries to kldunload them, and only loads the new one if kldstat's output shows that there aren't any left. However, the regexp looking for modules to unload was still searching according to the the old naming scheme, splash_<name>.ko, instead of <name>_saver.ko. MFC after: 3 days
* Allow background_fsck_delay to be set to a negative value which delaysbrooks2007-03-111-2/+14
| | | | | | | the background fsck indefinitely. This allows the administrator to run it at a convenient time. To support running it from cron, the forcestart argument now causes the fsck to start with no delay and all output to be suppressed.
* Prepend ${_chroot} to a pathname in a consistent and robust way:yar2007-03-101-2/+3
| | | | | | insert a slash between ${_chroot} and the pathname if and only if ${_chroot} is set to a non-empty string. Now the pathname is very likely to be absolute, but we shouldn't take that for granted.
* As suggested more than once in the lists, drop -M from flags to mfsyar2007-03-061-2/+2
| | | | | | | | | | | | | | | | for /tmp and /var. This makes the memory discs swap-backed instead of malloc-backed. A swap-backed memory disc should not be worse than a malloc-backed one in any scenario because it will start touching swap only when needed. OTOH, a malloc-backed disc can starve limited kernel resources and evenually crash the system. Reflect the change in the rc.conf(5) manpage. Also stop telling lies there about softupdates: it does not waste disc space, it just can delay its freeing. Suggested by: many PR: kern/87255 MFC after: 1 week
* Get rid of chatter for failed commands if the filesystem is read-only.njl2007-03-031-5/+6
| | | | | | | | | | | Include /var/db/entropy-file in the reseeding if present. It is used for last-ditch efforts to save entropy and thus should also be used to seed the RNG when starting. Print a warning instead of an error if writing the file fails -- err() exits, preventing the umask from being restored. Also, since there's not much that can be done about it, notifying the user is all that's needed. MFC after: 2 weeks
* Turn default address selection on by default. Now, whenume2007-03-031-1/+1
| | | | | | | ipv6_enable="NO", an IPv4 address is preferred for a destination address. MFC after: 1 month
* Use get_if_var() to retrieve interface specific values of dhclient_flagsbrooks2007-03-021-7/+3
| | | | | | | and background_dhclient. This allows interfaces who's names are not valid parts of shell variables and shortens the code. MFC after: 1 week
* - Add missing subdirectories in BSD.usr.dist mtree file.flz2007-03-021-0/+4
| | | | | | | | - Update hier(7) to reflect latest changes in mtree file. - Add UPDATING entry following Intel firmwares inclusion. Submitted by: mlaier MFC after: 1 month
OpenPOWER on IntegriCloud