summaryrefslogtreecommitdiff
blob: 15e8d3db39eb564c67d73645c6f898f54dc86170 (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.sh

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

exit 0