Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ifplugd/
Date: Sun, 03 May 2020 20:21:02
Message-Id: 1588537249.7d9538e3cb5356e2987e1492fa0869d45f42d1eb.whissi@gentoo
1 commit: 7d9538e3cb5356e2987e1492fa0869d45f42d1eb
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 20:19:28 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 20:20:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9538e3
7
8 sys-apps/ifplugd: fix RedundantLongDescription
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-apps/ifplugd/metadata.xml | 6 +++++-
14 1 file changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-apps/ifplugd/metadata.xml b/sys-apps/ifplugd/metadata.xml
17 index bb67101bd41..0065a0bccee 100644
18 --- a/sys-apps/ifplugd/metadata.xml
19 +++ b/sys-apps/ifplugd/metadata.xml
20 @@ -6,6 +6,10 @@
21 <name>Gentoo Base System</name>
22 </maintainer>
23 <longdescription lang="en">
24 - Brings up/down ethernet ports automatically with cable detection
25 + ifplugd is a Linux daemon which will automatically configure your
26 + ethernet device when a cable is plugged in and automatically
27 + unconfigure it if the cable is pulled. This is useful on laptops
28 + with onboard network adapters, since it will only configure the
29 + interface when a cable is really connected.
30 </longdescription>
31 </pkgmetadata>