david
4aaa4831a6
remove EOL whitespace
14 years ago
david
327941d99f
sort entries
14 years ago
david
e37a14dd0b
update location of host.random: it moved from /etc to /var/db in 1999...
14 years ago
deraadt
52acc35760
We should not sum the install*.iso file, since it is not created at build
time. We've been summing the one from the previous build (then additional
goo I run has been cleaning it up..)
14 years ago
deraadt
7c87ca9df5
in the most trivial way, request that the kernel arc4random re-key after
we run netstart
ok tedu, djm liked it too
14 years ago
deraadt
36e512981e
move to 4.9-current
14 years ago
deraadt
9f87be4749
talk to /dev/arandom as a single read or write.
in particular a single write will result in a single re-key event,
rather than 64 writes causing 64 re-keys -- wasting the kernel's time.
ok guenther
14 years ago
ajacoutot
00107b2b9e
Put the "su -c ..." command into an rcexec variable so that we can
easily use it in rc scripts instead of copying/pasting the same huge
command lines everywhere.
ok robert@ sthen@
14 years ago
ajacoutot
219ce41690
Check for a login class that match the rc script name and if we find one
let's use it. If not, then fall back to using daemon.
While here, do some reordering.
"I like this" sthen@, ok robert@
14 years ago
deraadt
7c582a1c5e
Start shipping bsd.mp for hppa; ok miod
14 years ago
ajacoutot
be1812f231
After the recent changes, there is no need for an rc_conf function.
As schwarze@ also stated, this will prevent anyone from calling it
(which would be an error) and makes it clearer that rc.subr is not just
a functions container.
No functionnal change, unless you were calling rc_conf from an rc script
which would have been wrong anyway.
ok schwarze@ robert@
14 years ago
jasper
76f70ab125
- add /usr/lib/pkgconfig/
14 years ago
ajacoutot
ff4f8c6619
There is no point in calling rc_conf manually from each and every rc
script; instead, rc.subr can call rc_conf itself right after reading in
rc.conf.
from schwarze@ (committing on his behalf)
ok robert@
14 years ago
ajacoutot
2f1b097008
Fix a flaw in the rc.subr framework reported by stephan@ where
local_rcconf would get overwritten by flags from the rc script itself.
Based on an original idea and diff from robert@, create an rc_conf
function that we add in the rc_script after the defaults daemon*
variables.
This way we can use defaults variables names in other part of the script
(when defining a specific pexp for instance).
While here, simplify setting up the default daemon variables so that we
don't need to do any substitution in rc_start.
rc scripts must include daemon variables before calling rc_conf. All
other locally modified variables (pexp, rc_reload, local additions...)
must come after.
feedback from and works for sthen@
ok robert@
14 years ago
deraadt
72958252d8
Consistantly use /dev/arandom for feeding entropy to the kernel.
ok kjell otto miod
14 years ago
tedu
a4a61f54ff
allow default blowfish rounds to be tweakable by arch, no behavioral change
ok deraadt
14 years ago
ajacoutot
7dddee5347
Add IANA officially assigned numbers for zabbix.
ok sthen@ deraadt@
14 years ago
ajacoutot
9cf9abb40e
Prefer '-l' over '-' which is deprecated.
Also noticed and agreed by eric@
ok robert@
14 years ago
robert
90f75c52e5
simulate a full login with su, now that the environment is fine after
the last su(1) commit
14 years ago
millert
70cb24d85a
Only run tset for interactive shells. OK robert@
14 years ago
ajacoutot
c4b90b3612
Make it possible to mark an rc action as unsupported by setting the
corresponding variable to NO.
e.g.
rc_reload=NO
This will save us the trouble of copying the same rc_reload() function
(or others) all over the tree.
ok robert@
14 years ago
ajacoutot
0ac91ffd59
Sanitise daemon_flags: remove multiple whitespaces from _rcflags.
requested by okan@, ok robert@
14 years ago
robert
97fd28dab8
Do not overwrite the settings in the rc scripts itself, so use the same
method to handle _class, _user and _shell as we do for _flags.
discussed with and ok ajacoutot@
14 years ago
robert
b8cf932a14
Add support for setting _user _class and _shell for a specific daemon,
and use su to start the daemons.
By default if there is no class defined, daemon will be used. For a shell
it defaults to /bin/sh.
14 years ago
millert
04ae106a16
The awk's split() starts numbering array indices at 1 not 0.
14 years ago
claudio
48f09b7f57
Update example filterset to include a basic IPv6 filterset.
While there extend the current IPv4 filterset.
OK sthen@, henning@
14 years ago
otto
ed51634dbd
better line for net.inet.carp.log reflecing current reality;
ok mcbride@ claudio@ henning@
14 years ago
ajacoutot
383753a760
Do like in rc.local and print the daemon name before running rc_stop.
ok robert@
14 years ago
miod
48d32bc4e0
regen
14 years ago
miod
5caa9a05a9
Sync MAKEDEV against conf.c, and both against GENERIC.
14 years ago
ajacoutot
29231ce06c
Consistency and remove the >50 spaces after 'do'...
ok robert@
14 years ago
matthieu
2514a9bb9a
Add libXi doc dir
14 years ago
ajacoutot
9377125bb7
Don't print 'Null message body; hope that's ok' in the rc output if the
call to rc.firstime doesn't output anything to mail(1).
ok deraadt@ halex@
14 years ago
ajacoutot
4f3be43f84
Print the daemon name _before_ starting the corresponding rc script.
"makes sense" schwarze@, ok robert@
14 years ago
deraadt
ee32a82a4b
delete excessive ; use
14 years ago
matthieu
07034f71eb
New doc directories for updated libs. remained by naddy@. thanks.
14 years ago
robert
5bbfd7b67c
remove my debug printf
14 years ago
robert
d8008fb0fb
After discussing with Ingo and Antoine we decided to rename
files to not include -. This way we can easily overwrite
daemon flags from rc.conf.local.
14 years ago
robert
3f59bf9ad3
add $
14 years ago
espie
60394f828b
let the readmes directory be standard
14 years ago
ajacoutot
cfcca0b7b6
Protect variable names, to be consistent with rc(8).
ok robert@
14 years ago
robert
bb62dcba0d
Remove 'status', because 'check' is what is used internally and we don't
need two functions doing the same thing, and also allow check to run as
non-root.
14 years ago
robert
f17fc3744c
Missing redirection to /dev/null in rc_start
14 years ago
robert
65db6172a9
quote $local_rcconf in [ ] and remove eval from rc_start()
14 years ago
robert
cfe71d6442
Add a simple 'rc' system to base in order to start/stop/restart/reload
services installed by the ports system (for now).
It only uses pgrep/pkill to handle these processes. A manual page will
come later.
'put it in' deraadt@
14 years ago
deraadt
e7843bd6f0
grow i386 inside media a teeny bit
14 years ago
schwarze
43336f43eb
There is no more groff in the base system, so use mandoc(1) to format
manuals on demand by man(1), even though a few manuals may still have
formatting issues with mandoc, and a tiny fraction may still make
mandoc error out.
Also remove the .me and .ms _build rules: we don't support these
formats any longer, and don't have any such manuals in base.
OK deraadt@ sthen@
14 years ago
deraadt
e5d43ba0a6
sync
14 years ago
deraadt
9a4c6833db
oops! we need to retain the usr/share/tmac directory until we figure
out what to do with vgrind.
14 years ago
deraadt
6efa7df9d3
The base no longer uses old groff -- it uses mandoc(1). The ports tree still
sometimes needs groff, but there it is pulled in as a build-dependency, and
it is the newer groff. We are able to do this now due to the hard work if ingo.
14 years ago