summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'addons/udev-stop.sh')
-rw-r--r--addons/udev-stop.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/addons/udev-stop.sh b/addons/udev-stop.sh
new file mode 100644
index 0000000..784e5d5
--- /dev/null
+++ b/addons/udev-stop.sh
@@ -0,0 +1,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