|
Last change
on this file since 2871 was
1201,
checked in by price, 17 years ago
|
|
rename invirt-console-server directory too
|
-
Property svn:executable set to
*
|
|
File size:
613 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/make -f |
|---|
| 2 | |
|---|
| 3 | DEB_DIVERT_EXTENSION = .invirt |
|---|
| 4 | DEB_TRANSFORM_FILES_invirt-console-server += \ |
|---|
| 5 | /etc/init.d/bootmisc.sh.invirt \ |
|---|
| 6 | /etc/nsswitch.conf.invirt \ |
|---|
| 7 | /etc/nscd.conf.invirt \ |
|---|
| 8 | /etc/pam.d/sshd.invirt \ |
|---|
| 9 | /etc/ssh/sshd_config.debathena.invirt |
|---|
| 10 | |
|---|
| 11 | ifneq ($(wildcard /usr/share/base-files/nsswitch.conf),) |
|---|
| 12 | DEB_CHECK_FILES_SOURCE_/etc/nsswitch.conf.invirt = \ |
|---|
| 13 | /usr/share/base-files/nsswitch.conf |
|---|
| 14 | endif |
|---|
| 15 | |
|---|
| 16 | DEB_DIVERT_FILES_invirt-console-server += \ |
|---|
| 17 | /etc/conserver/conserver.cf.invirt \ |
|---|
| 18 | /etc/motd.invirt |
|---|
| 19 | |
|---|
| 20 | include /usr/share/cdbs/1/rules/debhelper.mk |
|---|
| 21 | include /usr/share/cdbs/1/rules/config-package.mk |
|---|
Note: See
TracBrowser
for help on using the repository browser.