Remove two superfluous trailing semicolons.
This commit is contained in:
parent
b9b38f5d90
commit
cc42bdd415
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169924
@ -59,7 +59,7 @@ cleanvar_start ()
|
||||
if [ -d /var/run -a ! -f /var/run/clean_var ]; then
|
||||
purgedir /var/run
|
||||
# And an initial utmp file
|
||||
(cd /var/run && cp /dev/null utmp && chmod 644 utmp;)
|
||||
(cd /var/run && cp /dev/null utmp && chmod 644 utmp)
|
||||
>/var/run/clean_var
|
||||
fi
|
||||
if [ -d /var/spool/lock -a ! -f /var/spool/lock/clean_var ]; then
|
||||
|
@ -53,7 +53,7 @@ initrandom_start()
|
||||
# harvesting rate.
|
||||
# Entropy below is not great, but better than nothing.
|
||||
# This unblocks the generator at startup
|
||||
( ps -fauxww; sysctl -a; date; df -ib; dmesg; ps -fauxww; ) \
|
||||
( ps -fauxww; sysctl -a; date; df -ib; dmesg; ps -fauxww ) \
|
||||
| dd of=/dev/random bs=8k 2>/dev/null
|
||||
cat /bin/ls | dd of=/dev/random bs=8k 2>/dev/null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user