Page MenuHomeFreeBSD

rc.d: Fix ftpd flags
ClosedPublic

Authored by jlduran on Sep 26 2025, 8:54 AM.
Tags
None
Referenced Files
F168230535: D52745.id162862.diff
Thu, Aug 27, 1:51 AM
Unknown Object (File)
Thu, Aug 20, 1:03 PM
Unknown Object (File)
Wed, Aug 19, 4:03 PM
Unknown Object (File)
Fri, Aug 7, 7:15 AM
Unknown Object (File)
Tue, Aug 4, 9:02 AM
Unknown Object (File)
Tue, Aug 4, 7:50 AM
Unknown Object (File)
Mon, Aug 3, 2:02 AM
Unknown Object (File)
Thu, Jul 30, 10:27 AM
Subscribers

Details

Summary

After f99f0ee14e3a ("rc.d: add a service jails config to all base system
services"), the FTP service ignores the flags configured in ftpd_flags:

  1. sysrc ftpd_flags=-B ftpd_flags: -> -B
  2. service ftpd enable ftpd enabled in /etc/rc.conf
  3. service ftpd start Starting ftpd.
  4. pgrep -fl ftpd 1234 /usr/libexec/ftpd -D

Notice the absence of the "-B" flag.

PR: 285600
Fixes: f99f0ee14e3a ("rc.d: add a service jails config to all base system services")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable