summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/random
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/random')
-rw-r--r--etc/rc.d/random4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/random b/etc/rc.d/random
index 1450b93..f024348 100644
--- a/etc/rc.d/random
+++ b/etc/rc.d/random
@@ -63,13 +63,13 @@ random_stop()
rm -f ${entropy_file}
oumask=`umask`
umask 077
- if touch ${entropy_file} ; then
+ if touch ${entropy_file}; then
entropy_file_confirmed="${entropy_file}"
else
# Try this as a reasonable alternative for read-only
# roots, diskless workstations, etc.
rm -f /var/db/entropy
- if touch /var/db/entropy ; then
+ if touch /var/db/entropy; then
entropy_file_confirmed=/var/db/entropy
fi
fi
OpenPOWER on IntegriCloud