Your message dated Mon, 28 Aug 2017 17:42:20 +0200
with message-id <[email protected]>
and subject line Re: Bug#873338: [PATCH] build: backup existing binaries before
installing
has caused the Debian Bug report #873338,
regarding [PATCH] build: backup existing binaries before installing
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
873338: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873338
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: net-tools
Version: 1.60
Tags: patch
A parallel "make install" invocation can sometimes install programs
first, then backup those programs as *.old files. This randomly
caused duplicate programs to be installed.
This change will only run the backup prior to installing, also
creating backups for updates.
Signed-off-by: David Michael <[email protected]>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index bf67bc6..b14cadf 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ all: config.h version.h subdirs $(PROGS)
config: cleanconfig config.h
-install: all savebin installbin installdata
+install: all installbin installdata
update: all installbin installdata
@@ -205,7 +205,7 @@ ipmaddr: $(NET_LIB) ipmaddr.o
mii-tool: $(NET_LIB) mii-tool.o
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ mii-tool.o $(NLIB) $(LDLIBS)
-installbin:
+installbin: savebin
@echo
@echo "######################################################"
@echo "Notice: ifconfig and route are now installed into /bin"
--
2.13.5
--- End Message ---
--- Begin Message ---
Hi David,
On 27/08/17 22:19, David Michael wrote:
> I noticed the issue in Gentoo, but sent it to Debian because the Linux
> Foundation site lists Debian as the upstream bug tracker.
>
> https://wiki.linuxfoundation.org/networking/net-tools
>
> Let me know if that's not the case and I can try sending it through
> the SourceForge page.
Oh, that's totally wrong :-) I guess at some point it made sense when
upstream was inactive, but now there is a proper upstream, so you should
report there.
I will close this bug now.
--
MartÃn Ferrari (Tincho)
--- End Message ---