diff options
author | Guillem Jover <guillem@hadrons.org> | 2011-02-02 06:53:58 +0100 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2011-10-30 07:52:15 +0100 |
commit | 3ef7f780e3049c0f23cb849b93bb3551e0d1e74d (patch) | |
tree | 7c189a3c6ebe4beda30cfba2f913ceca7fc85b44 /debian/patches | |
parent | fbb9e5b912d170621b822903dd057f397e52d54a (diff) | |
download | inetutils-3ef7f780e3049c0f23cb849b93bb3551e0d1e74d.tar.gz |
Override upstream SUIDMODE at make time, instead of patching the source
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/30_ping_suid_perms.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/30_ping_suid_perms.patch b/debian/patches/30_ping_suid_perms.patch deleted file mode 100644 index d3f2cf3..0000000 --- a/debian/patches/30_ping_suid_perms.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- - ping/Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/ping/Makefile.am -+++ b/ping/Makefile.am -@@ -36,7 +36,7 @@ ping_SOURCES = ping.c ping_common.c ping - 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 4775 -+SUIDMODE = -o root -m 4755 - - install-ping-hook: - -@for x in $(bin_PROGRAMS); do \ diff --git a/debian/patches/series b/debian/patches/series index 13d1e05..06ef68f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,7 +2,6 @@ 02_remove_unused_opie_check.patch 10_syslog_klog_doc.patch 22_syslogd_conf.patch -30_ping_suid_perms.patch 50_split_load_conffile.patch 51_add_load_confdir_support.patch 53_man_inetd_max_conn.patch |