source: trunk/packages/sipb-xen-console/debian/rules @ 344

Last change on this file since 344 was 344, checked in by broder, 16 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
Line 
1#!/usr/bin/make -f
2
3DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
4DEB_DIVERT_EXTENSION = .sipb-xen
5DEB_DIVERT_FILES_sipb-xen-console += \
6        /etc/nscd.conf \
7        /etc/nsswitch.conf \
8        /etc/pam.d/ssh \
9        /etc/ssh/ssh_config
10
11include /usr/share/cdbs/1/rules/debhelper.mk
12include /usr/share/cdbs/1/rules/replace-files.mk
Note: See TracBrowser for help on using the repository browser.