summaryrefslogtreecommitdiff
path: root/security/ssh2/pkg-plist
blob: 7de54e647b7057d1e593c1fc42c91c5dd985734a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
bin/ssh2
@exec mv %D/bin/ssh %D/bin/ssh.old
bin/ssh
@unexec mv -f %B/%f.old %B/%f
bin/scp2
@exec mv %D/bin/scp %D/bin/scp.old
bin/scp
@unexec mv -f %B/%f.old %B/%f
bin/sftp2
bin/sftp
bin/sftp-server2
bin/sftp-server
bin/ssh-agent2
@exec mv %D/bin/ssh-agent %D/bin/ssh-agent.old
bin/ssh-agent
@unexec mv -f %B/%f.old %B/%f
bin/ssh-keygen2
@exec mv %D/bin/ssh-keygen %D/bin/ssh-keygen.old
bin/ssh-keygen
@unexec mv -f %B/%f.old %B/%f
bin/ssh-add2
@exec mv %D/bin/ssh-add %D/bin/ssh-add.old
bin/ssh-add
@unexec mv -f %B/%f.old %B/%f
bin/ssh-askpass2
@exec mv %D/bin/ssh-askpass %D/bin/ssh-askpass.old
bin/ssh-askpass
@unexec mv -f %B/%f.old %B/%f
bin/ssh-signer2
bin/ssh-signer
etc/ssh2/ssh2_config
etc/ssh2/sshd2_config
man/man1/sftp.1.gz
@exec mv %D/man/man1/ssh.1.gz %D/man/man1/ssh.old.1.gz
man/man1/ssh.1.gz
@unexec mv -f %B/ssh.old.1.gz %B/%f
@exec mv %D/man/man1/ssh-add.1.gz %D/man/man1/ssh-add.old.1.gz
man/man1/ssh-add.1.gz
@unexec mv -f %B/ssh-add.old.1.gz %B/%f
@exec mv %D/man/man1/ssh-agent.1.gz %D/man/man1/ssh-agent.old.1.gz
man/man1/ssh-agent.1.gz
@unexec mv -f %B/ssh-agent.old.1.gz %B/%f
@exec mv %D/man/man1/ssh-keygen.1.gz %D/man/man1/ssh-keygen.old.1.gz
man/man1/ssh-keygen.1.gz
@unexec mv -f %B/ssh-keygen.old.1.gz %B/%f
@exec mv %D/man/man1/scp.1.gz %D/man/man1/scp.old.1.gz
man/man1/scp.1.gz
@unexec mv -f %B/scp.old.1.gz %B/%f
@exec mv %D/man/man8/sshd.8.gz %D/man/man8/sshd.old.8.gz
man/man8/sshd.8.gz
@unexec mv -f %B/sshd.old.8.gz %B/%f
sbin/sshd2
@exec mv %D/sbin/sshd %D/sbin/sshd.old
sbin/sshd
@unexec mv -f %B/%f.old %B/%f
share/doc/ssh2/CHANGES
share/doc/ssh2/LICENSING
share/doc/ssh2/README
@dirrm share/doc/ssh2
@exec if [ ! -f %D/etc/ssh2/hostkey ]; then umask 022; echo "Generating 1024 bit host key."; %D/bin/ssh-keygen2 -P -b 1024 -t dsa -c "1024-bit dsa hostkey" -o %D/etc/ssh2/hostkey;  fi