Bug 1600

Summary: --bg options to work in daemon() function
Product: Sisyphus Reporter: Igor Homyakov <homyakov>
Component: initscriptsAssignee: Dmitry V. Levin <ldv>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P4    
Version: unstable   
Hardware: all   
OS: Linux   
Attachments:
Description Flags
0001600-functions.diff none

Description Igor Homyakov 2002-11-21 17:18:08 MSK
при использовании конструкции
daemon --bg some_program

эта конструкция приобразуется в строку вида
initlog $INITLOG_ARGS -c \&quot;$*$bg\&quot; 
при вызове которой bg=\'&amp;\' передаеться как опция программе
минуя shell

в ре-те запускаемая программа не может распознать опцию \'&amp;\' и завершаеться не удачно

---

---

Comment 1 Dmitry V. Levin 2002-12-08 17:02:25 MSK
Please try attached patch.
Comment 2 Dmitry V. Levin 2002-12-08 17:02:25 MSK
Please try attached patch.
Comment 3 Igor Homyakov 2002-12-10 16:53:44 MSK
solved
Comment 4 Igor Homyakov 2002-12-10 16:53:44 MSK
solved
Comment 5 Dmitry V. Levin 2002-12-28 19:31:12 MSK
Fixed in 5.49-ipl46mdk
Comment 6 Dmitry V. Levin 2002-12-28 19:31:12 MSK
Fixed in 5.49-ipl46mdk