dhcpcd: Update to 6.2.1

Dhcpcd now has integration with udev, so it should no longer be a
problem if udev renames an interface while dhcpcd is running.
This commit is contained in:
Eelco Dolstra
2014-02-02 11:28:45 +01:00
parent 14a6a059f5
commit 559f5be07d
3 changed files with 11 additions and 5 deletions
+3 -1
View File
@@ -23,9 +23,11 @@ stdenv.mkDerivation rec {
installFlags = "SYSCONFDIR=$(out)/etc";
meta = {
meta = {
description = "A program to manage /etc/resolv.conf";
homepage = http://roy.marples.name/projects/openresolv;
license = "bsd";
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.linux;
};
}