Last change
on this file since 349 was
344,
checked in by broder, 17 years ago
|
New sipb-xen-console. Now with more magic - and more working
This package installed onto a clean Debian system should do all of the setup
for a console server except for copying the ssh private keys, granting access
to the Postgres database, and Kerberos keytabs
|
-
Property svn:executable set to
*
|
File size:
301 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 += \ |
---|
[344] | 6 | /etc/nscd.conf \ |
---|
| 7 | /etc/nsswitch.conf \ |
---|
| 8 | /etc/pam.d/ssh \ |
---|
[335] | 9 | /etc/ssh/ssh_config |
---|
| 10 | |
---|
| 11 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
| 12 | include /usr/share/cdbs/1/rules/replace-files.mk |
---|
Note: See
TracBrowser
for help on using the repository browser.