gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/debian gforge-dns-bind9.cron.d, 1.3, 1.4 changel


From: cbayle
Subject: [Gforge-commits] gforge/debian gforge-dns-bind9.cron.d, 1.3, 1.4 changelog, 1.374, 1.375
Date: Sun, 18 Apr 2004 08:00:30 -0500

Update of /cvsroot/gforge/gforge/debian
In directory db.perdue.net:/tmp/cvs-serv14263/debian

Modified Files:
        gforge-dns-bind9.cron.d changelog 
Log Message:
Fix dns update problem ( patch #641 ) From Mathieu Peltier


Index: gforge-dns-bind9.cron.d
===================================================================
RCS file: /cvsroot/gforge/gforge/debian/gforge-dns-bind9.cron.d,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gforge-dns-bind9.cron.d     25 Jan 2003 13:11:12 -0000      1.3
+++ gforge-dns-bind9.cron.d     18 Apr 2004 13:00:28 -0000      1.4
@@ -3,4 +3,4 @@
 #
 
 # DNS Update
-0 * * * * root [ -f /var/lib/gforge/bind/dns.head ] && [ -x 
/usr/lib/gforge/bin/install-dns.sh ] && /usr/lib/gforge/bin/install-dns.sh 
configure > /dev/null 2>&1
+0 * * * * root [ -f /var/lib/gforge/bind/dns.head ] && [ -x 
/usr/lib/gforge/bin/dns_conf.pl ] && /usr/sbin/invoke-rc.d bind9 reload 
&>/dev/null

Index: changelog
===================================================================
RCS file: /cvsroot/gforge/gforge/debian/changelog,v
retrieving revision 1.374
retrieving revision 1.375
diff -u -d -r1.374 -r1.375
--- changelog   18 Apr 2004 12:55:02 -0000      1.374
+++ changelog   18 Apr 2004 13:00:28 -0000      1.375
@@ -9,6 +9,8 @@
   gforge upstream bug #751)
   * [Christian] Adjust cvs_dump rights
   * [Christian] Try to fix problems when dbname and dbuser are not gforge
+  * [Christian] Applied blindly (I red the diff) Mathieu Peltier patch #641
+  that fix DNS configuration problem
 
  -- Christian Bayle <address@hidden>  Sun, 18 Apr 2004 00:25:03 +0200
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]