mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 00:09:59 -04:00
comment out debugging prints
This commit is contained in:
parent
baf62093eb
commit
b2e221a370
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: update_copyrights,v 1.39 2005/05/13 01:06:30 marka Exp $
|
||||
# $Id: update_copyrights,v 1.40 2005/05/15 23:48:12 marka Exp $
|
||||
|
||||
require 5.002;
|
||||
|
||||
|
|
@ -419,12 +419,12 @@ foreach $file (keys %file_types) {
|
|||
$/ = "\n";
|
||||
|
||||
if ($type eq 'SGML' && m:<docinfo>.*?</docinfo>:s) {
|
||||
print "docinfo: $file\n";
|
||||
# print "docinfo: $file\n";
|
||||
my $r = copyrights(@years);
|
||||
s:<docinfo>.*?</docinfo>:<docinfo>\n$r </docinfo>:s;
|
||||
}
|
||||
if ($type eq 'SGML' && m:<bookinfo>.*?</bookinfo>:s) {
|
||||
print "bookinfo: $file\n";
|
||||
# print "bookinfo: $file\n";
|
||||
my $r = copyrights(@years);
|
||||
s:<bookinfo>.*?</bookinfo>:<bookinfo>\n$r </bookinfo>:s;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue