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 80193139085 for ; Sun, 15 Jan 2017 10:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACB27E0DC7; Sun, 15 Jan 2017 10:25:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8F110E0DC5 for ; Sun, 15 Jan 2017 10:25:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C4515341421 for ; Sun, 15 Jan 2017 10:25:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2BB927E1 for ; Sun, 15 Jan 2017 10:25:28 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1484475909.2c7e9f78fce6e4afe9a329fd0eac1fd20080ce26.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/wpa_supplicant/files/wpa_supplicant.service net-wireless/wpa_supplicant/files/wpa_supplicant_at.service X-VCS-Directories: net-wireless/wpa_supplicant/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2c7e9f78fce6e4afe9a329fd0eac1fd20080ce26 X-VCS-Branch: master Date: Sun, 15 Jan 2017 10:25:28 +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: 774e4bc1-0b14-4447-b30f-96b40cab9cee X-Archives-Hash: c3ea575fe16b5c0432b58df130105335 commit: 2c7e9f78fce6e4afe9a329fd0eac1fd20080ce26 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Thu Jan 12 18:13:29 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 15 10:25:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7e9f78 net-wireless/wpa_supplicant: remove unused systemd service files Closes: https://github.com/gentoo/gentoo/pull/3447 net-wireless/wpa_supplicant/files/wpa_supplicant.service | 11 ----------- net-wireless/wpa_supplicant/files/wpa_supplicant_at.service | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant.service b/net-wireless/wpa_supplicant/files/wpa_supplicant.service deleted file mode 100644 index e1e75b1..00000000 --- a/net-wireless/wpa_supplicant/files/wpa_supplicant.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=WPA supplicant - -[Service] -Type=dbus -BusName=fi.epitest.hostap.WPASupplicant -ExecStart=/usr/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -u - -[Install] -WantedBy=multi-user.target -Alias=dbus-fi.epitest.hostap.WPASupplicant.service diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant_at.service b/net-wireless/wpa_supplicant/files/wpa_supplicant_at.service deleted file mode 100644 index af0cebf..00000000 --- a/net-wireless/wpa_supplicant/files/wpa_supplicant_at.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=WPA supplicant daemon (interface-specific version) - -# NetworkManager users will probably want the dbus version instead. - -[Service] -Type=simple -ExecStart=/usr/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -i%I - -[Install] -Alias=multi-user.target.wants/wpa_supplicant@wlan0.service