From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F21691384B4 for ; Fri, 13 Nov 2015 08:13:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 722DB21C135; Fri, 13 Nov 2015 08:13:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EF3A21C135 for ; Fri, 13 Nov 2015 08:13:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFD4933E5E4 for ; Fri, 13 Nov 2015 08:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2D561470 for ; Fri, 13 Nov 2015 08:13:43 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1447402396.1edc1f72c35ecb463442eae9cf82933dd8565d4c.vapier@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/s390/s390x/netboot/, ... X-VCS-Repository: proj/releng X-VCS-Files: releases/weekly/specs/hppa/netboot2-hppa32.spec releases/weekly/specs/hppa/netboot2-hppa64.spec releases/weekly/specs/s390/s390/netboot/netboot.spec releases/weekly/specs/s390/s390x/netboot/netboot.spec X-VCS-Directories: releases/weekly/specs/s390/s390x/netboot/ releases/weekly/specs/hppa/ releases/weekly/specs/s390/s390/netboot/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 1edc1f72c35ecb463442eae9cf82933dd8565d4c X-VCS-Branch: master Date: Fri, 13 Nov 2015 08:13:43 +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: c21d5063-d2df-4303-94dc-0e9d5b76b0c1 X-Archives-Hash: 488925b0665bb77973ab05c0a3ea7ad6 commit: 1edc1f72c35ecb463442eae9cf82933dd8565d4c Author: Mike Frysinger gentoo org> AuthorDate: Fri Nov 13 08:09:49 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Nov 13 08:13:16 2015 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=1edc1f72 netboot: drop various util-linux tools Drop tools that either aren't installed by default anymore, or don't make sense in a netboot environment: - readprofile: read /proc/profile which we don't enable in the kernels - tunelp: tune line printer settings - mcookie: manage magic cookies used by X11 (xauth) - script: used to record interactive shell sessions - scriptreplay: run the recording of script (see above) - fdformat: format floppy disks which we don't enable in the kernels - cytune: control old serial cards which we don't enable in the kernels - tailf: use `tail` instead - write: broadcast messages to other users logged in - isosize: get details for ISO images We can probably trim even more, but let's start here. releases/weekly/specs/hppa/netboot2-hppa32.spec | 10 ---------- releases/weekly/specs/hppa/netboot2-hppa64.spec | 10 ---------- releases/weekly/specs/s390/s390/netboot/netboot.spec | 10 ---------- releases/weekly/specs/s390/s390x/netboot/netboot.spec | 10 ---------- 4 files changed, 40 deletions(-) diff --git a/releases/weekly/specs/hppa/netboot2-hppa32.spec b/releases/weekly/specs/hppa/netboot2-hppa32.spec index 431b515..0a2ec33 100644 --- a/releases/weekly/specs/hppa/netboot2-hppa32.spec +++ b/releases/weekly/specs/hppa/netboot2-hppa32.spec @@ -98,26 +98,16 @@ netboot2/packages/sys-apps/util-linux/files: /usr/sbin/delpart /usr/sbin/rtcwake /usr/sbin/addpart - /usr/sbin/readprofile - /usr/sbin/tunelp - /usr/bin/mcookie /usr/bin/logger /usr/bin/setarch - /usr/bin/script - /usr/bin/scriptreplay /usr/bin/linux64 - /usr/sbin/fdformat /usr/bin/column /usr/bin/cal - /usr/bin/cytune /usr/bin/chrt /usr/bin/rename - /usr/bin/tailf /usr/bin/colcrt - /usr/bin/write /usr/bin/hexdump /usr/bin/namei - /usr/bin/isosize /usr/bin/look /usr/bin/ipcs /usr/bin/parisc diff --git a/releases/weekly/specs/hppa/netboot2-hppa64.spec b/releases/weekly/specs/hppa/netboot2-hppa64.spec index cbee938..4e014be 100644 --- a/releases/weekly/specs/hppa/netboot2-hppa64.spec +++ b/releases/weekly/specs/hppa/netboot2-hppa64.spec @@ -100,26 +100,16 @@ netboot2/packages/sys-apps/util-linux/files: /usr/sbin/delpart /usr/sbin/rtcwake /usr/sbin/addpart - /usr/sbin/readprofile - /usr/sbin/tunelp - /usr/bin/mcookie /usr/bin/logger /usr/bin/setarch - /usr/bin/script - /usr/bin/scriptreplay /usr/bin/linux64 - /usr/sbin/fdformat /usr/bin/column /usr/bin/cal - /usr/bin/cytune /usr/bin/chrt /usr/bin/rename - /usr/bin/tailf /usr/bin/colcrt - /usr/bin/write /usr/bin/hexdump /usr/bin/namei - /usr/bin/isosize /usr/bin/look /usr/bin/ipcs /usr/bin/parisc diff --git a/releases/weekly/specs/s390/s390/netboot/netboot.spec b/releases/weekly/specs/s390/s390/netboot/netboot.spec index 9e535fb..8722c0d 100644 --- a/releases/weekly/specs/s390/s390/netboot/netboot.spec +++ b/releases/weekly/specs/s390/s390/netboot/netboot.spec @@ -138,26 +138,16 @@ netboot2/packages/sys-apps/util-linux/files: /usr/sbin/delpart /usr/sbin/rtcwake /usr/sbin/addpart - /usr/sbin/readprofile - /usr/sbin/tunelp - /usr/bin/mcookie /usr/bin/logger /usr/bin/setarch - /usr/bin/script - /usr/bin/scriptreplay /usr/bin/linux64 - /usr/sbin/fdformat /usr/bin/column /usr/bin/cal - /usr/bin/cytune /usr/bin/chrt /usr/bin/rename - /usr/bin/tailf /usr/bin/colcrt - /usr/bin/write /usr/bin/hexdump /usr/bin/namei - /usr/bin/isosize /usr/bin/look /usr/bin/ipcs /usr/bin/flock diff --git a/releases/weekly/specs/s390/s390x/netboot/netboot.spec b/releases/weekly/specs/s390/s390x/netboot/netboot.spec index e8cdb98..d72ed2d 100644 --- a/releases/weekly/specs/s390/s390x/netboot/netboot.spec +++ b/releases/weekly/specs/s390/s390x/netboot/netboot.spec @@ -138,26 +138,16 @@ netboot2/packages/sys-apps/util-linux/files: /usr/sbin/delpart /usr/sbin/rtcwake /usr/sbin/addpart - /usr/sbin/readprofile - /usr/sbin/tunelp - /usr/bin/mcookie /usr/bin/logger /usr/bin/setarch - /usr/bin/script - /usr/bin/scriptreplay /usr/bin/linux64 - /usr/sbin/fdformat /usr/bin/column /usr/bin/cal - /usr/bin/cytune /usr/bin/chrt /usr/bin/rename - /usr/bin/tailf /usr/bin/colcrt - /usr/bin/write /usr/bin/hexdump /usr/bin/namei - /usr/bin/isosize /usr/bin/look /usr/bin/ipcs /usr/bin/flock