[systemd-bugs] [Bug 63555] New: quotacheck.c does not use QUOTACHECK path found during configure

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Apr 15 06:24:56 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=63555

          Priority: medium
            Bug ID: 63555
          Assignee: systemd-bugs at lists.freedesktop.org
           Summary: quotacheck.c does not use QUOTACHECK path found during
                    configure
        QA Contact: systemd-bugs at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: mgorny at gentoo.org
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: general
           Product: systemd

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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130415/770a3fd2/attachment-0001.html>


More information about the systemd-bugs mailing list