summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-13 14:26:45 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-13 14:26:45 +0000
commited109b9b632aab0a4799d0d5576140b6757efb76 (patch)
treeb058dc2c33ce8c3342bb27feb82590fbfc7a4486 /sys-apps
parentStable on sparc (diff)
downloadgentoo-2-ed109b9b632aab0a4799d0d5576140b6757efb76.tar.gz
gentoo-2-ed109b9b632aab0a4799d0d5576140b6757efb76.tar.bz2
gentoo-2-ed109b9b632aab0a4799d0d5576140b6757efb76.zip
.devfs -> .devfsd #77622
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/util-linux/util-linux-2.12p.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/util-linux/util-linux-2.12p.ebuild b/sys-apps/util-linux/util-linux-2.12p.ebuild
index 2296c2eff180..5c09ce56b51e 100644
--- a/sys-apps/util-linux/util-linux-2.12p.ebuild
+++ b/sys-apps/util-linux/util-linux-2.12p.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12p.ebuild,v 1.2 2005/01/12 00:24:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12p.ebuild,v 1.3 2005/01/13 14:26:45 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -52,7 +52,7 @@ src_unpack() {
# Fix unreadable df output when using devfs ... this check is kind of
# a hack, but whatever, the output isnt critical at all :P
- [[ -e /dev/.devfs ]] && epatch ${FILESDIR}/no-symlink-resolve.patch
+ [[ -e /dev/.devfsd ]] && epatch ${FILESDIR}/no-symlink-resolve.patch
# Add the O option to agetty to display DNS domainname in the issue
# file, thanks to Marius Mauch <genone@genone.de>, bug #22275.