From 5fd3ba9ac0b360c6df2ebe00e0c9886ccf63cbe2 Mon Sep 17 00:00:00 2001 From: Issei Suzuki Date: Tue, 9 Jan 2001 20:59:55 +0000 Subject: - Fix compilation and installation error in CURRENT. - maintainer is committer now. - Style fix in patch-* PR: 23255 --- net/SSLtelnet/pkg-plist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/SSLtelnet/pkg-plist') diff --git a/net/SSLtelnet/pkg-plist b/net/SSLtelnet/pkg-plist index 75a8b02c4a13..e97f9d87e472 100644 --- a/net/SSLtelnet/pkg-plist +++ b/net/SSLtelnet/pkg-plist @@ -1,2 +1,4 @@ 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 -- cgit v1.2.3