summaryrefslogtreecommitdiff
blob: 60e1bb4f83fa9b8dfd978f3ebc8bab436a69cb9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

depend() {
	need firmware
}

start() {
	einfo "Starting hwsetup ..."
	[ -e /etc/sysconfig ] || mkdir -p /etc/sysconfig
	[ -x /usr/sbin/hwsetup ] && hwsetup
}