Re: is /bin/sh the almquist shell?

2022-03-29 Thread Mayuresh Kathe
> From k...@munnari.oz.au Wed Mar 30 02:55:37 2022 > From: Robert Elz > To: Mayuresh Kathe > cc: netbsd-users@netbsd.org > Subject: Re: is /bin/sh the almquist shell? > Content-ID: <4606.164860862...@jinx.noi.kre.to> > > Date:Tue, 29 Mar 2022 23:34:08 GMT > From:Mayuresh K

Re: is /bin/sh the almquist shell?

2022-03-29 Thread Robert Elz
Date:Tue, 29 Mar 2022 23:34:08 GMT From:Mayuresh Kathe Message-ID: <202203292334.22tny8vp027...@sdf.org> | should i start a separate thread asking for information | regarding netbsd's /bin/sh support for recursion? New thread? Probably not needed. To actually

Re: is /bin/sh the almquist shell?

2022-03-29 Thread Mayuresh Kathe
> From bounces-netbsd-users-owner-mayuresh=sdf@netbsd.org Tue Mar 29 > 15:44:08 2022 > From: Robert Elz > To: Mayuresh Kathe > cc: netbsd-users@netbsd.org > Subject: Re: is /bin/sh the almquist shell? > Content-ID: <23186.164856859...@jinx.noi.kre.to> > > Date:Tue, 29 Mar 2022 14

Re: is /bin/sh the almquist shell?

2022-03-29 Thread Robert Elz
Date:Tue, 29 Mar 2022 14:50:14 GMT From:Mayuresh Kathe Message-ID: <202203291450.22teoeql026...@sdf.org> | could i get confirmation that the /bin/sh under netbsd is | indeed the "almquist shell"? It is derived from that, yes. As is the FreeBSD shell It would be

is /bin/sh the almquist shell?

2022-03-29 Thread Mayuresh Kathe
could i get confirmation that the /bin/sh under netbsd is indeed the "almquist shell"? thank you.

Re: pkgsrc : dependencies : determination : how?

2022-03-29 Thread Mayuresh Kathe
> From mar...@duskware.de Tue Mar 29 12:56:41 2022 > From: Martin Husemann > To: Mayuresh Kathe > Cc: netbsd-users@netbsd.org > Subject: Re: pkgsrc : dependencies : determination : how? > > On Tue, Mar 29, 2022 at 12:45:35PM +, Mayuresh Kathe wrote: > > the point i'm most concerned about is h

Re: pkgsrc : dependencies : determination : how?

2022-03-29 Thread Martin Husemann
On Tue, Mar 29, 2022 at 12:45:35PM +, Mayuresh Kathe wrote: > the point i'm most concerned about is how pkgsrc manages to > figure out if a package has to be uninstalled or not, like > what if there are recursive dependencies shared amongst > multiple packages? That is very easy: on registerin

Re: pkgsrc : dependencies : determination : how?

2022-03-29 Thread Mayuresh Kathe
> From bounces-netbsd-users-owner-mayuresh=sdf@netbsd.org Tue Mar 29 > 09:30:49 2022 > From: Martin Husemann > To: Mayuresh Kathe > Cc: netbsd-users@netbsd.org > Subject: Re: pkgsrc : dependencies : determination : how? > > On Tue, Mar 29, 2022 at 09:15:34AM +, Mayuresh Kathe wrote: > >

Re: pkgsrc : dependencies : determination : how?

2022-03-29 Thread Martin Husemann
On Tue, Mar 29, 2022 at 09:15:34AM +, Mayuresh Kathe wrote: > i would like to understand how pkgsrc determines the > dependencies for a given package, and how does it go > about handling them during installs, uninstalls, etc. > i've heard about some such systems using "sat solvers". > is there

pkgsrc : dependencies : determination : how?

2022-03-29 Thread Mayuresh Kathe
i would like to understand how pkgsrc determines the dependencies for a given package, and how does it go about handling them during installs, uninstalls, etc. i've heard about some such systems using "sat solvers". is there a similar sub-system being used by pkgsrc? thank you.