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
/
xdm.in
blob
3ad01fdcce25df456fd1cd7d5b7ff9133ee28e78
1
#!/bin/sh
2
#
3
# $NetBSD$
4
#
5
6
# PROVIDE: xdm
7
# REQUIRE: DAEMON LOGIN wscons
8
# KEYWORD: shutdown
9
10
$_rc_subr_loaded
.
/
etc
/
rc.subr
11
12
name
=
"xdm"
13
rcvar
=
$name
14
command
=
"@X11ROOTDIR@/bin/
${name}
"
15
pidfile
=
"/var/run/
${name}
.pid"
16
required_files
=
"/etc/X11/xdm/xdm-config"
17
extra_commands
=
"reload"
18
19
load_rc_config
$name
20
run_rc_command
"
$1
"