blob: df55e250cf1696ee3b12d917b2b9b43380a08142 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/sbin/runscript
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
start()
{
. /lib/rcscripts/addons/mdev-start.sh
}
|