From f24346c37268aa32f157691e3e0893c82836ad69 Mon Sep 17 00:00:00 2001 From: stan Date: Mon, 13 Jan 2003 16:38:45 +0000 Subject: [PATCH] Changed default X10 port to /dev/ttyS0 git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@305 e3e1d417-86f3-4887-817a-d78f3d33393f --- zmconfig.pl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zmconfig.pl.in b/zmconfig.pl.in index 954ba96fd..dbd7868d1 100755 --- a/zmconfig.pl.in +++ b/zmconfig.pl.in @@ -203,10 +203,10 @@ my @options = }, { name => "ZM_X10_DEVICE", - default => "/dev/ttyS1", + default => "/dev/ttyS0", description => "What device is your X10 controller connected on", requires => [ { name => "ZM_OPT_X10", value => "yes" } ], - help => "If you have an X10 controller device (e.g. XM10U) connected to your computer this option details which port it is conected on, the default of /dev/ttyS1 maps to serial or com port 1.", + help => "If you have an X10 controller device (e.g. XM10U) connected to your computer this option details which port it is conected on, the default of /dev/ttyS0 maps to serial or com port 1.", type => $types{abs_path}, }, {