ppa-packaging icon indicating copy to clipboard operation
ppa-packaging copied to clipboard

nfd: missing Depends systemd

Open yoursunny opened this issue 8 years ago • 2 comments

nfd-start command installed by nfd package uses systemctl command which comes from systemd package, so systemd should be listed as a dependency.

yoursunny avatar Jan 28 '17 04:01 yoursunny

No. Such dependency should not be specified. The custom-content nfd-start/stop scripts was my attempt to prevent starting NFD by non-system provided means. If I figure out how to not install these script, I would do it instead. If it is too complicated, then I'll just print a diagnostic message that other way of starting NFD should be used.

cawka avatar Feb 01 '17 02:02 cawka

I could agree that a dependency on systemd is not desired. However, as long as it's still needed by the current script, it should be specified as a dependency.

yoursunny avatar Apr 13 '17 19:04 yoursunny