Fix stupid typo.

Pointed out by: Mark Valentine
This commit is contained in:
Mark Murray 1995-11-14 06:24:00 +00:00
parent e4f937b07b
commit a2c9d3c290
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12275
2 changed files with 4 additions and 4 deletions

View File

@ -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 '.'

View File

@ -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 '.'