#65 closed defect (fixed)
loadproc problem
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | 3.0-pre3 |
Severity: | normal | Keywords: | |
Cc: |
Description
This showed up today: loadproc su aspseek -c /usr/sbin/searchd -D
This didn't work as expected. It did tun 'searchd' as user 'aspseek' but it didn't take the paramter '-D'. I tried putting it in quotes (su aspseek -c "/usr/sbin/searchd -D") but that didn't work either. That bootscript now runs searchd without loadproc and it works fine.
Let's look into the loadproc function and try to determin what's going on and fix it.
Note:
See TracTickets
for help on using tickets.
Need to change $* in the loadproc function to "$@" like done with the yacc script