repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
etc
/
rc.d
/
racoon
blob
ae9cc814c51cb5e23a54bd3f299d19291136a218
1
#!/bin/sh
2
#
3
# $NetBSD: racoon,v 1.4 2004/08/13 18:08:03 mycroft Exp $
4
#
5
6
# PROVIDE: ike
7
# REQUIRE: isdnd kdc ppp
8
# BEFORE: SERVERS
9
# KEYWORD: shutdown
10
11
$_rc_subr_loaded
.
/
etc
/
rc.subr
12
13
name
=
"racoon"
14
rcvar
=
$name
15
command
=
"/usr/sbin/
${name}
"
16
pidfile
=
"/var/run/
${name}
.pid"
17
required_files
=
"/etc/racoon/racoon.conf"
18
19
load_rc_config
$name
20
run_rc_command
"
$1
"