summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
Commit message (Collapse)AuthorAgeFilesLines
* o Add a comment indicating that if /tmp==/var/tmp in rc.diskless2, therwatson2001-12-264-0/+16
| | | | | | | | md device and file system creation occurs *after* mtree is run, and as such an /var/tmp/* or /tmp/* entries will be under the mountpoint (or fail) rather than appearing in the md filesystems. This prevents the creation of vi.recover, and might affect other localizations that rely on the mtree calls affecting these directories.
* Remove incorrect comments about the population of /etc: no attempt isrwatson2001-12-261-5/+1
| | | | | made to copy the NFS-mounted on to /tmp/etc, instead, it is populated entirely from /conf/default, then overriden from /conf/IP.
* automatic creation of faith0 and stf0 for backward compatibility.ume2001-12-151-0/+2
| | | | MFC after: 2 days
* rpc.lockd needs rpc.statd to be running for it to start up properly.alfred2001-12-135-20/+75
| | | | | | | | | so swap the order. Also allow rpc.lockd and rpc.statd to be turned on if nfsclient is enabled. They are needed to provide client side locking support. PR: conf/27811
* s/sysctl -w/sysctl/ru2001-12-118-110/+110
|
* o Update rc.network to reflect the recent change of default in therwatson2001-12-075-15/+15
| | | | | | | | | | | kernel TCP timer code: rather than checking for tcp_keepalive being set to "YES", check for "NO" and turn off keepalives if the variable is set in that manner. o Note: eventually, it would make sense to remove this variable from rc.conf management, and instead rely on sysctl.conf. In fact, this is probably true of a number of rc.conf variables whose sole aim is to drive the setting of sysctls at boot time.
* Protect the '*' in pppoed_provider (the default) from metacharactercjc2001-12-065-0/+10
| | | | | | | | | | expansion in the rc-scripts. PR: 32552 Submitted by: Gleb Smirnoff <glebius@rinet.ru> Approved by: ru Obtained from: ru MFC after: 1 day
* Remeber to set the permissions on an md-backed /tmp to 01777, rather thanrwatson2001-11-274-0/+4
| | | | using the default of 0755.
* Spelling police: sucessful -> successful.dd2001-11-245-5/+5
|
* Resolve all the ipfilter startup issues in rc.network with one big patchdarrenr2001-11-245-295/+355
| | | | | | | | | to get it all right, allowing ipnat to be enabled independantly of ipfilter in rc.conf (among other things). PR: multiple Submitted by: Arjan de Vet <devet@devet.org> Reviewed by: Giorgos Keramidas <keramida@FreeBSD.org>
* The rtsol must be done before the alias processing.ume2001-11-201-9/+12
| | | | | | PR: conf/31366 Submitted by: gshapiro MFC after: 1 week
* Use shell functions for printing hex instead of printf(1) so thatsheldonh2001-11-191-2/+34
| | | | printf(1) can be dropped from the system shell as a shell builtin.
* Avoid unnecessary calls to expr(1) by using standard shell arithmeticsheldonh2001-11-1410-10/+10
| | | | expansion instead.
* Update the nsswitch.conf -> host.conf generator to handle criteria,fenner2001-11-075-50/+80
| | | | | | | | continuation lines, extra whitespace, and to use the last matching line in the file. This syncs the host.conf generation with how the nsswitch.conf is parsed. Only print " host.conf" instead of a multi-line message, since this happens on every boot.
* Modify the way host.conf and nsswitch.conf are treated at boot time:des2001-11-015-35/+170
| | | | | | | | - if nsswitch.conf exists, host.conf is auto-generated for compatibility with legacy applications and libraries. - if host.conf exists but nsswitch.conf does not, nsswitch.conf is auto- generated as usual.
* Do an ipf -y after bringing up ppp to ensure rules which mention ppp getdarrenr2001-10-205-0/+70
| | | | | | | matched. Moification on PR to handle ipnat not being dependant on ipfilter_enable PR: 22859
* Allow ipnat_enable to be set to "yes" without requiring ipfiltre_enable todarrenr2001-10-205-55/+80
| | | | | | be set to "yes" PR: 25223
* Put in place for using ipfs use on shutdown and startup.darrenr2001-10-205-0/+45
| | | | PR: 27070
* Handle the lack of nfs server or client support in the kernel bydougb2001-10-195-5/+60
| | | | kldload'ing the appropriate modules before enabling the service.
* Ensure that /var/log/lastlog exists so that login doesn't complain.bsd2001-10-174-0/+12
| | | | | Submitted by: Harti Brandt <brandt@fokus.gmd.de> MFC after: 2 weeks
* Remove references to nfsiod and nfs_client_flags now that they arejhb2001-10-105-5/+0
| | | | | | obsolete. Submitted by: Gordon Tetlow <gordont@gnf.org>
* Add a new rc.conf variable, cloned_interfaces, to create clonedbrooks2001-09-195-5/+50
| | | | interfaces at boot.
* The vfs.nfs.bufpackets sysctl is in the client, not the server. Move itpeter2001-09-195-45/+40
| | | | | to the client section. Turn off nfsiod, it no longer exists (now just kthreads). I need revisit nfsiod so that we have an argument passthrough.
* Make the 'echo' output for blanktime and scrnmap consistent with theirdd2001-08-311-2/+2
| | | | | variable names. There were minor differences in both cases, which were needlessly confusing and inconsistent.
* Fix minor typo.obrien2001-08-091-1/+1
|
* Merge in patch to automagically decide whether or not a kldload of ipfilterdarrenr2001-07-305-0/+65
| | | | | | | | | | is required into rc.network. Person failed to use a real name so both email addresses from PR included (Sent was different to From). PR: 22998 Submitted by: dl@leo.org/spock@empire.trek.org
* Upgraded launchpad for kerberos. Noe kerberos IV OR kerberos 5markm2001-07-285-45/+130
| | | | may be started at boot for kerberos servers.
* Do more strict checking for an interface.ume2001-07-201-3/+3
| | | | | Suggested by: matusita@jp.FreeBSD.org MFC after: 1 week
* - Avoid to select an interface which is not good for RA/RS.ume2001-07-191-2/+7
| | | | | Submitted by: sakane@kame.net - Avoid to select lo0 or faith for a default interface.
* sysctl(8) doesn't need '-w' to write to sysctl variables anymore.jhb2001-07-171-1/+1
|
* Create gif devices in the "gifconfig" stage while configuring them.brooks2001-07-025-5/+5
| | | | | | Reviewed by: ru, ume Obtained from: NetBSD MFC after: 1 week
* Add configuration for a FAITH IPv6-to-IPv4 TCP translator.ume2001-06-191-0/+29
| | | | | To use a FAITH actually, you also need faithd(8) setup. Please consult faithd(8) manpage.
* Fix misindented esac.schweikh2001-06-165-5/+5
| | | | MFC after: 1 week
* This commit was generated by cvs2svn to compensate for changes in r78344,obrien2001-06-1678-0/+2536
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the NetBSD 1.5 RC system.obrien2001-06-1680-44/+2629
| | | | | | | | | | Note that `rc' and `rc.shutdown' could not be imported because we already have files with those names.
| * This commit was manufactured by cvs2svn to create branch 'NETBSD'.cvs2svn1999-03-282-0/+57
|
* Import the NetBSD 1.5 RC system.obrien2001-06-162-0/+54
| | | | | Note that `rc' and `rc.shutdown' could not be imported because we already have files with those names.
* Sync with recent KAME.ume2001-06-116-25/+11
| | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks
* Add a missing \nbrian2001-06-105-5/+5
| | | | | | Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> PR: 28014 MFC after: 1 week
* Move gif_interfaces from an IP6 option to a regular IP option.brian2001-06-036-23/+115
| | | | | | PR: 26543 Submitted by: Brooks Davis <brooks@one-eyed-alien.net> MFC after: 3 weeks
* Remove vestiges of MFS.ru2001-06-014-4/+4
|
* Anti-foot-shooting for pcvt users: ignore isdn_screenflags which isschweikh2001-05-191-0/+10
| | | | | | | only for syscons. Requested by: Alexander Leidinger <Alexander@Leidinger.net> MFC after: 7 days
* Restore the RSA host key to /etc/ssh/ssh_host_key.obrien2001-05-185-40/+15
| | | | Also fix $FreeBSD$ spamage in crypto/openssh/sshd_config rev. 1.16.
* Link /etc/ssh/ssh_host_key to /etc/ssh/ssh_host_rsa_key to deal withjesper2001-05-165-10/+35
| | | | | | | gratutious changes in the latest SSH Reviewed by: obrien Approved by: obrien
* New option isdn_screenflags to set the syscons screen params for isdnd,schweikh2001-05-141-0/+12
| | | | | | | | plus documentation. Submitted by: Alexander Leidinger <Alexander@Leidinger.net> Not objected to by: hm MFC after: 1 week
* * Simplify the population of the /etc memory filesystem. To avoidbsd2001-05-095-46/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the null mount, we currently create a temporary mfs on /tmp, copy /etc to /tmp, then mount /etc as mfs and copy everything back from /tmp, then delete the /tmp mfs. The patch eliminates the temporary /tmp mfs and the subsequent copying and simply populates the /etc mfs by copying from /conf/default/etc. This requires that /conf/default/etc contain a complete copy of all the /etc stuff instead of just overrides. I don't think that is too much of an extra step in setting up a diskless environment. * Provide the ability to make /tmp a memory filesystem independent of /var. This removes the requirement that /tmp be a symlink to /var/tmp and this makes the diskless code work with the default filesystem layout. If a seperate /tmp memory filesystem is created, the 'tmpsize' environment variable is used to determine its size (default to 10 Meg). * Reduce diffs between the -current and -stable versions of these files to a bare minimum. Only the definition of the shell function 'mount_md' is different. Not Objected to by: -arch@, -small@ MFC after: 2 days
* s/ssh_host_key/ssh_host_rsa_key/ since that is what openssh uses nowpeter2001-05-095-10/+10
| | | | after a mergemaster.
* Don't mount a md(4) over /dev on DEVFS enabled diskless systems.phk2001-05-014-20/+36
|
* Add an allscreens_kbdflags option. Same thing as allscreens_flags,dd2001-04-281-0/+9
| | | | | | but runs kbdcontrol instead of vidcontrol. Reviewed by: ru
* Enable static IPv6 address assignment on PCMCIA NIC.ume2001-04-261-2/+3
| | | | PR: conf/26633
OpenPOWER on IntegriCloud