Alejandro Mery
16 years ago
5 changed files with 3 additions and 71 deletions
@ -1,30 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../udev/no_restart.patch
|
||||
# Copyright (C) 2006 - 2009 The OpenSDE 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.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
--- ./Makefile.orig 2008-06-12 08:24:30.000000000 +0300
|
||||
+++ ./Makefile 2009-02-01 20:40:48.000000000 +0200
|
||||
@@ -264,11 +264,6 @@
|
||||
@extras="$(EXTRAS)"; for target in $$extras; do \
|
||||
$(MAKE) -C $$target $@ || exit 1; \
|
||||
done;
|
||||
-ifndef DESTDIR
|
||||
- - killall udevd
|
||||
- - rm -rf $(udevdir)/.udev
|
||||
- - $(sbindir)/udevd --daemon
|
||||
-endif
|
||||
.PHONY: install-bin
|
||||
|
||||
uninstall-bin:
|
@ -1,29 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../udev/overwrite_rules.patch
|
||||
# Copyright (C) 2007 - 2009 The OpenSDE 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.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
--- ./Makefile.orig 2009-02-01 21:38:50.000000000 +0200
|
||||
+++ ./Makefile 2009-02-01 21:41:24.000000000 +0200
|
||||
@@ -220,9 +220,7 @@
|
||||
install-config:
|
||||
$(INSTALL) -d $(DESTDIR)$(libudevdir)/rules.d
|
||||
$(INSTALL) -d $(DESTDIR)$(configdir)/rules.d
|
||||
- @ if [ ! -r $(DESTDIR)$(configdir)/udev.conf ]; then \
|
||||
- $(INSTALL_DATA) udev.conf $(DESTDIR)$(configdir); \
|
||||
- fi
|
||||
+ $(INSTALL_DATA) udev.conf $(DESTDIR)$(configdir);
|
||||
cp rules/rules.d/* $(DESTDIR)$(libudevdir)/rules.d
|
||||
@ extras="$(EXTRAS)"; for target in $$extras; do \
|
||||
$(MAKE) -C $$target $@ || exit 1; \
|
@ -1,7 +1,7 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../udev/scsi_id.config.patch |
||||
# Filename: package/.../udev/scsi_id.config.patch.disabled |
||||
# Copyright (C) 2007 - 2009 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
Loading…
Reference in new issue