[oe-commits] org.oe.dev gsm: run in background until gsmd properly daemonizes

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Mar 19 14:34:16 UTC 2007


gsm: run in background until gsmd properly daemonizes

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 86cc8bea1064989f059492e80b1cb64624464b9f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=86cc8bea1064989f059492e80b1cb64624464b9f
Files:
1
packages/gsm/files/fic-gta01/gsmd
Diffs:

#
# mt diff -r17e16e0ac7b81eb5e92121ff31d587ae737eb2cd -r86cc8bea1064989f059492e80b1cb64624464b9f
#
# 
# 
# patch "packages/gsm/files/fic-gta01/gsmd"
#  from [9de82a7379faf5b91d9711e2c1be92d76f2e63a5]
#    to [77a798c62df68064e688cb8791bced272ba245dd]
# 
============================================================
--- packages/gsm/files/fic-gta01/gsmd	9de82a7379faf5b91d9711e2c1be92d76f2e63a5
+++ packages/gsm/files/fic-gta01/gsmd	77a798c62df68064e688cb8791bced272ba245dd
@@ -51,7 +51,7 @@ start() {
 		mkdir -fp /usr/spool/uucp
 		chown uucp.uucp /usr/spool/uucp
 		stty -F /dev/ttySAC0 crtscts
-		gsmd -p ${GSM_DEV} ${GSMD_OPTS}
+		gsmd -p ${GSM_DEV} ${GSMD_OPTS} >/tmp/gsm.log 2>&1 &
 		echo "success"
 	else
 	    # User needs to symlink ${GPS_DEV} to the right thing






More information about the Openembedded-commits mailing list