summaryrefslogtreecommitdiff
blob: 784e5d509b4fcd31ecefbe3faab453dd3cabdc0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# for function yesno
. /lib/udev/shell-compat-addon.sh

# store device tarball
(
	. /etc/init.d/udev-dev-tarball
	stop
)

exit 0