Files
sablink-distro/sys-fs/udev/files/151/udev-stop.sh
T
2010-03-01 09:05:17 +01:00

14 lines
237 B
Bash

# 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