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

Last change on this file since 351 was 351, checked in by broder, 16 years ago

Fixing the motd instead of turning it off

  • Property svn:executable set to *
File size: 323 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/init.d/bootmisc.sh \
7        /etc/nscd.conf \
8        /etc/nsswitch.conf \
9        /etc/motd \
10        /etc/ssh/ssh_config
11
12include /usr/share/cdbs/1/rules/debhelper.mk
13include /usr/share/cdbs/1/rules/replace-files.mk
Note: See TracBrowser for help on using the repository browser.