mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
7b723a44c1
Fix build with clang on head (symbol collision)
8 lines
390 B
Plaintext
8 lines
390 B
Plaintext
bin/rssh
|
|
man/man1/rssh.1.gz
|
|
man/man5/rssh.conf.5.gz
|
|
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
|
|
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
|
|
etc/rssh.conf.default.dist
|
|
libexec/rssh_chroot_helper
|