This commit is contained in:
Jordan K. Hubbard 1997-05-27 07:17:12 +00:00
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

View File

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

View File

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