mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
YAMF22
This commit is contained in:
parent
33f8d1fe3a
commit
fbd31922cd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26189
2 changed files with 4 additions and 4 deletions
|
@ -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 a new issue