mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 12:07:10 +01:00
YAMF22
This commit is contained in:
parent
93d61f4b17
commit
b45e72570f
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $Id: rc.i386,v 1.25 1997/05/03 11:22:17 jkh Exp $
|
||||
# $Id: rc.i386,v 1.26 1997/05/19 07:46:51 jkh Exp $
|
||||
# Do i386 specific processing
|
||||
#
|
||||
|
||||
@ -99,7 +99,7 @@ if [ "X${saver}" != X"NO" ] ; then
|
||||
fi
|
||||
|
||||
# mouse daemon
|
||||
if [ "X${moused_type}" != XNO ] ; then
|
||||
if [ "X${moused_type}" != X"NO" ] ; then
|
||||
echo -n ' moused'
|
||||
moused ${moused_flags} -p ${moused_port} -t ${moused_type}
|
||||
fi
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $Id: rc.i386,v 1.25 1997/05/03 11:22:17 jkh Exp $
|
||||
# $Id: rc.i386,v 1.26 1997/05/19 07:46:51 jkh Exp $
|
||||
# Do i386 specific processing
|
||||
#
|
||||
|
||||
@ -99,7 +99,7 @@ if [ "X${saver}" != X"NO" ] ; then
|
||||
fi
|
||||
|
||||
# mouse daemon
|
||||
if [ "X${moused_type}" != XNO ] ; then
|
||||
if [ "X${moused_type}" != X"NO" ] ; then
|
||||
echo -n ' moused'
|
||||
moused ${moused_flags} -p ${moused_port} -t ${moused_type}
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user