aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@nxc.no>2017-08-16 14:02:09 +0300
committerSergey Poznyakoff <gray@nxc.no>2017-08-16 14:02:09 +0300
commita83d669187ed26207f86aabf2d8d2f43663c9101 (patch)
treea1b9ecc33aefdb366208e9936bd6394a08b28d66
parent6b921aed867170fe37e0c1e6ae3df9d550d21d92 (diff)
downloadnssync-a83d669187ed26207f86aabf2d8d2f43663c9101.tar.gz
nssync-a83d669187ed26207f86aabf2d8d2f43663c9101.tar.bz2
Version 1.1.92; update copyright years; use contiguous year ranges
-rw-r--r--Makefile.am2
-rw-r--r--NEWS10
-rw-r--r--README3
-rw-r--r--configure.ac4
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/html.init2
-rw-r--r--doc/index.init2
-rw-r--r--doc/nssync.texi2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/bindcf.c2
-rw-r--r--src/cmdline.opt2
-rw-r--r--src/config.c2
-rw-r--r--src/iflist.c2
-rw-r--r--src/nssync.c4
-rw-r--r--src/nssync.h2
-rw-r--r--src/output.c2
-rw-r--r--src/server.c3
-rw-r--r--src/sqlop.c2
18 files changed, 26 insertions, 24 deletions
diff --git a/Makefile.am b/Makefile.am
index cc7dfb1..1d84596 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of NSsync
-# Copyright (C) 2011, 2012, 2017 Sergey Poznyakoff
+# Copyright (C) 2011-2017 Sergey Poznyakoff
#
# NSsync is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/NEWS b/NEWS
index ea55b0e..e68f424 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,15 @@
-NSsync NEWS -- history of user-visible changes. 2014-12-02
-Copyright (C) 2011, 2012, 2014 Sergey Poznyakoff
+NSsync NEWS -- history of user-visible changes. 2017-08-16
+Copyright (C) 2011-2017 Sergey Poznyakoff
See the end of file for copying conditions.
Please send nssync bug reports to <gray+nssync@gnu.org.ua>
+
+Version 1.1.92 (Git)
-Version 1.1.91 (Git)
+* Standalone server mode.
* check-ns
This new configuration statement controls which zones are served by
nssync. If set to true, nssync will check the list of NS servers
prior to creating a zone file. The file will be created only if IPv4
@@ -25,13 +27,13 @@ First actual release.
Version 1.0 (Git, 2011-05-28)
=========================================================================
Copyright information:
-Copyright (C) 2011, 2012, 2014 Sergey Poznyakoff
+Copyright (C) 2011-2017 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
diff --git a/README b/README
index be7a8f7..9dd0c87 100644
--- a/README
+++ b/README
@@ -1,8 +1,7 @@
NSsync README
-Copyright (C) 2011, 2012 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
This file contains a brief information about configuring, testing
and running Nssync. It is *not* intended as a replacement for the
@@ -44,13 +43,13 @@ more information, please see <http://www.gnu.org.ua/software/nssync>.
Send bug reports to <gray+nssync@gnu.org.ua>.
* Copyright information:
-Copyright (C) 2011, 2012 Sergey Poznyakoff
+Copyright (C) 2011-2017 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
diff --git a/configure.ac b/configure.ac
index d5d0c9d..f6091df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
# This file is part of NSsync -*- autoconf -*-
-# Copyright (C) 2011, 2012, 2014, 2017 Sergey Poznyakoff
+# Copyright (C) 2011-2017 Sergey Poznyakoff
#
# NSsync is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
@@ -12,13 +12,13 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with NSsync. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([nssync], 1.1.91, [gray+nssync@gnu.org.ua], [],
+AC_INIT([nssync], 1.1.92, [gray+nssync@gnu.org.ua], [],
[http://www.gnu.org.ua/software/nssync])
AC_CONFIG_SRCDIR([src/nssync.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([1.11 gnu tar-ustar dist-xz std-options silent-rules])
AC_CONFIG_LIBOBJ_DIR([src])
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d2baa8f..bf693fb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of Nssync
-# Copyright (C) 2012, 2015 Sergey Poznyakoff
+# Copyright (C) 2012-2017 Sergey Poznyakoff
#
# Nssync is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/doc/html.init b/doc/html.init
index 9f19bce..b2165c9 100644
--- a/doc/html.init
+++ b/doc/html.init
@@ -1,8 +1,8 @@
# Texi2any configuration for nssync documentation. -*- perl -*-
-# Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff
+# Copyright (C) 2011-2017 Sergey Poznyakoff
#
# Nssync is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/doc/index.init b/doc/index.init
index e13b1ba..3bea789 100644
--- a/doc/index.init
+++ b/doc/index.init
@@ -1,8 +1,8 @@
# Texi2any configuration for nssync documentation. -*- perl -*-
-# Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff
+# Copyright (C) 2011-2017 Sergey Poznyakoff
#
# Nssync is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/doc/nssync.texi b/doc/nssync.texi
index ed3099b..103ae7d 100644
--- a/doc/nssync.texi
+++ b/doc/nssync.texi
@@ -33,13 +33,13 @@
@copying
Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301 USA
-Copyright @copyright{} 2012 Sergey Poznyakoff
+Copyright @copyright{} 2011-2017 Sergey Poznyakoff
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, an no specific Front- or Back-Cover texts.
@end copying
diff --git a/src/Makefile.am b/src/Makefile.am
index 3999d28..89012e1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of NSsync
-# Copyright (C) 2011, 2014, 2017 Sergey Poznyakoff
+# Copyright (C) 2011-2017 Sergey Poznyakoff
#
# NSsync is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/src/bindcf.c b/src/bindcf.c
index 0c5da82..9e9f2e5 100644
--- a/src/bindcf.c
+++ b/src/bindcf.c
@@ -1,8 +1,8 @@
/* This file is part of NSsync
- Copyright (C) 2011, 2017 Sergey Poznyakoff
+ Copyright (C) 2011-2017 Sergey Poznyakoff
NSsync is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 071a983..225b98a 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -1,8 +1,8 @@
/* This file is part of NSsync -*- c -*-
- Copyright (C) 2011, 2017 Sergey Poznyakoff
+ Copyright (C) 2011-2017 Sergey Poznyakoff
NSsync is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/config.c b/src/config.c
index e14f480..cc05404 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,8 +1,8 @@
/* This file is part of NSsync
- Copyright (C) 2011, 2012, 2017 Sergey Poznyakoff
+ Copyright (C) 2011-2017 Sergey Poznyakoff
NSsync is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/iflist.c b/src/iflist.c
index a370df0..59f276e 100644
--- a/src/iflist.c
+++ b/src/iflist.c
@@ -1,8 +1,8 @@
/* This file is part of NSsync
- Copyright (C) 2011, 2014 Sergey Poznyakoff
+ Copyright (C) 2011-2017 Sergey Poznyakoff
NSsync is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/nssync.c b/src/nssync.c
index 86025a9..b122c2b 100644
--- a/src/nssync.c
+++ b/src/nssync.c
@@ -1,8 +1,8 @@
/* This file is part of NSsync
- Copyright (C) 2011, 2014, 2017 Sergey Poznyakoff
+ Copyright (C) 2011-2017 Sergey Poznyakoff
NSsync is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
@@ -678,17 +678,17 @@ main(int argc, char **argv)
get_host_addresses();
runas();
check_pidfile();
- debug(1,("start up"));
if (server_mode) {
set_signals(fatal_signals, sigign);
nssync_server();
} else {
+ debug(1,("start up"));
set_signals(fatal_signals, sigfatal);
create_pidfile();
if (nssync(NULL)) {
error("exiting due to errors");
exit(EX_UNAVAILABLE);
}
diff --git a/src/nssync.h b/src/nssync.h
index 8daed6e..9871205 100644
--- a/src/nssync.h
+++ b/src/nssync.h
@@ -1,8 +1,8 @@
/* This file is part of NSsync
- Copyright (C) 2011, 2017 Sergey Poznyakoff
+ Copyright (C) 2011-2017 Sergey Poznyakoff
NSsync is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/output.c b/src/output.c
index c16cde3..fa2a621 100644
--- a/src/output.c
+++ b/src/output.c
@@ -1,8 +1,8 @@
/* This file is part of NSsync
- Copyright (C) 2011, 2017 Sergey Poznyakoff
+ Copyright (C) 2011-2017 Sergey Poznyakoff
NSsync is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/server.c b/src/server.c
index 3c217e1..32eedad 100644
--- a/src/server.c
+++ b/src/server.c
@@ -1,8 +1,8 @@
/* This file is part of NSsync
- Copyright (C) 2011, 2014, 2017 Sergey Poznyakoff
+ Copyright (C) 2011-2017 Sergey Poznyakoff
NSsync is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
@@ -270,12 +270,13 @@ nssync_server(void)
}
for (i = 0; i < fd; i++)
close(i);
start_syslog();
}
create_pidfile();
+ debug(1,("start up"));
/* Block the 'fatal signals' and SIGPIPE in the handling thread */
sigemptyset(&sigs);
for (i = 0; fatal_signals[i]; i++)
sigaddset(&sigs, fatal_signals[i]);
sigaddset(&sigs, SIGPIPE);
diff --git a/src/sqlop.c b/src/sqlop.c
index f351f8d..8f347c7 100644
--- a/src/sqlop.c
+++ b/src/sqlop.c
@@ -1,8 +1,8 @@
/* This file is part of NSsync
- Copyright (C) 2011, 2014, 2017 Sergey Poznyakoff
+ Copyright (C) 2011-2017 Sergey Poznyakoff
NSsync is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.

Return to:

Send suggestions and report system problems to the System administrator.