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, Sep 16, 5:43 AM
Unknown Object (File)
Mon, Sep 14, 8:49 PM
Unknown Object (File)
Tue, Sep 8, 6:38 AM
Unknown Object (File)
Sat, Sep 5, 4:10 PM
Unknown Object (File)
Sat, Sep 5, 3:05 PM
Unknown Object (File)
Thu, Sep 3, 1:07 PM
Unknown Object (File)
Thu, Sep 3, 10:37 AM
Unknown Object (File)
Tue, Sep 1, 11:50 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