aboutsummaryrefslogtreecommitdiff
blob: 47e095607f0a2cd141ce92c34d30c0897ee97d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 1999-2007 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