Page MenuHomeFreeBSD

rc.d: Fix ftpd flags
ClosedPublic

Authored by jlduran on Sep 26 2025, 8:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 5, 4:56 AM
Unknown Object (File)
Sat, Apr 4, 2:49 PM
Unknown Object (File)
Fri, Apr 3, 10:08 PM
Unknown Object (File)
Thu, Mar 26, 12:53 PM
Unknown Object (File)
Thu, Mar 19, 10:15 PM
Unknown Object (File)
Feb 9 2026, 5:40 AM
Unknown Object (File)
Feb 9 2026, 5:40 AM
Unknown Object (File)
Jan 22 2026, 7:03 PM
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