diff options
Diffstat (limited to 'sys-fs/udev/files/151/udev-stop.sh')
-rw-r--r-- | sys-fs/udev/files/151/udev-stop.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-fs/udev/files/151/udev-stop.sh b/sys-fs/udev/files/151/udev-stop.sh new file mode 100644 index 000000000000..47e095607f0a --- /dev/null +++ b/sys-fs/udev/files/151/udev-stop.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-addon.sh + +# store device tarball +( + . /etc/init.d/udev-dev-tarball + stop +) + +exit 0 |