summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2013-05-27 15:14:06 +0200
committerBertrand Jacquin <beber@meleeweb.net>2013-05-27 22:55:53 +0200
commit9a050b1615bf113036bb7035c03025310d047d2e (patch)
tree3fd05ee339a2a789c8a0e62db2652bc8050c8267 /sys-fs
parentsys-fs/flashrom: delete live version, applied upstream (diff)
downloadportage-9a050b1615bf113036bb7035c03025310d047d2e.tar.xz
sys-fs/static-dev: Add missing /dev/console by default
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/static-dev/Manifest2
-rw-r--r--sys-fs/static-dev/static-dev-0.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/static-dev/Manifest b/sys-fs/static-dev/Manifest
index 03b3ed90..7b351834 100644
--- a/sys-fs/static-dev/Manifest
+++ b/sys-fs/static-dev/Manifest
@@ -1 +1 @@
-EBUILD static-dev-0.1.ebuild 1449 RMD160 d3a21452c1cdb07714773b506419886a6c9fd7ef SHA1 9c977f77e9da2927c96cfbb5feb4d4c503cafcb7 SHA256 9f9bc0deb3c806ca9814a41cf1cd2aa70fd4d1faf4d44dc870438b01bc2d324a
+EBUILD static-dev-0.1.ebuild 1457 RMD160 58603fe5d91bee8d4dd84052dcd806515c13b24a SHA1 f80900a63218757cb2a50ac0fcbe3ba8d3c18c07 SHA256 094054db18a0c8bcd2a65fbc04e0f130b70c6ff102245aa70d24b8f327657ff4
diff --git a/sys-fs/static-dev/static-dev-0.1.ebuild b/sys-fs/static-dev/static-dev-0.1.ebuild
index cd124f90..f5f3fa79 100644
--- a/sys-fs/static-dev/static-dev-0.1.ebuild
+++ b/sys-fs/static-dev/static-dev-0.1.ebuild
@@ -38,7 +38,7 @@ src_install() {
dodir /dev
cd "${D}"/dev/ || die "Unable to descend into /dev"
- local classes="generic sda sdb sdc ptmx ram rtc"
+ local classes="generic console sda sdb sdc ptmx ram rtc"
einfo "Creating device nodes using classes:"
einfo " ${classes}"