diff options
author | netchild <netchild@FreeBSD.org> | 2003-07-07 15:24:36 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-07-07 15:24:36 +0000 |
commit | c3d798c93c964c0ad6da12909726475b1cddfa79 (patch) | |
tree | 8ea214528cd94ff5c283f290ef12f1e2648c299f /security | |
parent | 7ed502f24a84fe8defa3963c9ea3b63766a7f0fc (diff) | |
download | FreeBSD-ports-c3d798c93c964c0ad6da12909726475b1cddfa79.zip FreeBSD-ports-c3d798c93c964c0ad6da12909726475b1cddfa79.tar.gz |
Fix plist.
No PORTREVISION update because of the short timeframe between the commits.
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh2/pkg-plist | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/security/ssh2/pkg-plist b/security/ssh2/pkg-plist index 99f686a..e336f3b 100644 --- a/security/ssh2/pkg-plist +++ b/security/ssh2/pkg-plist @@ -39,16 +39,16 @@ sbin/sshd2 sbin/sshd-check-conf sbin/sshd @exec if [ ! -f %D/etc/ssh2/hostkey ]; then umask 022; echo "Generating host key."; %D/bin/ssh-keygen2 -P -t dsa "DSA hostkey" %D/etc/ssh2/hostkey; fi -%%PORTDOCS%%%%DATADIR%%/CHANGES -%%PORTDOCS%%%%DATADIR%%/FAQ -%%PORTDOCS%%%%DATADIR%%/INSTALL -%%PORTDOCS%%%%DATADIR%%/LICENSE -%%PORTDOCS%%%%DATADIR%%/MANIFEST -%%PORTDOCS%%%%DATADIR%%/NEWS -%%PORTDOCS%%%%DATADIR%%/README -%%PORTDOCS%%%%DATADIR%%/REGEX-SYNTAX -%%PORTDOCS%%%%DATADIR%%/SSH2.QUICKSTART -%%PORTDOCS%%@dirrm %%DATADIR%% +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/MANIFEST +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/REGEX-SYNTAX +%%PORTDOCS%%%%DOCSDIR%%/SSH2.QUICKSTART +%%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rmdir %D/etc/ssh2/hostkeys 2> /dev/null || true @unexec rmdir %D/etc/ssh2/knownhosts 2> /dev/null || true @unexec rmdir %D/etc/ssh2/subconfig 2> /dev/null || true |