mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
Fix stupid typo.
Pointed out by: Mark Valentine
This commit is contained in:
parent
e4f937b07b
commit
a2c9d3c290
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12275
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $Id: rc.i386,v 1.11 1995/10/28 12:44:13 peter Exp $
|
||||
# $Id: rc.i386,v 1.12 1995/11/13 21:33:04 markm Exp $
|
||||
# Do i386 specific processing
|
||||
#
|
||||
|
||||
@ -111,7 +111,7 @@ fi
|
||||
# interrupts for /dev/random device
|
||||
if [ "X${rand_irqs}" != X"NO" ] ; then
|
||||
echo -n ' entropy source: '
|
||||
rndcontrol X${rand_irqs}
|
||||
rndcontrol ${rand_irqs}
|
||||
fi
|
||||
|
||||
echo '.'
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $Id: rc.i386,v 1.11 1995/10/28 12:44:13 peter Exp $
|
||||
# $Id: rc.i386,v 1.12 1995/11/13 21:33:04 markm Exp $
|
||||
# Do i386 specific processing
|
||||
#
|
||||
|
||||
@ -111,7 +111,7 @@ fi
|
||||
# interrupts for /dev/random device
|
||||
if [ "X${rand_irqs}" != X"NO" ] ; then
|
||||
echo -n ' entropy source: '
|
||||
rndcontrol X${rand_irqs}
|
||||
rndcontrol ${rand_irqs}
|
||||
fi
|
||||
|
||||
echo '.'
|
||||
|
Loading…
Reference in New Issue
Block a user