diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 01:05:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 01:05:43 +0000 |
commit | bcf5fa85a0fd041b60afbf538d56b46c74dc1b1f (patch) | |
tree | a443155c61bc386158535caddfaa39699c336c7e /sys-fs/devfsd/files/devfsd.conf | |
parent | need to call games_pkg_postinst (diff) | |
download | historical-bcf5fa85a0fd041b60afbf538d56b46c74dc1b1f.tar.gz historical-bcf5fa85a0fd041b60afbf538d56b46c74dc1b1f.tar.bz2 historical-bcf5fa85a0fd041b60afbf538d56b46c74dc1b1f.zip |
Add tun fix #51467 by Steven Wagner.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-fs/devfsd/files/devfsd.conf')
-rw-r--r-- | sys-fs/devfsd/files/devfsd.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-fs/devfsd/files/devfsd.conf b/sys-fs/devfsd/files/devfsd.conf index 5aa9c2c146a7..79585f36d2c4 100644 --- a/sys-fs/devfsd/files/devfsd.conf +++ b/sys-fs/devfsd/files/devfsd.conf @@ -4,7 +4,7 @@ # The Gentoo Linux Team - http://www.gentoo.org/ # - Many fixes, etc # -# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/files/devfsd.conf,v 1.4 2005/02/06 23:24:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/files/devfsd.conf,v 1.5 2005/02/12 01:05:43 vapier Exp $ # Enable full compatibility mode for old device names. You may comment these # out if you don't use the old device names. Make sure you know what you're @@ -127,6 +127,10 @@ UNREGISTER ^input/mouse0$ CFUNCTION GLOBAL unlink usbmouse REGISTER ^input/mice$ CFUNCTION GLOBAL mksymlink $devname usbmouse UNREGISTER ^input/mice$ CFUNCTION GLOBAL unlink usbmouse +# Create compatibility link for broken misc/net/tun driver +REGISTER ^misc/net/tun$ CFUNCTION GLOBAL unlink net/tun +REGISTER ^misc/net/tun$ CFUNCTION GLOBAL symlink /dev/$devname net/tun + # Support additional config installed by packages ... INCLUDE /etc/devfs.d |