diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-22 09:33:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-22 09:33:28 +0000 |
commit | 28932f09bc338b8e61c51a13979ea576571b44d1 (patch) | |
tree | d5020b8035aaad85941925d99578f4e151a007e8 | |
parent | eda039e09ff9c2aef0bee0f23ef4f7996ae932fc (diff) | |
download | aports-28932f09bc338b8e61c51a13979ea576571b44d1.tar.bz2 aports-28932f09bc338b8e61c51a13979ea576571b44d1.tar.xz |
testing/ifplugd: fix pkgdesc. it was way too long
-rw-r--r-- | testing/ifplugd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ifplugd/APKBUILD b/testing/ifplugd/APKBUILD index 0f1c46592a..c2f01a2457 100644 --- a/testing/ifplugd/APKBUILD +++ b/testing/ifplugd/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: pkgname=ifplugd pkgver=0.28 -pkgrel=1 -pkgdesc="ifplugd is a Linux daemon which will automatically configure your ethernet device when a cable is plugged in and automatically unconfigure it if the cable is pulled. This is useful on laptops with onboard network adapters, since it will only configure the interface when a cable is really connected." +pkgrel=2 +pkgdesc="Detect and take action when an ethernet cable is unplugged" url="http://0pointer.de/lennart/projects/ifplugd" arch="all" license="GPL2" |