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)
Mon, May 18, 1:58 AM
Unknown Object (File)
Mon, May 18, 1:09 AM
Unknown Object (File)
Mon, May 18, 1:09 AM
Unknown Object (File)
Mon, May 18, 12:49 AM
Unknown Object (File)
Tue, May 12, 6:13 PM
Unknown Object (File)
Tue, May 12, 9:54 AM
Unknown Object (File)
Fri, May 8, 3:09 AM
Unknown Object (File)
Mon, May 4, 10:20 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