severity 721347 important
thanks

Hi,

Am 30.08.2013 17:25, schrieb Kirill Elagin:
> Upstream provides unit-files `quotaon.service` and 
> `systemd-quotacheck.service` which assume that
> binaries from `quota` package are in `/usr/sbin`, while in Debian they are in 
> `/sbin`.
> 
> This results in quotas not being enabled (due to failed conditions).

Thanks for the bug report.

configure.ac has a couple of program checks:

AC_PATH_PROG([QUOTACHECK], [quotacheck], [/usr/sbin/quotacheck])
AC_PATH_PROG([SETCAP], [setcap], [/usr/sbin/setcap])
AC_PATH_PROG([KILL], [kill], [/usr/bin/kill])
AC_PATH_PROG([KMOD], [kmod], [/usr/bin/kmod])
AC_PATH_PROG([KEXEC], [kexec], [/usr/sbin/kexec])

If the binary is not found in the build environment, the specified
default is used. We can

a/ either build-depend on the various packages, specifically quota,
libcap2-bin, procps, kmod, kexec-tools

b/ patch configure.ac to use different defaults, i.e.
/sbin/quotacheck
/sbin/setcap
/bin/kill
/bin/kmod
/sbin/kexec


Opinions, thoughts?


Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to