diff options
Diffstat (limited to 'testing')
-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" |