aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/mdev-like-a-boss/00-update-to-git-a5682fe.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/mdev-like-a-boss/00-update-to-git-a5682fe.patch')
-rw-r--r--unmaintained/mdev-like-a-boss/00-update-to-git-a5682fe.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/unmaintained/mdev-like-a-boss/00-update-to-git-a5682fe.patch b/unmaintained/mdev-like-a-boss/00-update-to-git-a5682fe.patch
deleted file mode 100644
index 0662e756847..00000000000
--- a/unmaintained/mdev-like-a-boss/00-update-to-git-a5682fe.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-diff --git a/LICENSE b/LICENSE
-new file mode 100644
-index 0000000..10206e3
---- /dev/null
-+++ b/LICENSE
-@@ -0,0 +1,10 @@
-+Copyright (c) 2012-2015, Piotr Karbowski <piotr.karbowski@gmail.com>
-+All rights reserved.
-+
-+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-+
-+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-+ * Neither the name of the Piotr Karbowski nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-+
-+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-diff --git a/README.rst b/README.rst
-index 56f420b..1a055b6 100644
---- a/README.rst
-+++ b/README.rst
-@@ -62,3 +62,4 @@ Random notes
- - Keycodes under Xorg may be different than with evdev, for example mute keycode is no longer 121 but 160. Install 'xev' and check your keycodes if you remap or bind them with xmodmap.
- - Mdev does not support udev's udisks and so on, Full blown desktop environments may not really like the change, you will lost your DE's automount stuff etc. But there is ``pmount`` and you can always config automount script in ``/etc/mdev.conf``
- - Unmerging udev may not be good idea, as for example chromium need libudev to compile. Better append ``sys-fs/udev -*`` to package.use and put ``sys-fs/udev-init-scripts-10`` into ``/etc/portage/profile/package.provided``. Then you can rebuild udev with all USE flags disabled and remove udev-init-scripts.
-+- `lsusb` seems to run `/etc/udev/hwids.bin` to identify devices. One may need to add `udev` USE flag to the hwids package if wishes to see the device names.
-diff --git a/helpers/storage-device b/helpers/storage-device
-index 8c0d0ac..ecedff3 100755
---- a/helpers/storage-device
-+++ b/helpers/storage-device
-@@ -94,7 +94,7 @@ drop_symlinks() {
- [ -f "${storage_dir}/storage_symlink_${type}_${MDEV}" ] || continue
- local target_symlink="$(cat "${storage_dir}/storage_symlink_${type}_${MDEV}" 2>/dev/null)"
- [ "${target_symlink}" ] || continue
--
-+
- local target_symlink_device="$(readlink "${target_symlink}")"
- if [ "${target_symlink_device}" = "/dev/${MDEV}" ]; then
- rm "${target_symlink}"