Divert /etc/chrony/chrony.conf, not /etc/chrony.conf.
authorAnders Kaseorg <andersk@mit.edu>
Sun, 1 Jun 2008 20:41:19 +0000 (16:41 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Sun, 1 Jun 2008 20:41:19 +0000 (16:41 -0400)
svn path=/trunk/packages/sipb-xen-chrony-config/; revision=544

debian/changelog
debian/rules

index f71e52b..c7d9d3f 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-chrony-config (1.1) intrepid; urgency=low
+
+  * Divert /etc/chrony/chrony.conf, not /etc/chrony.conf.
+
+ -- Anders Kaseorg <andersk@mit.edu>  Sun, 01 Jun 2008 16:40:33 -0400
+
 sipb-xen-chrony-config (1) unstable; urgency=low
 
   * Initial release.
 sipb-xen-chrony-config (1) unstable; urgency=low
 
   * Initial release.
index f3cb522..4a10e93 100755 (executable)
@@ -3,7 +3,7 @@
 DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
 DEB_DIVERT_EXTENSION = .sipb-xen
 DEB_DIVERT_FILES_sipb-xen-chrony-config += \
 DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
 DEB_DIVERT_EXTENSION = .sipb-xen
 DEB_DIVERT_FILES_sipb-xen-chrony-config += \
-       /etc/chrony.conf
+       /etc/chrony/chrony.conf
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/replace-files.mk
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/replace-files.mk