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)
Wed, Nov 26, 8:12 AM
Unknown Object (File)
Tue, Nov 25, 2:09 PM
Unknown Object (File)
Sat, Nov 22, 5:23 AM
Unknown Object (File)
Thu, Nov 20, 4:51 PM
Unknown Object (File)
Wed, Nov 19, 2:49 PM
Unknown Object (File)
Mon, Nov 10, 5:14 AM
Unknown Object (File)
Sun, Nov 9, 3:45 AM
Unknown Object (File)
Wed, Nov 5, 5:16 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