Last change
on this file since 381 was
380,
checked in by broder, 17 years ago
|
Added configuration changes for Kerberos and passwordless SSH, and fixed some miscellaneous things.
I know that /etc/pam.d/ssh and /etc/ssh/sshd_config should probably be done with the other debathena config magic, but I just don't understand it, and also, my Perl-fu isn't good enough
|
-
Property svn:executable set to
*
|
File size:
381 bytes
|
Rev | Line | |
---|
[335] | 1 | #!/usr/bin/make -f |
---|
| 2 | |
---|
| 3 | DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1 |
---|
| 4 | DEB_DIVERT_EXTENSION = .sipb-xen |
---|
| 5 | DEB_DIVERT_FILES_sipb-xen-console += \ |
---|
[351] | 6 | /etc/init.d/bootmisc.sh \ |
---|
[368] | 7 | /etc/modules \ |
---|
[380] | 8 | /etc/motd \ |
---|
[344] | 9 | /etc/nscd.conf \ |
---|
| 10 | /etc/nsswitch.conf \ |
---|
[380] | 11 | /etc/pam.d/ssh \ |
---|
| 12 | /etc/ssh/ssh_config \ |
---|
| 13 | /etc/ssh/sshd_config |
---|
[335] | 14 | |
---|
| 15 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
| 16 | include /usr/share/cdbs/1/rules/replace-files.mk |
---|
Note: See
TracBrowser
for help on using the repository browser.