From 8603d9ecdf4f3a9997273452f21cc2ebcb9901a3 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Mon, 1 Oct 2018 16:54:26 -0500 Subject: [PATCH] The following changes were made: * Removed modules from Should-Start in init script * Added udevadm hwdb --update to usher --- Makefile | 2 +- SNAP/udevd.init | 2 +- SNAP/usher | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ae820e3..b0f1f48 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ export REPO = core BRIEF = Fork of udev DESC = eudev is a fork of system-udev with the goal of obtaining better \ compatibility with existing software -SNAPVER = 1 +SNAPVER = 2 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') diff --git a/SNAP/udevd.init b/SNAP/udevd.init index 1bdeb5e..fcf471d 100755 --- a/SNAP/udevd.init +++ b/SNAP/udevd.init @@ -3,7 +3,7 @@ # Provides: udev $time # Required-Start: # Required-Stop: -# Should-Start: modules mountvirtfs +# Should-Start: mountvirtfs # Should-Stop: # Default-Start: S # Default-Stop: diff --git a/SNAP/usher b/SNAP/usher index 34f9877..5c97f1d 100755 --- a/SNAP/usher +++ b/SNAP/usher @@ -11,6 +11,8 @@ case $1 in /proc/1/root 2>/dev/null)" ]; then /etc/init.d/udevd restart fi + + udevadm hwdb --update ;; prerm) exit 0