fs

morpheus filesystem files
git clone git://git.2f30.org/fs
Log | Files | Refs

commit c686c5a7984f0deb0278a74b7561c2b9f8c5864f
parent 9dacf0a1e60b9af73f0a4ecb8627d27b840cb538
Author: sin <sin@2f30.org>
Date:   Sun, 16 Mar 2014 16:14:25 +0000

No need to use env

Diffstat:
Mbin/rc.init | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/rc.init b/bin/rc.init @@ -81,7 +81,7 @@ echo Setting random seed dd if=/dev/urandom of=/etc/random-seed count=1 bs=512 2>/dev/null echo Storing dmesg output to /var/log/dmesg.log -env dmesg > /var/log/dmesg.log +dmesg > /var/log/dmesg.log if [ -e /proc/sys/kernel/dmesg_restrict ] && [ $(cat /proc/sys/kernel/dmesg_restrict) = "1" ]; then chmod 0600 /var/log/dmesg.log