git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
470f71b
)
gsmd: remove unneeded stty call from init script
author
Philipp Zabel
<philipp.zabel@gmail.com>
Thu, 29 Mar 2007 13:47:39 +0000
(13:47 +0000)
committer
Philipp Zabel
<philipp.zabel@gmail.com>
Thu, 29 Mar 2007 13:47:39 +0000
(13:47 +0000)
packages/gsm/files/gsmd
patch
|
blob
|
history
diff --git
a/packages/gsm/files/gsmd
b/packages/gsm/files/gsmd
index
254fe0a
..
4b8db5d
100644
(file)
--- a/
packages/gsm/files/gsmd
+++ b/
packages/gsm/files/gsmd
@@
-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