Divert /etc/conserver/console.cf in console-server instead of dropping one into place. 0.2.14
authorEvan Broder <broder@mit.edu>
Sun, 30 May 2010 15:48:51 +0000 (11:48 -0400)
committerEvan Broder <broder@mit.edu>
Sun, 30 May 2010 15:48:51 +0000 (11:48 -0400)
conserver-client also has a console.cf, which was causing the packages
to conflict.

svn path=/trunk/packages/invirt-console/; revision=3018

debian/changelog
debian/rules
server/etc/conserver/console.cf.invirt [moved from server/etc/conserver/console.cf with 100% similarity]

index 4bda8a2..9ba049d 100644 (file)
@@ -1,8 +1,10 @@
 invirt-console (0.2.14) unstable; urgency=low
 
   * Use the .. Perl operator to simplify the invirt-console-host prerm.
+  * Divert /etc/conserver/console.cf on the ocnsole server, since
+    conserver-client also has one of those.
 
- -- Evan Broder <broder@mit.edu>  Thu, 27 May 2010 11:55:53 -0400
+ -- Evan Broder <broder@mit.edu>  Sun, 30 May 2010 11:48:15 -0400
 
 invirt-console (0.2.13) unstable; urgency=low
 
index 5251626..eba9e2b 100755 (executable)
@@ -23,6 +23,7 @@ DEB_DIVERT_FILES_invirt-console-server += \
        /etc/motd.invirt
 DEB_DIVERT_FILES_invirt-console-host += \
        /etc/conserver/conserver.cf.invirt \
+       /etc/conserver/console.cf.invirt \
        /etc/conserver/server.conf.invirt
 
 include /usr/share/cdbs/1/rules/debhelper.mk