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 | |
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')
-rw-r--r-- | sys-fs/udev/ChangeLog | 6 | ||||
-rwxr-xr-x | sys-fs/udev/files/136/udev-postmount.initd | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index 9b952d89c75f..1c133d2faf00 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.451 2009/02/21 10:13:21 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.452 2009/02/23 16:30:52 zzam Exp $ + + 23 Feb 2009; Matthias Schwarzott <zzam@gentoo.org> + files/136/udev-postmount.initd: + Typo. 21 Feb 2009; Matthias Schwarzott <zzam@gentoo.org> files/136/udev.confd, files/136/udev.initd, files/136/udev-mount.initd, 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 |