Revision 131, 0.8 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-ssh-server-config |
---|
2 |
Version: 129 |
---|
3 |
Revision: 1 |
---|
4 |
Source: http://macathena.mit.edu/dist/ssh-server-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 server configuration for MacAthena |
---|
9 |
Source-MD5: dffb783e951306298baded3dda65594b |
---|
10 |
DocFiles: copyright |
---|
11 |
ConfFiles: /private/etc/sshd_config.macathena |
---|
12 |
|
---|
13 |
Depends: macathena-config-common |
---|
14 |
CompileScript: << |
---|
15 |
<< |
---|
16 |
InstallScript: << |
---|
17 |
mkdir -p %d/private/etc |
---|
18 |
cp sshd_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/sshd_config |
---|
25 |
<< |
---|
26 |
PreRmScript: << |
---|
27 |
source %p/share/macathena-config-common/divert.sh |
---|
28 |
package=%n |
---|
29 |
|
---|
30 |
undivert_unlink /private/etc/sshd_config |
---|
31 |
<< |
---|