[lms-commits] CVS update of lms/doc (ChangeLog, README, README.pl)
LMS CVS
cvs w lms.org.pl
Pon, 20 Wrz 2010, 14:23:37 CEST
Date: Monday, September 20, 2010 @ 14:23:37
Author: alec
Path: /cvsroot/lms/doc
Modified: ChangeLog README README.pl
- lmsd/dns: fix for situation when database contains subnetworks of a network,
so reverse entries in named.conf are not duplicated and hosts entries are
placed in one file for all subnetworks
Diff URLs:
http://cvs.lms.org.pl/viewvc/Development/lms/doc/ChangeLog.diff?&r1=1.1515&r2=1.1516
http://cvs.lms.org.pl/viewvc/Development/lms/doc/README.diff?&r1=1.224&r2=1.225
http://cvs.lms.org.pl/viewvc/Development/lms/doc/README.pl.diff?&r1=1.53&r2=1.54
Index: lms/doc/ChangeLog
diff -u lms/doc/ChangeLog:1.1515 lms/doc/ChangeLog:1.1516
--- lms/doc/ChangeLog:1.1515 Fri Aug 27 11:36:48 2010
+++ lms/doc/ChangeLog Mon Sep 20 14:23:37 2010
@@ -1,4 +1,4 @@
-$Id: ChangeLog,v 1.1515 2010/08/27 09:36:48 alec Exp $
+$Id: ChangeLog,v 1.1516 2010/09/20 12:23:37 alec Exp $
version ? (????-??-??)
@@ -40,6 +40,9 @@
- traffic stats: increased daily graph precision (alec)
- traffic stats: fixed zero values on utter bars (alec)
- traffic stats: added option phpui/stat_freq for better hourly graph precision (alec)
+ - lmsd/dns: fix for situation when database contains subnetworks of a network,
+ so reverse entries in named.conf are not duplicated and hosts entries are
+ placed in one file for all subnetworks (alec)
version 1.11.10 Kri (2010-04-19)
Index: lms/doc/README
diff -u lms/doc/README:1.224 lms/doc/README:1.225
--- lms/doc/README:1.224 Wed Jun 23 16:03:52 2010
+++ lms/doc/README Mon Sep 20 14:23:37 2010
@@ -4598,10 +4598,10 @@
\n\tfile "forward/%n"; \n\tnotify yes; \n}; \n'
* conf-reverse-entry
Entry for each reverse zone in main configuration file. Default:
- 'zone "%c.in-addr.arpa" { \ntype master; \nfile "reverse/%i";
+ 'zone "%c.in-addr.arpa" { \ntype master; \nfile "reverse/%c";
\nnotify yes; \n}; \n'.
Example: conf-revers-entry = 'zone "%c.in-addr.arpa" { \n\ttype
- master; \n\tfile "reverse/%i"; \n\tnotify yes; \n}; \n'
+ master; \n\tfile "reverse/%c"; \n\tnotify yes; \n}; \n'
* command
Shell command executed after files creation. Default: empty.
Example: command = "killall -HUP named"
Index: lms/doc/README.pl
diff -u lms/doc/README.pl:1.53 lms/doc/README.pl:1.54
--- lms/doc/README.pl:1.53 Wed Jun 23 16:03:52 2010
+++ lms/doc/README.pl Mon Sep 20 14:23:37 2010
@@ -5297,9 +5297,9 @@
* conf-reverse-entry
Wpis dla każdej strefy odwr. w głównym pliku konfiguracyjnym.
Domyślnie: 'zone "%c.in-addr.arpa" { \ntype master; \nfile
- "reverse/%i"; \nnotify yes; \n}; \n'.
+ "reverse/%c"; \nnotify yes; \n}; \n'.
Przykład: conf-revers-entry = 'zone "%c.in-addr.arpa" { \n\ttype
- master; \n\tfile "reverse/%i"; \n\tnotify yes; \n}; \n'
+ master; \n\tfile "reverse/%c"; \n\tnotify yes; \n}; \n'
* command
Polecenie wykonywane po utworzeniu plików konf. Domyślnie: puste.
Przykład: command = ""
Więcej informacji o liście lms-commits