Sync usage with man page.
[netbsd-mini2440.git] / etc / rc.d / tpctl
blob4f3d4d97403d4d8febf82e6f9c0ab0e2b992a7f8
1 #!/bin/sh
3 # $NetBSD: tpctl,v 1.1 2002/08/27 14:12:14 takemura Exp $
6 # PROVIDE: tpctl
7 # REQUIRE: DAEMON wscons
8 # BEFORE: LOGIN
10 $_rc_subr_loaded . /etc/rc.subr
12 name="tpctl"
13 rcvar=$name
14 start_cmd="run_tpctl"
15 stop_cmd=":"
17 run_tpctl()
19 echo "Calibrating touch panel..."
20 /usr/sbin/${name} $rc_flags
23 load_rc_config $name
24 run_rc_command "$1"