Fixed bogus dates in changelog

This commit is contained in:
Honza Horák 2013-01-29 14:10:01 +01:00
parent 6ec684c1e0
commit 8dbed4e7a6
2 changed files with 20 additions and 19 deletions

View File

@ -1,6 +1,6 @@
diff -up ypbind-mt-1.36/man/ypbind.8.rebind ypbind-mt-1.36/man/ypbind.8 diff -up ypbind-mt-1.36/man/ypbind.8.rebind ypbind-mt-1.36/man/ypbind.8
--- ypbind-mt-1.36/man/ypbind.8.rebind 2011-08-31 15:26:32.000000000 +0200 --- ypbind-mt-1.36/man/ypbind.8.rebind 2013-01-29 14:02:15.806838768 +0100
+++ ypbind-mt-1.36/man/ypbind.8 2013-01-29 09:38:13.461922067 +0100 +++ ypbind-mt-1.36/man/ypbind.8 2013-01-29 14:02:15.810838767 +0100
@@ -171,7 +171,7 @@ ypbind \- NIS binding process @@ -171,7 +171,7 @@ ypbind \- NIS binding process
.SH "Synopsis" .SH "Synopsis"
.fam C .fam C
@ -10,8 +10,8 @@ diff -up ypbind-mt-1.36/man/ypbind.8.rebind ypbind-mt-1.36/man/ypbind.8
.fam .fam
.fam C .fam C
.HP \w'\fBypbind\fR\ 'u .HP \w'\fBypbind\fR\ 'u
@@ -345,6 +345,13 @@ The default value for @@ -370,6 +370,13 @@ The default value for
to check, if a NIS server is still reacheable, is 20 seconds\&. With this options another frequency in seconds can be specified\&. to check, if a NIS server is still reachable, is 20 seconds\&. With this options another frequency in seconds can be specified\&.
.RE .RE
.PP .PP
+\fB\-rebind\-interval\fR +\fB\-rebind\-interval\fR
@ -25,8 +25,8 @@ diff -up ypbind-mt-1.36/man/ypbind.8.rebind ypbind-mt-1.36/man/ypbind.8
.RS 4 .RS 4
Disables DBUS support if compiled in\&. Disables DBUS support if compiled in\&.
diff -up ypbind-mt-1.36/man/ypbind.8.xml.rebind ypbind-mt-1.36/man/ypbind.8.xml diff -up ypbind-mt-1.36/man/ypbind.8.xml.rebind ypbind-mt-1.36/man/ypbind.8.xml
--- ypbind-mt-1.36/man/ypbind.8.xml.rebind 2011-08-31 15:23:56.000000000 +0200 --- ypbind-mt-1.36/man/ypbind.8.xml.rebind 2013-01-29 14:02:15.802838768 +0100
+++ ypbind-mt-1.36/man/ypbind.8.xml 2013-01-29 09:38:13.461922067 +0100 +++ ypbind-mt-1.36/man/ypbind.8.xml 2013-01-29 14:02:15.810838767 +0100
@@ -51,6 +51,7 @@ @@ -51,6 +51,7 @@
<arg choice='opt'>-f <replaceable>configfile</replaceable></arg> <arg choice='opt'>-f <replaceable>configfile</replaceable></arg>
<arg choice='opt'>-local-only </arg> <arg choice='opt'>-local-only </arg>
@ -53,7 +53,7 @@ diff -up ypbind-mt-1.36/man/ypbind.8.xml.rebind ypbind-mt-1.36/man/ypbind.8.xml
<listitem> <listitem>
diff -up ypbind-mt-1.36/src/local.h.rebind ypbind-mt-1.36/src/local.h diff -up ypbind-mt-1.36/src/local.h.rebind ypbind-mt-1.36/src/local.h
--- ypbind-mt-1.36/src/local.h.rebind 2012-07-11 14:02:46.000000000 +0200 --- ypbind-mt-1.36/src/local.h.rebind 2012-07-11 14:02:46.000000000 +0200
+++ ypbind-mt-1.36/src/local.h 2013-01-29 09:38:13.461922067 +0100 +++ ypbind-mt-1.36/src/local.h 2013-01-29 14:02:15.810838767 +0100
@@ -9,6 +9,7 @@ extern int ping_interval; @@ -9,6 +9,7 @@ extern int ping_interval;
extern int use_broadcast; extern int use_broadcast;
extern int localhost_used; extern int localhost_used;
@ -63,8 +63,8 @@ diff -up ypbind-mt-1.36/src/local.h.rebind ypbind-mt-1.36/src/local.h
extern void find_domain (const char *domain, ypbind_resp *result); extern void find_domain (const char *domain, ypbind_resp *result);
extern void clear_server (void); extern void clear_server (void);
diff -up ypbind-mt-1.36/src/serv_list.c.rebind ypbind-mt-1.36/src/serv_list.c diff -up ypbind-mt-1.36/src/serv_list.c.rebind ypbind-mt-1.36/src/serv_list.c
--- ypbind-mt-1.36/src/serv_list.c.rebind 2012-07-11 14:02:46.000000000 +0200 --- ypbind-mt-1.36/src/serv_list.c.rebind 2013-01-29 14:02:15.799838768 +0100
+++ ypbind-mt-1.36/src/serv_list.c 2013-01-29 09:38:13.462922067 +0100 +++ ypbind-mt-1.36/src/serv_list.c 2013-01-29 14:02:15.810838767 +0100
@@ -1145,7 +1145,7 @@ test_bindings (void *param __attribute__ @@ -1145,7 +1145,7 @@ test_bindings (void *param __attribute__
pthread_exit (&success); pthread_exit (&success);
@ -75,9 +75,9 @@ diff -up ypbind-mt-1.36/src/serv_list.c.rebind ypbind-mt-1.36/src/serv_list.c
#if USE_DBUS_NM #if USE_DBUS_NM
diff -up ypbind-mt-1.36/src/ypbind-mt.c.rebind ypbind-mt-1.36/src/ypbind-mt.c diff -up ypbind-mt-1.36/src/ypbind-mt.c.rebind ypbind-mt-1.36/src/ypbind-mt.c
--- ypbind-mt-1.36/src/ypbind-mt.c.rebind 2012-07-11 14:02:46.000000000 +0200 --- ypbind-mt-1.36/src/ypbind-mt.c.rebind 2013-01-29 14:02:15.808838768 +0100
+++ ypbind-mt-1.36/src/ypbind-mt.c 2013-01-29 10:12:58.742779476 +0100 +++ ypbind-mt-1.36/src/ypbind-mt.c 2013-01-29 14:02:15.811838767 +0100
@@ -76,6 +76,7 @@ int ping_interval = 20; @@ -79,6 +79,7 @@ int ping_interval = 20;
int local_only = 0; int local_only = 0;
int localhost_used = 1; int localhost_used = 1;
int port = -1; int port = -1;
@ -85,7 +85,7 @@ diff -up ypbind-mt-1.36/src/ypbind-mt.c.rebind ypbind-mt-1.36/src/ypbind-mt.c
static int lock_fd; static int lock_fd;
static int pid_is_written = 0; static int pid_is_written = 0;
static pthread_mutex_t mutex_pid = PTHREAD_MUTEX_INITIALIZER; static pthread_mutex_t mutex_pid = PTHREAD_MUTEX_INITIALIZER;
@@ -508,7 +509,7 @@ usage (int ret) @@ -512,7 +513,7 @@ usage (int ret)
output = stdout; output = stdout;
fputs (_("Usage:\n"), output); fputs (_("Usage:\n"), output);
@ -94,7 +94,7 @@ diff -up ypbind-mt-1.36/src/ypbind-mt.c.rebind ypbind-mt-1.36/src/ypbind-mt.c
#ifdef USE_DBUS_NM #ifdef USE_DBUS_NM
fputs (_("\t [-no-dbus]\n"), output); fputs (_("\t [-no-dbus]\n"), output);
#endif #endif
@@ -746,6 +747,16 @@ main (int argc, char **argv) @@ -750,6 +751,16 @@ main (int argc, char **argv)
else if (strcmp ("-no-dbus", argv[i]) == 0) else if (strcmp ("-no-dbus", argv[i]) == 0)
disable_dbus = 1; disable_dbus = 1;
#endif #endif
@ -111,7 +111,7 @@ diff -up ypbind-mt-1.36/src/ypbind-mt.c.rebind ypbind-mt-1.36/src/ypbind-mt.c
else if (strcmp ("--help", argv[i]) == 0) else if (strcmp ("--help", argv[i]) == 0)
usage (0); usage (0);
else else
@@ -837,6 +848,7 @@ main (int argc, char **argv) @@ -841,6 +852,7 @@ main (int argc, char **argv)
{ {
log_msg (LOG_DEBUG, "[Welcome to ypbind-mt, version %s]\n", VERSION); log_msg (LOG_DEBUG, "[Welcome to ypbind-mt, version %s]\n", VERSION);
log_msg (LOG_DEBUG, "ping interval is %d seconds\n", ping_interval); log_msg (LOG_DEBUG, "ping interval is %d seconds\n", ping_interval);

View File

@ -143,6 +143,7 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind
%changelog %changelog
* Tue Jan 29 2013 Honza Horak <hhorak@redhat.com> - 3:1.36-10 * Tue Jan 29 2013 Honza Horak <hhorak@redhat.com> - 3:1.36-10
- Make re-bind interval a tune-able option - Make re-bind interval a tune-able option
- Fixed bogus dates in changelog
* Wed Dec 19 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-9 * Wed Dec 19 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-9
- Check presence of ypbind in /etc/rpc - Check presence of ypbind in /etc/rpc
@ -233,10 +234,10 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind
* Tue Jun 07 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-3 * Tue Jun 07 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-3
- Fixed ypbind.service when selinux is disabled - Fixed ypbind.service when selinux is disabled
* Wed May 10 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-2 * Tue May 10 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-2
- Added /etc/sysconfig/network to systemd service file - Added /etc/sysconfig/network to systemd service file
* Wed May 10 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-1 * Tue May 10 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-1
- Update to new version - Update to new version
* Fri Apr 29 2011 Honza Horak <hhorak@redhat.com> - 3:1.32-11 * Fri Apr 29 2011 Honza Horak <hhorak@redhat.com> - 3:1.32-11
@ -318,7 +319,7 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind
the documentation, and it is also removed from the usage the documentation, and it is also removed from the usage
string in this version string in this version
* Fri Nov 19 2009 Karel Klic <kklic@redhat.com> - 3:1.29.91-2 * Thu Nov 19 2009 Karel Klic <kklic@redhat.com> - 3:1.29.91-2
- Added signalstate patch, which fixes compilation with - Added signalstate patch, which fixes compilation with
NetworkManaged-devel headers installed. Resolves #537064. NetworkManaged-devel headers installed. Resolves #537064.
@ -400,7 +401,7 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind
* Mon Sep 17 2007 Steve Dickson <steved@redhat.com> - 3:1.20.4-2 * Mon Sep 17 2007 Steve Dickson <steved@redhat.com> - 3:1.20.4-2
- Fixed a couple of typos in initscript (bz 281951) - Fixed a couple of typos in initscript (bz 281951)
* Wed May 3 2007 Steve Dickson <steved@redhat.com> - 3:1.20.4-1 * Thu May 3 2007 Steve Dickson <steved@redhat.com> - 3:1.20.4-1
- updated to latest upstream version ypbind-mt-1.20.4 - updated to latest upstream version ypbind-mt-1.20.4
* Tue Apr 17 2007 Steve Dickson <steved@redhat.com> - 3:1.19-9 * Tue Apr 17 2007 Steve Dickson <steved@redhat.com> - 3:1.19-9