root/trunk/fink/main/finkinfo/macathena-ssh-client-config.info

Revision 131, 0.8 kB (checked in by broder, 16 years ago)

Lots of new config packages! These will provide the full functionality of the
MIT Kerberos Extras

(although they don't install whatever that special version of the framework is,
but I don't think anybody cares)

Line 
1 Package: macathena-ssh-client-config
2 Version: 129
3 Revision: 1
4 Source: http://macathena.mit.edu/dist/ssh-client-config-svn%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: Public Domain
8 Description: SSH client configuration for MacAthena
9 Source-MD5: 79ef859a64c1d9d464e4bb8fc0c145ee
10 DocFiles: copyright
11 ConfFiles: /private/etc/ssh_config.macathena
12
13 Depends: macathena-config-common
14 CompileScript: <<
15 <<
16 InstallScript: <<
17         mkdir -p %d/private/etc
18         cp ssh_config.macathena %d/private/etc
19 <<
20 PostInstScript: <<
21         source %p/share/macathena-config-common/divert.sh
22         package=%n
23        
24         divert_link /private/etc/ssh_config
25 <<
26 PreRmScript: <<
27         source %p/share/macathena-config-common/divert.sh
28         package=%n
29        
30         undivert_unlink /private/etc/ssh_config
31 <<
Note: See TracBrowser for help on using the browser.