dlg
8b575c2acb
add tftpd to the network daemons list just after ftpd and ftpproxy.
reminded by mikeb@
ok sthen@
13 years ago
dlg
48e7b29449
tftpd doesnt get run from inetd now.
13 years ago
dlg
4f6d7a7784
add rc.d bits for the new standalone tftpd daemon.
mostly from Kent R. Spillner
ok sthen@ robert@
13 years ago
matthieu
6b813ac8a7
New dirs for libICE and libSM docs
13 years ago
ajacoutot
a9219b74c9
Don't include ou=People in the basedn. ypldap(8) has had netid support
for a while now and groups are usually stored outside of People.
ok sthen@
13 years ago
aoyama
65916a5a8e
Add luna88k GENERIC.MP configuration file, based on mvme88k.
ok miod@
13 years ago
robert
fcf01602a4
enable nginx
13 years ago
robert
0f4ae4469a
these files are not needed here, they are going to get installed from
usr.sbin/nginx using the distribution target
13 years ago
krw
b50dd6d963
Fix previous fix for /altroot processing. Should now work for both
duid and device entries in fstab. As a bonus make commented out
lines in fstab in-eligable for altroot detection.
ok halex@ deraadt@
13 years ago
david
f7e9a65a75
install popa3d script; ok robert@ deraadt@
13 years ago
krw
f46ceee925
Let /altroot work with a duid-based fstab.
Reported by & fix tested by Dave Anderson. Thanks!
ok deraadt@
13 years ago
sobrado
702ebd8167
add missing authentication styles.
initially intended for YubiKey, jmc@ noted that list was out of date.
ok deraadt@, jmc@
13 years ago
giovanni
5aafe9b60b
Update pkg names revision for 5.1
13 years ago
dhill
2390f01b84
hook login_yubikey to the build
ok deraadt
13 years ago
sthen
7d90310832
Fix pexp for sendmail; it can be "sendmail: rejecting" as well as accepting.
From danh@, ok aja@ giovanni@
13 years ago
camield
8e1bed947f
Use nsdc to reliably stop nsd.
ok ajacoutot sthen
13 years ago
deraadt
4aadf85516
crank to 5.1-beta
13 years ago
miod
2a00e439f5
Add disabled getty lines for acpi(4) and dca(4) lines, better late than never.
13 years ago
ajacoutot
979dc6adeb
sndiod(1) does not 'reload', so set rc_reload to NO.
ok ratchov@
13 years ago
miod
c62ea48338
regen
13 years ago
miod
72f5df483a
Add audio nodes on hp300.
13 years ago
ajacoutot
0c53f1364d
Adapt after recent rc scripts change.
with input from and ok sthen@
13 years ago
ajacoutot
feab9b84d0
Move mandatory flags from daemon_flags to daemon.
ok sthen@
13 years ago
sobrado
ad486a01df
use a FQDN (i.e. one ending with a period) as tsig key example's name;
rename key1 to tsig1 to clearly identify this name as a transaction
signature digest; consistently use tsig key name on slave zone.
ok jakob@
13 years ago
ajacoutot
7341c2c314
Set rc_reload to NO. In rc.d(8), `reload' means reloading the
configuration without service disruption which is not what -HUP does for
nsd(8).
Anyway, zone operations (...) should be done using nsdc(8) and not with
an rc script.
discussed with and ok sthen@
13 years ago
ratchov
d5988520df
Handle aucat -> sndiod name change, and enable sndiod by default. Mostly
from ajacoutot@.
ok deraadt ajacoutot
13 years ago
halex
fa31551ce9
closing fd 0-2 is indeed bad style and potentially dangerous, as pointed
out by Arne Becker, who also supplied the diff, thanks!
ok schwarze@
agreed by many
13 years ago
ajacoutot
510e3b9553
Fix an issue when uid != euid (e.g. when running shutdown(8) as a
regular user, member of the operator group); rm(1) was waiting for
interactive input to remove the runfiles which made no sense, so just
use `-f'.
issue spotted by weerd@
ok weerd@ robert@
13 years ago
dtucker
04872c0bfe
regenerated moduli file; ok deraadt
13 years ago
ajacoutot
1be9f1cf5d
Add a sample mixerctl.conf(5).
Pretty terse for now but will eventually come with some more complex
examples when ratchov@ finishes some ongoing work on aucat(1).
ok ratchov@ jmc@ deraadt@
13 years ago
miod
3dbf7c2cbf
regen
13 years ago
miod
985c9639af
Move the audio* device creation stanzas from MI to MD, and reduce the
number of audio* nodes from 3 to 1 on vax, since none of the audio-capable
vax can receive another audio device as expansion (until we get TURBOchannel
support with DMA on VS4k/90).
ok deraadt@ todd@
13 years ago
uwe
9fc24ad2c0
Add etc/etc.beagle (copied from armish); ok drahn@
13 years ago
matthieu
d0078776bd
srv_ctrl isn't a directory in xkeyboard-config 2.4.1
13 years ago
halex
d95968b0d3
either set or unset variables that are to be examined further on, don't
just leave them untouched
ok ajacoutot@ sthen@ schwarze@
13 years ago
ajacoutot
2d0331d584
Start ldapd(8) earlier so that ypldap(8) can properly run (an LDAP
server _must_ be running and accessible before ypldap is started).
Add a proper pexp in the ypldap rc script.
discussed with pyr@ robert@ deraadt@
ok deraadt@
13 years ago
schwarze
939836ed72
Localize _new_pexp unconditionally, or rc_read_runfile()
might pick it up from a polluted environment.
Requested by halex@, ok ajacoutot@ halex@
13 years ago
schwarze
21f3cf257e
When the _RC_RUNFILE (by some ill chance) happened to be empty or
reading it failed, ${pexp} ended up as the empty string and the script
would send SIGTERM to init(1), which was really inconvenient.
Fix that by never allowing pexp to become empty.
My patch considerably simplified by and ok ajacoutot@.
13 years ago
ajacoutot
1c38ab8e2d
Finally make it possible to restart/stop a daemon after having changed
its _flags in rc.conf(8).
When the rc.d(8) system starts a daemon, it will record its pexp under
/var/run/rc.d/rcscriptname and use that to interact with it (errors in
creating /var/run/rc.d or missing pexp file are non fatal, the framework
will just fallback to what it currently does).
deraadt@ doesn't mind a long as it doesn't come in the way of people
manually managing their daemons.
discussed with and input from sthen@ halex@ robert@ schwarze@
ok sthen@ robert@
13 years ago
deraadt
e73b0d38a5
The new ypbind changes requires that the domainname be set before
rc.conf is run. There's no real downside.
ok aja
13 years ago
ajacoutot
3731b2cd85
Check if we are root right from the start.
ok robert@
13 years ago
ajacoutot
58e9cbce78
Prepend an underscore to internal variable names; this was reverted by
mistake in the previous commit.
No functionnal change.
ok robert@
13 years ago
ajacoutot
21d126d25a
Fix a small regression reported by nicm@: when domainname is set but
/var/yp/binding does not exist, do _not_ try to start ypbind.
Make it possible to start ypbind the same way as the other daemons
(using ypbind_flags) while preserving the historical startup behavior.
tested by deraadt@
13 years ago
deraadt
5ed886d791
sync
13 years ago
deraadt
a26d8773fe
ccd goes to the attic
discussed with jsing and millert
13 years ago
ajacoutot
a3b3b9d573
rc_reload is valid here.
ok robert@
13 years ago
ajacoutot
20eae469d3
Add /usr/local/sbin to the default path (/sbin and /usr/sbin are
already there).
ok sthen@ millert@ gilles@ deraadt@
13 years ago
jasper
5501d18581
Stop spreading lies about the usage of 'nobody', it's confusing to link it
with NFS here. Result of a discussion with several.
ok deraadt@ millert@
13 years ago
halex
bb9d3c7e37
revert previous and pass on the RC_DEBUG and RC_FORCE flags in the start+stop
dance on restart rather than exporting them and expose the script to a
potentially polluted environment
ok ajacoutot@ robert@
13 years ago
ajacoutot
91843b8c72
Repair "restart" debug and force modes (we need to export RC_DEBUG and
RC_FORCE since "restart" calls "stop" then "start").
While here, append "_" to these variable names to make it clear they are
internal.
ok robert@
13 years ago