# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../udev/no-udevd-restart.patch # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- udev-102/Makefile 2006-10-10 17:07:35.000000000 +0200 +++ udev-102-patch/Makefile 2006-11-04 11:23:39.000000000 +0100 @@ -285,11 +285,6 @@ @extras="$(EXTRAS)"; for target in $$extras; do \ $(MAKE) -C $$target $@ || exit 1; \ done; -ifndef DESTDIR - - killall udevd - - rm -rf /dev/.udev - - $(sbindir)/udevd --daemon -endif .PHONY: install-bin uninstall-bin: @@ -300,10 +295,6 @@ - rm -f $(DESTDIR)$(usrsbindir)/udevmonitor - rm -f $(DESTDIR)$(usrbindir)/udevinfo - rm -f $(DESTDIR)$(usrbindir)/udevtest -ifndef DESTDIR - - killall udevd - - rm -rf /dev/.udev -endif @extras="$(EXTRAS)"; for target in $$extras; do \ $(MAKE) -C $$target $@ || exit 1; \ done;