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