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 8D6F2139695 for ; Sat, 25 Feb 2017 00:54:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FE9F21C038; Sat, 25 Feb 2017 00:54:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C31F21C038 for ; Sat, 25 Feb 2017 00:54:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4992A340FDA for ; Sat, 25 Feb 2017 00:54:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 111FF5388 for ; Sat, 25 Feb 2017 00:54:39 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1487983970.6cce43ac0a8e2537bee122607231ef68e046e8eb.robbat2@gentoo> Subject: [gentoo-commits] proj/livecd-tools:master commit in: conf.d/, init.d/ X-VCS-Repository: proj/livecd-tools X-VCS-Files: conf.d/autoconfig init.d/autoconfig X-VCS-Directories: conf.d/ init.d/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 6cce43ac0a8e2537bee122607231ef68e046e8eb X-VCS-Branch: master Date: Sat, 25 Feb 2017 00:54:39 +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: 138a3720-cda8-4650-bb8b-74c38a852e23 X-Archives-Hash: df380095d65b2d4f462f2143bc39564e commit: 6cce43ac0a8e2537bee122607231ef68e046e8eb Author: Robin H. Johnson gentoo org> AuthorDate: Sat Feb 25 00:52:50 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Feb 25 00:52:50 2017 +0000 URL: https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=6cce43ac autoconfig: EVMS is long dead. Signed-off-by: Robin H. Johnson gentoo.org> conf.d/autoconfig | 1 - init.d/autoconfig | 7 ------- 2 files changed, 8 deletions(-) diff --git a/conf.d/autoconfig b/conf.d/autoconfig index 9e03ea9..d5f02d4 100644 --- a/conf.d/autoconfig +++ b/conf.d/autoconfig @@ -12,7 +12,6 @@ COLDPLUG="yes" DETECT="yes" DHCP="yes" DMRAID="yes" -EVMS="no" FIREWIRE="yes" GPM="yes" IDEDMA="yes" diff --git a/init.d/autoconfig b/init.d/autoconfig index 76d6086..71e1deb 100644 --- a/init.d/autoconfig +++ b/init.d/autoconfig @@ -16,7 +16,6 @@ get_config() { COLDPLUG="no" DETECT="no" DMRAID="no" - EVMS="no" FIREWIRE="no" GPM="no" LVM="no" @@ -42,9 +41,6 @@ get_config() { nodmraid) DMRAID="no" ;; - noevms|noevms2) - EVMS="no" - ;; nofirewire) FIREWIRE="no" ;; @@ -114,9 +110,6 @@ get_config() { dodmraid) DMRAID="yes" ;; - doevms|doevms2) - EVMS="yes" - ;; dofirewire) FIREWIRE="yes" ;;