diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-10-12 16:46:52 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-10-12 16:46:52 +0800 |
commit | 5cc9bb4aca3b71eb5ca0c41ecb828e4d7a3b63c8 (patch) | |
tree | 733cf5a0d941eea9b8412c615015d242ba32e153 /security/openssh | |
parent | d5c19194208c01c00206a28226195f914d6a96ec (diff) | |
download | freebsd-ports-gnome-5cc9bb4aca3b71eb5ca0c41ecb828e4d7a3b63c8.tar.gz freebsd-ports-gnome-5cc9bb4aca3b71eb5ca0c41ecb828e4d7a3b63c8.tar.zst freebsd-ports-gnome-5cc9bb4aca3b71eb5ca0c41ecb828e4d7a3b63c8.zip |
Let PREFIX/libdata exists, even as it had been created by the port,
Logs on beton complaining about it.
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/openssh/pkg-plist b/security/openssh/pkg-plist index 7047905d9693..da957bc95996 100644 --- a/security/openssh/pkg-plist +++ b/security/openssh/pkg-plist @@ -13,7 +13,6 @@ sbin/sshd libexec/sftp-server libdata/ssh/Ssh.bin @dirrm libdata/ssh -@dirrm libdata @exec if [ ! -f %D/etc/ssh_host_key ]; then echo ">> Generating a secret RSA host key."; %D/bin/ssh-keygen -N "" -f %D/etc/ssh_host_key; fi @exec if [ ! -f %D/etc/ssh_host_dsa_key ]; then echo ">> Generating a secret DSA host key."; %D/bin/ssh-keygen -d -N "" -f %D/etc/ssh_host_dsa_key; fi @exec if [ ! -x %D/etc/rc.d/sshd.sh ]; then echo "#!/bin/sh" > %D/etc/rc.d/sshd.sh && exec echo "[ -x %D/sbin/sshd ] && %D/sbin/sshd && echo -n ' sshd'" >> %D/etc/rc.d/sshd.sh && exec chmod 0555 %D/etc/rc.d/sshd.sh; fi |