freebsd-ports/net/SSLtelnet/pkg-plist
Issei Suzuki 5fd3ba9ac0 - Fix compilation and installation error in CURRENT.
- maintainer is committer now.
- Style fix in patch-*

PR: 23255
2001-01-09 20:59:55 +00:00

5 lines
329 B
Plaintext

bin/telnet
libexec/telnetd
@exec mkdir %%OPENSSLDIR%%/certs
@exec if [ ! -f $(OPENSSLDIR)/certs/telnetd.pem ]; then cd %%OPENSSLDIR%%/certs; openssl req -new -x509 -nodes -days 365 -out telnetd.pem -keyout telnetd.pem; ln -s telnetd.pem `openssl x509 -noout -hash < telnetd.pem`.0 ; chmod 600 $(OPENSSLDIR)/certs/telnetd.pem; fi