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
/
ftp_proxy
blob
426beb632a739b187ef9ed4e7d1a478cb04eb09d
1
#!/bin/sh
2
#
3
# $NetBSD$
4
#
5
6
# PROVIDE: ftp_proxy
7
# REQUIRE: pf
8
# BEFORE: LOGIN
9
10
$_rc_subr_loaded
.
/
etc
/
rc.subr
11
12
name
=
"ftp_proxy"
13
rcvar
=
$name
14
command
=
"/usr/sbin/ftp-proxy"
15
16
load_rc_config
$name
17
run_rc_command
"
$1
"