gsmd: remove unneeded stty call from init script
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 29 Mar 2007 13:47:39 +0000 (13:47 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 29 Mar 2007 13:47:39 +0000 (13:47 +0000)
packages/gsm/files/gsmd

index 254fe0a..4b8db5d 100644 (file)
@@ -48,7 +48,6 @@ start() {
        #
        if [ -e "${GSM_DEV}" ]
        then
-               stty -F ${GSM_DEV} crtscts
                gsmd -p ${GSM_DEV} ${GSMD_OPTS} >/tmp/gsm.log 2>&1 &
                echo "success"
        else