Changeset 3489 in MondoRescue for branches/3.2/mindi/mindi


Ignore:
Timestamp:
Dec 4, 2015, 1:32:09 AM (8 years ago)
Author:
Bruno Cornec
Message:

On Debian 8 we need to use /lib/systemd instead of /usr/lib/systemd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3485 r3489  
    26342634            tar cf - -C / /usr/lib/udev 2> $templog | tar xf -  || LogIt "ERROR: Problem in /usr/lib/udev analysis" $templog
    26352635        fi
    2636         if [ -x /sbin/udevd ] || [ -x /usr/bin/udevd ] || [ -x /usr/lib/systemd/systemd-udevd ]; then
     2636        if [ -x /sbin/udevd ] || [ -x /usr/bin/udevd ] || [ -x /usr/lib/systemd/systemd-udevd ] || [ -x /lib/systemd/systemd-udevd ]; then
    26372637            lis2=`grep -Ev '^#' $DEPLIST_DIR/udev.conf`
    26382638            lis=""
Note: See TracChangeset for help on using the changeset viewer.