Re: whence RPCBIND_ARGS?

2010-01-03 Thread Robert P. J. Day
On Sun, 3 Jan 2010, Cameron Simpson wrote: On 02Jan2010 14:47, Robert P. J. Day rpj...@crashcourse.ca wrote: | i'm tracing the execution of rpcbind on my f12 system, and in the | common code, i read: | | prog=rpcbind | [ -f /etc/sysconfig/$prog ] . /etc/sysconfig/$prog | | while in the

whence RPCBIND_ARGS?

2010-01-02 Thread Robert P. J. Day
i'm tracing the execution of rpcbind on my f12 system, and in the common code, i read: prog=rpcbind [ -f /etc/sysconfig/$prog ] . /etc/sysconfig/$prog while in the start() function, there is: daemon $prog $RPCBIND_ARGS $1 i'm curious about this since: 1) there's no apparent

Re: whence RPCBIND_ARGS?

2010-01-02 Thread Cameron Simpson
On 02Jan2010 14:47, Robert P. J. Day rpj...@crashcourse.ca wrote: | i'm tracing the execution of rpcbind on my f12 system, and in the | common code, i read: | | prog=rpcbind | [ -f /etc/sysconfig/$prog ] . /etc/sysconfig/$prog | | while in the start() function, there is: | | daemon $prog