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
/
identd
blob
1a01f6a8962897aa4ec713e13613f972db3afbc0
1
#!/bin/sh
2
#
3
# $NetBSD: identd,v 1.1 2004/01/31 21:50:45 christos Exp $
4
#
5
6
# PROVIDE: identd
7
# REQUIRE: DAEMON
8
# KEYWORD: shutdown
9
10
$_rc_subr_loaded
.
/
etc
/
rc.subr
11
12
name
=
"identd"
13
rcvar
=
$name
14
command
=
"/usr/libexec/
${name}
"
15
16
load_rc_config
$name
17
run_rc_command
"
$1
"