From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37FD9138334 for ; Wed, 13 Jun 2018 18:51:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04E60E08EB; Wed, 13 Jun 2018 18:51:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3DCEE08DC for ; Wed, 13 Jun 2018 18:51:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55DBD335C81 for ; Wed, 13 Jun 2018 18:51:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CE4A2D9 for ; Wed, 13 Jun 2018 18:51:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1528915892.b44363a09a265d60b02cc3cf991cf326a699025f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-sbin/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-freebsd/freebsd-sbin/files/freebsd-sbin-7.1-zlib.patch sys-freebsd/freebsd-sbin/files/freebsd-sbin-bsdxml2expat.patch sys-freebsd/freebsd-sbin/files/idmapd.initd X-VCS-Directories: sys-freebsd/freebsd-sbin/files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b44363a09a265d60b02cc3cf991cf326a699025f X-VCS-Branch: master Date: Wed, 13 Jun 2018 18:51:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 527cea92-2c6e-4d65-9efe-414fa331c3e5 X-Archives-Hash: d465f8dd06f44926d1fe384b68d32f22 commit: b44363a09a265d60b02cc3cf991cf326a699025f Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Jun 13 17:49:24 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 13 18:51:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44363a0 sys-freebsd/freebsd-sbin: remove unused patches and file .../freebsd-sbin/files/freebsd-sbin-7.1-zlib.patch | 21 --------------------- .../files/freebsd-sbin-bsdxml2expat.patch | 13 ------------- sys-freebsd/freebsd-sbin/files/idmapd.initd | 20 -------------------- 3 files changed, 54 deletions(-) diff --git a/sys-freebsd/freebsd-sbin/files/freebsd-sbin-7.1-zlib.patch b/sys-freebsd/freebsd-sbin/files/freebsd-sbin-7.1-zlib.patch deleted file mode 100644 index 22fb2ec62d4..00000000000 --- a/sys-freebsd/freebsd-sbin/files/freebsd-sbin-7.1-zlib.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -ur sbin/savecore/savecore.c sbin-zlib/savecore/savecore.c ---- sbin/savecore/savecore.c 2005-02-26 01:21:50 +0000 -+++ sbin-zlib/savecore/savecore.c 2005-05-06 12:00:06 +0000 -@@ -95,7 +95,7 @@ - static int checkfor, compress, clear, force, keep, verbose; /* flags */ - static int nfound, nsaved, nerr; /* statistics */ - --extern FILE *zopen(const char *, const char *); -+extern FILE *gzopen(const char *, const char *); - - static void - printheader(FILE *f, const struct kerneldumpheader *h, const char *device, -@@ -553,7 +553,7 @@ - if (compress) { - sprintf(filename, "%s.%d.gz", istextdump ? "textdump.tar" : - "vmcore", bounds); -- fp = zopen(filename, "w"); -+ fp = gzopen(filename, "w"); - } else { - sprintf(filename, "%s.%d", istextdump ? "textdump.tar" : - "vmcore", bounds); diff --git a/sys-freebsd/freebsd-sbin/files/freebsd-sbin-bsdxml2expat.patch b/sys-freebsd/freebsd-sbin/files/freebsd-sbin-bsdxml2expat.patch deleted file mode 100644 index bdda99b8c0d..00000000000 --- a/sys-freebsd/freebsd-sbin/files/freebsd-sbin-bsdxml2expat.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -uNr sbin/ifconfig.old/regdomain.c sbin/ifconfig/regdomain.c ---- sbin/ifconfig.old/regdomain.c 2010-12-21 17:09:25.000000000 +0000 -+++ sbin/ifconfig/regdomain.c 2011-07-10 15:56:27.000000000 +0000 -@@ -39,7 +39,7 @@ - #include - #include - --#include -+#include - - #include "regdomain.h" - -Los ficheros binarios sbin/ifconfig.old/regdomain.o y sbin/ifconfig/regdomain.o son distintos diff --git a/sys-freebsd/freebsd-sbin/files/idmapd.initd b/sys-freebsd/freebsd-sbin/files/idmapd.initd deleted file mode 100644 index 60a0bb8ad30..00000000000 --- a/sys-freebsd/freebsd-sbin/files/idmapd.initd +++ /dev/null @@ -1,20 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - need rpcbind -} - -start() { - ebegin "Starting NFS idmapd" - start-stop-daemon --start --quiet --exec \ - /sbin/idmapd -- $idmapdopts - eend $? "Error starting NFS idmapd" -} - -stop() { - ebegin "Stopping NFS idmapd" - start-stop-daemon --stop --quiet --exec /sbin/idmapd - eend $? "Error stopping NFS idmapd" -}