Revision 131, 1.0 kB
(checked in by broder, 17 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-kerberos-config |
---|
2 |
Version: 129 |
---|
3 |
Revision: 1 |
---|
4 |
Source: http://macathena.mit.edu/dist/kerberos-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: Kerberos configuration for MacAthena |
---|
9 |
Source-MD5: 8f73202b018da33de98be82005631325 |
---|
10 |
DocFiles: copyright |
---|
11 |
ConfFiles: /Library/Preferences/edu.mit.Kerberos.macathena |
---|
12 |
|
---|
13 |
Depends: macathena-config-common |
---|
14 |
CompileScript: << |
---|
15 |
<< |
---|
16 |
InstallScript: << |
---|
17 |
mkdir -p %d/Library/Preferences/ %d/Applications/Utilities |
---|
18 |
cp edu.mit.Kerberos.macathena %d/Library/Preferences |
---|
19 |
|
---|
20 |
ln -s /System/Library/CoreServices/Kerberos.app %d/Applications/Utilities/Kerberos.app |
---|
21 |
<< |
---|
22 |
PostInstScript: << |
---|
23 |
source %p/share/macathena-config-common/divert.sh |
---|
24 |
package=%n |
---|
25 |
|
---|
26 |
divert_link /Library/Preferences/edu.mit.Kerberos |
---|
27 |
<< |
---|
28 |
PreRmScript: << |
---|
29 |
source %p/share/macathena-config-common/divert.sh |
---|
30 |
package=%n |
---|
31 |
|
---|
32 |
undivert_unlink /Library/Preferences/edu.mit.Kerberos |
---|
33 |
<< |
---|