| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
counters in case an interface reports the wrong speed via if_mib.
|
|
|
|
|
|
|
| |
printed on system startup).
Approved by: cognet (mentor)
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
directory when we have 10+ ports that make use of it, and now we have
only 3. This change would come back if the tt/ usage grown up to the
level.
Knowledge provided by: krion, kris
|
| |
|
|
|
|
|
|
|
| |
resetting of early_late_divider to a more appropriate value if
the admin has not modified the default.
Reviewed by: brooks
|
|
|
|
|
|
|
|
|
|
|
|
| |
the ongoing re-alignment of ordering that is necessary as a result of
including local scripts in the base rcorder. [1]
Accomplish this by removing the BEFORE's, and using REQUIRE instead.
This makes the dependencies more obvious, and less susceptible to turning
circular and/or nonsensical when seemingly innocent changes are made
in one place and not another.
Requested by: delphij [1]
|
|
|
|
|
| |
PR: 93466
Submitted by: Mats Palmgren
|
|
|
|
| |
Requested by: glebius
|
|
|
|
|
|
|
| |
So, mention it in comment.
Submitted by: Dmitry Morozovsky <marck__at__rinet.ru>
MFC after: 2 days
|
|
|
|
|
|
| |
brackets in process names).
MFC after: 2 days
|
| |
|
|
|
|
|
|
|
|
| |
and not under machdep as the behaviour is controlled by the process.
When PSR.ac is set the process expects to receive a SIGBUS. Otherwise
the processor or the kernel will emulate the misaligned memory access.
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
| |
compatability shared libraries.
It is used by the ldconfig rc.d scripts.
Document this variable in the man page
PR: amd64/91571
Approved by: philip (mentor)
MFC after: 3
|
|
|
|
| |
from here as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Remove a now-spurious NetBSD CVS Id, as we are no longer synching work
2. Remove a now-spurious BEFORE, since ntpdate now REQUIRE's named
3. Replace the call to set rcvar with what that function would output,
and generally reduce indirection ($name -> named) since it's highly
unlikely the name of the named process or service will change any time soon.
4. Resort the order the variables at the top of the file to a more
traditional format, and remove a spurious required_dirs from the top, as it
works better after load_rc_config.
5. We do not want the default reload method with named, so define a simple
but appropriate substitute using rndc. If I were writing this script for
the first time I would not include this at all, since it's preferable to
control a running daemon with rndc to start with, but given that this is
already here, let's do it right. I hope that future generations will
however resist the tempation to add reconfig to extra_commands.
6. By the same token, we want to use rndc to shut down named, but given
that by defining a stop function we lose the "find the process by its
pid file in an emergency" goodness of rc.subr, try to do something useful
in the event that rndc is not available, and keep the user informed.
7. Replace some "test -f" with "test -r" to handle the unlikely event
that the relevant file exists, but is unreadable.
8. Twiddle whitespace in a few areas, remove a spurious blank line,
a bogus double space, and try to do better indenting.
9. Improve generation of the rndc.key file significantly
a. If for some reason a user has an rndc.conf file, assume that they
did that on purpose, and hence know what they are doing, so leave them alone.
b. Introduce a named_uid configuration variable so that the user which owns
the rndc.key file and the user named runs as always match, and is more
easily configurable. This should dramatically reduce problems with rndc.
c. Also test that the rndc.key file size is greater than zero, rather than
simply that the file exists. I have seen at least one user report this exact
problem, and although neither of us is sure where the empty file came from,
the fix is simple, so include it.
d. Rather than try to create an rndc.key file in both /etc/namedb and the
chroot'ed /etc/namedb, assume that they are be the same (which they should
be), and only create the file in the chroot'ed version of the directory.
This partially addresses the problem described in conf/73929, but I have
not yet finished thinking about the PREFIX issue that PR also raises.
As a result of introducing the named_uid knob, the default named_flags
are now empty.
Update defaults/rc.conf and rc.conf(5) to reflect these changes.
|
|
|
|
|
|
| |
modified by the administrator, as user-writable instead of read-only.
Obtained from: TrustedBSD Project
|
|
|
|
|
|
|
| |
field.
Approved by: pjd
MFC after: 3 days
|
|
|
|
|
|
| |
PR: conf/68525
Approved by: philip (mentor)
MFC after: 3 days
|
|
|
|
|
|
|
| |
64.15.205.248 address, change host to "foobar". This won't be
resolvable in most cases, so administrator will need to change it.
Also do not send our trap messages to 64.15.205.248, use localhost
as default traphost.
|
|
|
|
|
|
|
| |
PR: conf/92299
Submitted by: Petr Rehor <prehor@gmail.com>
Approved by: philip (mentor)
MFC after: 3 days
|
|
|
|
|
|
| |
Submitted by: Antoine Brodin
PR: kern/88271
MFC after: 1 week
|
|
|
|
|
|
| |
include '73', which was assigned in a ports passwd entry to ircservices.
Pointed out by: ceri
|
|
|
|
|
| |
back in 1994. Change the example entry to point at the port, as per
the entries for uucpd et al.
|
|
|
|
|
|
| |
delegated to non-administrators.
Obtained from: TrustedBSD Project
|
|
|
|
|
|
|
| |
review right by virtue of read file permission on /var/audit and its
contents.
Obtained from: TrustedBSD Project
|
|
|
|
|
|
|
|
|
| |
RSC (Remote System Control) connected via uart2 as console working out
of the box. On machines that use uart2 to connect a keyboard and thus
the ttyu2 node doesn't exist this will trigger a warning from getty(8)
but cause no real harm.
MFC after: 1 week
|
|
|
|
|
|
|
| |
- Document associated variable in rc.conf(5).
Approved by: dougb
MFC after: 1 week
|
|
|
|
| |
Obtained from: TrustedBSD Project
|
|
|
|
|
| |
Submitted by: trhodes
Obtained from: TrustedBSD Project
|
|
|
|
| |
Obtained from: TrustedBSD Project
|
|
|
|
| |
Obtained from: TrustedBSD Project
|
|
|
|
|
|
|
|
| |
Remove -k now that -h is present
use -l instead of -t nonfs to match smbfs too [1]
PR: conf/50956 [1]
Approved by: philip (mentor)
MFC after: 3 days
|
|
|
|
|
|
|
| |
PR: conf/87196
Submitted by: Mike <mspam@ideaway.net>
Approved by: philip (mentor)
MFC after: 3 days
|
|
|
|
| |
had enough testing of acpi_cpu to know this is stable now.
|
|
|
|
| |
Submitted by: Devon H. O'Dell
|
|
|
|
|
|
| |
PR: conf/92319
Submitted by: skv
MFC after: 1 week
|
|
|
|
|
|
| |
currently it grabs some FreeBSD native libs too.
A final solution is under discussion with brooks.
|
|
|
|
|
|
| |
Allow user to decide if SAD and SPD entries should be flushed on 'reload'.
With this change flush/spdflush is not done automatically (it could still
be done from ipsec.conf).
|
|
|
|
|
|
| |
This change should be made in rev1.9.
MFC after: 1 week
|
|
|
|
|
|
| |
This change should be made in rev1.2.
MFC after: 1 week
|
|
|
|
|
|
|
| |
PR: conf/90346
Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
Approved by: philip (mentor)
MFC after: 3 days
|
|
|
|
| |
Submitted by: brueffer
|
|
|
|
|
|
|
|
| |
Document the script's controls on the rc.conf(5)
manpage and touch its Dd.
PR: conf/90893
MFC after: 5 days
|
|
|
|
|
|
| |
PR: conf/90760
Submitted by: Darren Pilgrim <darren.pilgrim@gmail.com>
Approved by: philip (mentor)
|
| |
|
|
|
|
|
|
|
|
| |
supported and that users of REFUSE directives should update their
entire ports tree before asking for help on the mailing lists.
Requested by: kris
MFC after: 3 days
|
|
|
|
|
|
|
| |
Pointy hat to: matteo
Submitted by: matteo
Reviewed by: pjd
MFC after: 3 days
|
|
|
|
|
|
| |
Pointed out by: Gianmarco Giovannelli
Submitted by: matteo
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
RELENG_6 this will be a noop, however as we introduce local
startup scripts to the base rcorder, we'll see more cases
where the previous status quo will need to be made explicit
to avoid having it disrupted when random local scripts are
added to the mix.
|
|
|
|
|
|
|
|
|
|
| |
were now sticky. This script was deleting /boot/nextkernel on boot, but
there is no code in the tree that creates that file since revision 1.15
of src/sbin/reboot/reboot.c.
nextboot(8) creates /boot/nextboot.conf, so remove that instead.
Approved by: jhb (proxy mentor)
MFC after: 1 week
|