diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-03-29 15:49:15 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-04-02 15:02:35 -0400 |
commit | 18cafe9973eabde03d1ade6c5f1cb98275b72397 (patch) | |
tree | 2554f4ad3c35a2ac475f3d3f6c940cce044613c3 /rules/Makefile.am | |
parent | 7378b89a14c192550c8df844ac3a0bb60585992e (diff) |
Correct permissions on /dev/null and friends for 2.6.32
This sets the permissions on null, zero, full, random and urandom
to 666 which is needed for older kernels. This is part of Gentoo's
40-gentoo.rules which can now be dropped from Gentoo's ebuild.
X-gentoo-Bug: 457868
X-gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=457868
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Diffstat (limited to 'rules/Makefile.am')
-rw-r--r-- | rules/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/Makefile.am b/rules/Makefile.am index 31d926e234..76d7b50a37 100644 --- a/rules/Makefile.am +++ b/rules/Makefile.am @@ -1,6 +1,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} dist_udevrules_DATA = \ + 40-mem-null.rules \ 42-usb-hid-pm.rules \ 50-udev-default.rules \ 60-cdrom_id.rules \ |