forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=512
This commit is contained in:
parent
331aaaf12a
commit
1226d02da2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 11:19:31 UTC 2014 - werner@suse.de
|
||||
|
||||
- Do not return from main shell script but simply exit (bnc#862789)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 18:43:38 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
eval $(@@PREFIX@@/udevadm info --export --export-prefix=ROOT_ --device-id-of-file=/)
|
||||
|
||||
[ "$ROOT_MAJOR" -gt 0 ] || return
|
||||
[ "$ROOT_MAJOR" -gt 0 ] || exit 0
|
||||
mkdir -m 0755 -p /run/udev/rules.d >/dev/null 2>&1
|
||||
ln -sf /run/udev /dev/.udev 2>/dev/null || :
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user