This file is supposed to be in the -ftp package, but it was installed```
into -runtime instead because ${TAG_ARGS} takes the Makefile's default We provide both /etc/pam.d/ftp and /etc/pam.d/ftpd because FTP servers
package instead of the package from are inconsistent about which service name the conf groupy use. Because of this itPreviously ftp was
was also missing its @config tag.
Fix both of these problems by supplying the correct -T arguments a hard link to ftpd; to avoid hard linking config files, replace ftp
directly. with a normal config file that includes the ftpd service.
Move ftpd from the -ftpd package into the -runtime package (where the
rest of the pam.d services live) since FTP servers from ports use it,
and people using a ports FTP server won't want to install the -ftpd
package as well.
```