You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
Index: ping/Makefile.in
|
|
|
|
|
--- ping/Makefile.in.orig 2021-07-24 16:06:34.000000000 +0200
|
|
|
|
|
+++ ping/Makefile.in 2021-07-25 10:46:11.828685000 +0200
|
|
|
|
|
@@ -1626,7 +1626,7 @@
|
|
|
|
|
ping_router.c ping_timestamp.c ping_common.h ping_impl.h ping.h libping.c
|
|
|
|
|
|
|
|
|
|
ping6_SOURCES = ping6.c ping_common.c ping_common.h ping6.h
|
|
|
|
|
-SUIDMODE = -o root -m 4755
|
|
|
|
|
+SUIDMODE =
|
|
|
|
|
all: all-am
|
|
|
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
|
Index: src/Makefile.in
|
|
|
|
|
--- src/Makefile.in.orig 2021-07-24 16:06:34.000000000 +0200
|
|
|
|
|
+++ src/Makefile.in 2021-07-25 10:46:25.024978000 +0200
|
|
|
|
|
@@ -1733,7 +1733,7 @@
|
|
|
|
|
tftpd_SOURCES = tftpd.c
|
|
|
|
|
uucpd_SOURCES = uucpd.c
|
|
|
|
|
uucpd_LDADD = $(LDADD) $(LIBCRYPT)
|
|
|
|
|
-SUIDMODE = -o root -m 4755
|
|
|
|
|
+SUIDMODE =
|
|
|
|
|
all: all-am
|
|
|
|
|
|
|
|
|
|
.SUFFIXES:
|