slackware-current/source/a/lvm2/lvm2-2.03.20-dm_lvm_rules_no_systemd.patch
Patrick J Volkerding 25d8b003ae Sun Oct 22 19:30:42 UTC 2023
a/lvm2-2.03.22-x86_64-1.txz:  Upgraded.
kde/kstars-3.6.7-x86_64-1.txz:  Upgraded.
  It's time for KStars in Slackware to be less of a toy and more of a useful
  tool. The required dependencies have been added for EKOS, the INDI client
  included in KStars, which will allow for computer control of astronomy
  devices. Additional deps and drivers may be required, but these are runtime
  dependencies. See (for example) gpsd, libdc1394, libftdi1, libindi-libraries,
  and libindi-drivers, all of which can be found on slackbuilds.org.
  Huge thanks to Edward W. Koenig for the detailed writeup - it was extremely
  helpful! :-) Here's a link to the article:
  https://www.linuxgalaxy.org/kingbeowulf/astronomy-device-control-in-slackware-15-and-current/
kde/libindi-2.0.4-x86_64-1.txz:  Added.
  This is required by kstars-3.6.7.
kde/libnova-0.15.0-x86_64-1.txz:  Added.
  This is required by kstars-3.6.7.
  Thanks to Chris Abela, Ryan P.C. McQuen, and Philip Lacroix.
kde/stellarsolver-2.5-x86_64-1.txz:  Added.
  This is required by kstars-3.6.7.
kde/wcslib-8.1-x86_64-1.txz:  Added.
  This is required by kstars-3.6.7.
l/LibRaw-0.21.1-x86_64-2.txz:  Rebuilt.
  This update fixes a security issue:
  A heap-buffer-overflow was found in raw2image_ex(int), which may lead to
  application crash by maliciously crafted input file.
  For more information, see:
    https://www.cve.org/CVERecord?id=CVE-2023-1729
  (* Security fix *)
l/imagemagick-7.1.1_21-x86_64-1.txz:  Upgraded.
l/libev-4.33-x86_64-1.txz:  Added.
  This is required by kstars-3.6.7.
  As this package may have more general usage than just kstars, we'll put it
  in the L series.
  Thanks to AA ime Ramov and Matteo Bernardini.
l/vte-0.74.1-x86_64-1.txz:  Upgraded.
2023-10-22 22:00:59 +02:00

11 lines
673 B
Diff

--- a/udev/69-dm-lvm.rules.in
+++ b/udev/69-dm-lvm.rules.in
@@ -76,7 +76,7 @@
# it's better suited to appearing in the journal.
IMPORT{program}="(LVM_EXEC)/lvm pvscan --cache --listvg --checkcomplete --vgonline --autoactivation event --udevoutput --journal=output $env{DEVNAME}"
-ENV{LVM_VG_NAME_COMPLETE}=="?*", RUN+="(SYSTEMDRUN) --no-block --property DefaultDependencies=no --unit lvm-activate-$env{LVM_VG_NAME_COMPLETE} (LVM_EXEC)/lvm vgchange -aay --autoactivation event $env{LVM_VG_NAME_COMPLETE}"
+ENV{LVM_VG_NAME_COMPLETE}=="?*", RUN+="(LVM_EXEC)/lvm vgchange -aay --nohints --autoactivation event $env{LVM_VG_NAME_COMPLETE}"
GOTO="lvm_end"
LABEL="lvm_end"