Bug 63555

Summary: quotacheck.c does not use QUOTACHECK path found during configure
Product: systemd Reporter: Michał Górny <mgorny>
Component: generalAssignee: systemd-bugs
Status: RESOLVED FIXED QA Contact: systemd-bugs
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Michał Górny 2013-04-15 13:24:56 UTC
configure.ac does:

AC_PATH_PROG([QUOTACHECK], [quotacheck], [/usr/sbin/quotacheck])

yet src/quotacheck/quotacheck.c does:

        static const char * const cmdline[] = {
                "/sbin/quotacheck",
                "-anug",
                NULL
        };

So it not only does not respect the autodetection but also uses a path different than the default one.
Comment 1 Lennart Poettering 2013-05-06 19:16:38 UTC
Fixed in git.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.