diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2009-02-23 16:30:53 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2009-02-23 16:30:53 +0000 |
commit | 7dfbe4b7f606dc32dab4560a1d719df80c1a66ce (patch) | |
tree | 0e153699f2ae9b29a7438638022fe449d9a41967 /sys-fs/udev/files | |
parent | Marked ~ppc for bug #211786. (diff) | |
download | gentoo-2-7dfbe4b7f606dc32dab4560a1d719df80c1a66ce.tar.gz gentoo-2-7dfbe4b7f606dc32dab4560a1d719df80c1a66ce.tar.bz2 gentoo-2-7dfbe4b7f606dc32dab4560a1d719df80c1a66ce.zip |
Typo.
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'sys-fs/udev/files')
-rwxr-xr-x | sys-fs/udev/files/136/udev-postmount.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/udev/files/136/udev-postmount.initd b/sys-fs/udev/files/136/udev-postmount.initd index 1eb190086a78..96beb845bb9b 100755 --- a/sys-fs/udev/files/136/udev-postmount.initd +++ b/sys-fs/udev/files/136/udev-postmount.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/files/136/udev-postmount.initd,v 1.2 2009/02/21 10:13:20 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/files/136/udev-postmount.initd,v 1.3 2009/02/23 16:30:53 zzam Exp $ depend() { need localmount @@ -17,7 +17,7 @@ start() { [ -d /dev/.udev/ ] || return 0 # only continue if rules-directory is writable - dir_writable /etc/udev/rules.d || return 0 + dir_writeable /etc/udev/rules.d || return 0 # store persistent-rules that got created while booting # when / was still read-only |