Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 21:31:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277767] mail/mailscanner
Message-ID:  <bug-277767-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277767

            Bug ID: 277767
           Summary: mail/mailscanner
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: crees@FreeBSD.org
          Reporter: tundra@tundraware.com
          Assignee: crees@FreeBSD.org
             Flags: maintainer-feedback?(crees@FreeBSD.org)

The following script is broken and has been for some time:

/usr/local/sbin/ms-update-phishing

It makes use of the following idiom:

    stat -c ....

But -c is supported on Linux, not on FreeBSD.

I believe that when a new release of Mailscanner comes out, these need to be
changed to:

    stat -f

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277767-7788>