Opened 23 years ago

Closed 23 years ago

Last modified 23 years ago

#65 closed defect (fixed)

loadproc problem

Reported by: gerard@… Owned by: gerard@…
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.

Change History (2)

comment:1 by gerard@…, 23 years ago

Owner: changed from lfs-book@… to gerard@…
Status: newassigned

Need to change $* in the loadproc function to "$@" like done with the yacc script

comment:2 by gerard@…, 23 years ago

Resolution: fixed
Status: assignedclosed

Changed to "$@"

Note: See TracTickets for help on using tickets.