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:
da9e9fc
)
gsmd svn log to syslog
author
Michael Lauer
<mickey@vanille-media.de>
Mon, 3 Mar 2008 13:14:51 +0000
(13:14 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Mon, 3 Mar 2008 13:14:51 +0000
(13:14 +0000)
packages/gsm/files/gsmd
patch
|
blob
|
history
diff --git
a/packages/gsm/files/gsmd
b/packages/gsm/files/gsmd
index
fadae76
..
31dbd34
100644
(file)
--- a/
packages/gsm/files/gsmd
+++ b/
packages/gsm/files/gsmd
@@
-20,7
+20,7
@@
case "$1" in
[ -n "$GSM_RES" ] && ( echo "0" >$GSM_RES; sleep 2 )
echo -n "Starting GSM daemon: "
- start-stop-daemon -S -x /usr/sbin/gsmd -- gsmd -p $GSM_DEV $GSMD_OPTS
>/tmp/gsm.log 2>&1 &
+ start-stop-daemon -S -x /usr/sbin/gsmd -- gsmd -p $GSM_DEV $GSMD_OPTS
-d -l syslog
if [ $? = 0 ]; then
echo "gsmd."