]> git.proxmox.com Git - pve-cluster.git/commitdiff
fix file name: use cluster.conf instead of cluster.cfg
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 16 Dec 2011 05:56:23 +0000 (06:56 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 16 Dec 2011 05:56:23 +0000 (06:56 +0100)
Makefile
data/PVE/Cluster.pm
debian/changelog

index 5f7bca64330ef341ad8996fce36dcb76974f9b6f..1b7cdd099634a2afdf3a7d5c7f26d353b73218a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=2.0
 
 PACKAGE=pve-cluster
 PKGVER=1.0
-PKGREL=13
+PKGREL=14
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
index 469fcdd3acff55ffd731a36ec1208dfea3c97142..c1bf21113e95e0291ef95a768d0c917ece3da37a 100644 (file)
@@ -53,7 +53,7 @@ my $observed = {
     'vzdump.cron' => 1,
     'storage.cfg' => 1,
     'datacenter.cfg' => 1,
-    'cluster.cfg' => 1,
+    'cluster.conf' => 1,
     'user.cfg' => 1,
     'domains.cfg' => 1,
     'priv/shadow.cfg' => 1,
index 37e72022f71a0515b5f66d226966a5847d635edc..ce354276b95da785f4c454bf224caa75bce8a90f 100644 (file)
@@ -1,3 +1,9 @@
+pve-cluster (1.0-14) unstable; urgency=low
+
+  * fix file name: use cluster.conf instead of cluster.cfg
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 16 Dec 2011 06:56:06 +0100
+
 pve-cluster (1.0-13) unstable; urgency=low
 
   * do not restart rsyslogd