On Wed, Apr 19, 2000, Neil Blakey-Milner wrote:
> On Mon 2000-04-10 (00:10), Doug Barton wrote:
> > +if [ -z "${sourcercs_defined}" ]; then
> > +        sourcercs_defined=yes
> > +        sourcercs ( ) {
> > +                local sourced_files
> > +                for i in ${rc_conf_files}; do
> > +                        case "${sourced_files}" in
> > +                        *:$i:*)
> > +                                ;;
> > +                        *)
> > +                                sourced_files="${sourced_files}:$i:"
> > +                                if [ -r $i ]; then
> > +                                        . $i
> > +                                fi
> > +                                ;;
> > +                        esac
> > +                done
> > +        }
> > +fi
> 
> I have another idea:  We make a sh script named "rcsource" or whatever,
> which we source when we want to have the rc environment, stealing your
> code maliciously:

Yup, thats what I proposed, and this code is basically what I had hacked
at my end. :)




Adrian



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to