diff options
author | ncopa <ncopa@f176ef85-8d20-0410-844a-e957b5a1c371> | 2008-01-22 07:54:22 +0000 |
---|---|---|
committer | ncopa <ncopa@f176ef85-8d20-0410-844a-e957b5a1c371> | 2008-01-22 07:54:22 +0000 |
commit | 06f65ed55fbce2af1c394c942c7d214a7816126f (patch) | |
tree | a3e96948f9c714474a5b7dda7dd3a719bec50af8 | |
parent | f748fb67f007c7453c8b4cea7439347df60f5ae7 (diff) | |
download | alpine-baselayout-06f65ed55fbce2af1c394c942c7d214a7816126f.tar.bz2 alpine-baselayout-06f65ed55fbce2af1c394c942c7d214a7816126f.tar.xz |
no error message about existing dir when mdev -s is run for a second time
-rw-r--r-- | mdev.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ urandom root:root 0444 hwrandom root:root 0660 # console does already exist; therefore ownerchip has to be changed with command -console root:tty 0600 @chmod 600 $MDEV && mkdir vc && ln -sf ../$MDEV vc/0 +console root:tty 0600 @chmod 600 $MDEV && mkdir -p vc && ln -sf ../$MDEV vc/0 fd0 root:floppy 0660 kmem root:root 0640 mem root:root 0640 |