[Bug 279217] ftp/freebsd-ftpd ls output missing file-owner field in 14.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 22 May 2024 11:44:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279217

            Bug ID: 279217
           Summary: ftp/freebsd-ftpd ls output missing file-owner field in
                    14.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: cy@FreeBSD.org
          Reporter: stewart+FreeBSD-BugZilla@arnos-vale.net
             Flags: maintainer-feedback?(cy@FreeBSD.org)
          Assignee: cy@FreeBSD.org

Created attachment 250871
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250871&action=edit
Removes '-g' from /bin/ls arguments

In FreeBSD 14, the "-g" flag to /bin/ls changed from "backwards compatible, do
nothing" to "remove the file-owner column from the output".  This breaks
compatibility with FTP clients expecting to see that field.
Since "-g" previously did nothing, the attached patch simply removes it from
the locations (in ftpd.c and ftpcmd.y) that I could see it being used.
Stewart

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