root/trunk/fink/main/finkinfo/macathena-hesiod-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-hesiod-config
2 Version: 129
3 Revision: 1
4 Source: http://macathena.mit.edu/dist/hesiod-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: Hesiod configuration for MacAthena
9 Source-MD5: 9a0bdf16272c629d63f6e79b96d11fba
10 DocFiles: copyright
11 ConfFiles: %p/etc/hesiod.conf.macathena
12
13 Depends: macathena-config-common, macathena-hesiod
14 CompileScript: <<
15 <<
16 InstallScript: <<
17         mkdir -p %i/etc
18         cp hesiod.conf.macathena %i/etc
19 <<
20 PostInstScript: <<
21         source %p/share/macathena-config-common/divert.sh
22         package=%n
23        
24         divert_link %p/etc/hesiod.conf
25 <<
26 PreRmScript: <<
27         source %p/share/macathena-config-common/divert.sh
28         package=%n
29        
30         undivert_unlink %p/etc/hesiod.conf
31 <<
Note: See TracBrowser for help on using the browser.