Control: tags 805167 + patch Dear maintainer,
I've prepared an NMU for rpcbind (versioned as 0.2.3-0.4). The diff is attached to this message. Regards. diff -Nru rpcbind-0.2.3/debian/changelog rpcbind-0.2.3/debian/changelog --- rpcbind-0.2.3/debian/changelog 2016-05-31 09:35:21.000000000 +0200 +++ rpcbind-0.2.3/debian/changelog 2016-05-31 11:55:19.000000000 +0200 @@ -1,3 +1,11 @@ +rpcbind (0.2.3-0.4) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rcpbind.service: Add WantedBy=multi-user.target, this should ensure + that rpcbind daemon is started before nis (Closes: #805167, LP: #1558196) + + -- Laurent Bigonville <bi...@debian.org> Tue, 31 May 2016 11:55:08 +0200 + rpcbind (0.2.3-0.3) unstable; urgency=medium * Non-maintainer upload. diff -Nru rpcbind-0.2.3/debian/rpcbind.service rpcbind-0.2.3/debian/rpcbind.service --- rpcbind-0.2.3/debian/rpcbind.service 2016-05-31 09:34:57.000000000 +0200 +++ rpcbind-0.2.3/debian/rpcbind.service 2016-05-31 11:50:03.000000000 +0200 @@ -18,3 +18,4 @@ [Install] Also=rpcbind.socket +WantedBy=multi-user.target