mpi
ad4f1cd9b2
sync
12 years ago
mpi
9662039c95
Add agp node
12 years ago
rpe
a78a8d94ea
use the more compact version of the check for ifconfig'able interfaces
from install.sub
with feedback from and ok halex
12 years ago
rpe
d83e309127
- remove isalphanumeric() and replace it with a shell pattern, that
tries a bit harder to identify invalid interface names and in
this case emit an error message.
- use [[ $1 == autoboot ]] to avoid a shell error message due to
possible spaces in first argument
- no change in functionality
discussed with krw and halex
ok ("I like this") krw
12 years ago
jasper
13010fa527
regen
12 years ago
ajacoutot
d3b80c706a
rc_restart() does not exists. What the 'restart' action does is to run
'stop' then 'start'; so to prevent this daemon from restarting itself,
rc_stop=NO is enough.
ok robert@
12 years ago
ajacoutot
047a8c0157
Remove useless test: rc_rm_runfile() uses rm -f which always returns 0
so we don't care if the file is present or not; also this function
should never return a failure.
ok halex@
12 years ago
ajacoutot
9b53ec7347
Don't output "$action is not supported" when running an rc.d(8) script
from /etc/rc(8). This prevents the warning to be displayed at shutdown
time when the script has rc_stop=NO.
req. and input from fgsch@
"go ahead" schwarze@
input from an ok halex@, ok robert@
12 years ago
ajacoutot
1ff56ff423
Remove pointless local declaration.
ok halex@
12 years ago
ajacoutot
0b8cf7f43d
Revert previous; there are more things to consider.
12 years ago
ajacoutot
6505f95e1c
Remove pre-rc.d(8) backward compatibility.
See faq/current.html for more information.
The local_rcconf variable is not used anywhere anymore so drop it.
suggested by deraadt@
ok sthen@
12 years ago
ajacoutot
df8fd41267
Don't check if ${local_rcconf} is defined before sourcing rc.conf but do
it unconditionally.
The only place local_rcconf could have been defined is from /etc/rc
sourcing rc.conf but then the variable is not exported so it will never
be seen by rc.subr.
ok robert@
12 years ago
jasper
3808831b76
Run chown/chgrp iff the preceding mknod call worked; thus if if there's
actually something to chown/chgrp.
ok todd@
12 years ago
kettenis
e096f85a8c
Start ldomd(8).
12 years ago
kettenis
ab982706df
Script for ldomd(8).
ok dcoppa@, deraadt@
12 years ago
kettenis
81462eb158
regen
12 years ago
kettenis
5e89862ef2
Add /dev/ldom[0-3].
12 years ago
deraadt
883b0119da
OK, enough is enough. So many people persist in the practice of editing
this file, even years after the rc.conf / rc.conf.local split happened.
One way to improve upon this is to put a big fat comment at the top of
the file. (Other ways to improve this is by renaming files, but that
will just create more confusion).
ok aja robert
12 years ago
ajacoutot
f0ab8d12de
sort to be consistent with the other rc scripts: rc_** actions come after
the pexp.
12 years ago
halex
962e8b9dcd
disable reload since SIGHUP kills smtpd
ok chl@ gilles@
12 years ago
kettenis
4ad9b25b4f
regen
12 years ago
kettenis
db33405b73
Add /dev/hvctl and /dev/spds.
12 years ago
deraadt
90044a7e80
use the les specific "checksums"; Rob Pierce
12 years ago
dcoppa
01e103d48c
Forgot to add _iscsid to mail/aliases
Pointed out by ajacoutot@
12 years ago
dcoppa
52139c77e8
Add the _iscsid user, required by iscsid
OK claudio@
12 years ago
gilles
cd01db31b9
- replace "all" with "any"
- add examples for how to accept mail from external source and for a
specific domain
12 years ago
shadchin
a930916bde
Update for xkeyboard-config 2.7.
12 years ago
dtucker
0c4e2219dd
Add targets for the 6k and 8k bit moduli components
12 years ago
matthieu
c3e3b3e12d
Remove /usr/X11R6/lib/X11/config/
12 years ago
yasuoka
71d3e06461
Enable npppd and npppctl in default build. Add npppd to rc and
install sample configs to /etc/.
ok claudio deraadt henning mcbride
12 years ago
reyk
89bfa21db3
Add SNMPv3 USM example (commented out)
12 years ago
ajacoutot
307aa3046d
Simplify the way we call the rc.d(8) script in "restart".
ok sthen@
12 years ago
deraadt
a34b303b63
we need a fakeramdisk, like on sparc64
12 years ago
mpi
f1cfc1448e
sync
12 years ago
mpi
cd67385a6f
Add drm node
ok kettenis@
12 years ago
ajacoutot
4ff3f48cb4
Make '-f' only affects the "start" action.
There is no reason we couldn't reload|stop a daemon even when _flags is
set to NO.
As a bonus side effect, we can now see usage() on disabled scripts.
discussed with sthen@ and espie@
ok sthen@
12 years ago
dtucker
9b4df9f432
regen moduli file (<=4kbit). ok deraadt djm
12 years ago
dtucker
d093c72e8e
Make the update-moduli rule append the 6kbit and 8kbit params so that we
can trivially regen the <=4k bit ones. ok djm@
12 years ago
ajacoutot
dea79dbe51
Hook up nginx to rc(8).
ok deraadt@ robert@
12 years ago
todd
a0b85349e0
sync: remove lingering nnpfs, pointed out by jmc@
12 years ago
deraadt
3292a32307
create the man8/beagle dir
12 years ago
todd
6032a6b1a2
enter etc.beagle so MAKEDEV.8 can be generated properly during builds
prompted by deraadt@
12 years ago
deraadt
c9adcc97bf
no more afs activation goop
12 years ago
deraadt
bf99d19d35
stop installing the etc/afs
12 years ago
deraadt
85439c91a8
sync
12 years ago
deraadt
d7b1e60dd9
get rid of the nnpfs nodes
12 years ago
ajacoutot
bac2b278e8
Use the new "-q" option of pgrep(1) instead of redirecting stdout
to /dev/null.
12 years ago
dlg
4f6e837104
wire up the bits for tftp-proxy, which is called tftpproxy from rc.d's
point of view.
mostly ok sthen@ ajacoutot@, who were discussing the feng shui of the
start_daemons chunk
12 years ago
ajacoutot
b3070ea3a2
Optimize checks for /etc/exports.
from robert at peichaer dot org
discussed with and ok halex@
12 years ago
ajacoutot
ccfdfa3ecd
unset _rcflags and _rcuser so that they don't get inherited by rc.d(8)
scripts; from robert at peichaer dot org
ok halex@
While here, put the "sanitation" commands in their own block.
12 years ago