summaryrefslogtreecommitdiff
blob: 16ee9672dd9dd4fe865450a658a6b2b7614452ef (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

start() {
	ebegin "Starting hwsetup"
	[ -e /etc/sysconfig ] || mkdir -p /etc/sysconfig
	[ -x /usr/sbin/hwsetup ] && hwsetup
	eend $?
}