lukem
|
1ecb0d140f
|
Use 'load_rc_config_var CMD VAR' to set VAR for "foreign" rc.conf(5)
variables that may be set in /etc/rc.conf.d/CMD instead of /etc/rc.conf.
Fixes PR 20768 from Pavel Cahyna.
|
2004-10-12 14:51:03 +00:00 |
lukem
|
c73be7a88d
|
Explicitly REQUIRE: rpcbind since these services directly use RPC...
|
2004-10-11 14:11:43 +00:00 |
mycroft
|
7d2e1537c5
|
Add an _rc_subr_loaded variable, set to ":" by rc.subr. Scripts can use this
for a speedup by doing:
$_rc_subr_loaded . /etc/rc.subr
|
2004-08-13 18:08:03 +00:00 |
lukem
|
919eb089e2
|
change mountd to use its own $mountd variable (instead of $nfs_server).
nfsd will complain if mountd isn't set. from [misc/13135] by Johnny C. Lam.
|
2001-06-16 06:13:09 +00:00 |
fvdl
|
02cd59a751
|
* Portmap is now called rpcbind.
* Add IPv6 RPC entries to inetd.conf (commented out by default, as the others)
* Add netconfig file, needed for TI-RPC code.
|
2000-06-02 22:54:08 +00:00 |
lukem
|
5c1b0ec207
|
Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.
This allows us or a user to change the configuration file method in
one place - rc.subr - without having to edit all of the rc.d/* files.
|
2000-05-13 08:45:06 +00:00 |
lukem
|
c53094a738
|
rc.d scripts derived from /etc/rc
|
2000-03-10 11:53:23 +00:00 |