GNOME Bugzilla – Bug 704711
modemmanager-1.0: org.freedesktop.ModemManager1.service doesn't substitutes ${exec_prefix}
Last modified: 2013-07-23 09:07:45 UTC
We get a wrong /usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service # This D-Bus service activation file is only for systemd support since # an auto-activated ModemManager would be quite surprising for those people # who have MM installed but turned off. Thus the Exec path available to # D-Bus is /bin/false, but systemd knows the real Exec path due to the MM # systemd .service file. [D-BUS Service] Name=org.freedesktop.ModemManager1 Exec=${exec_prefix}/sbin/ModemManager User=root SystemdService=dbus-org.freedesktop.ModemManager1.service
There's no good release without a stupid bug like this :) Fix pushed to both git master and mm-1-0; the relevant commit in mm-1-0 is 7cda349c384c847fe838d418c1f83e85495d54d4.