Add SUM sysctl

2011-04-15 Thread rank1seeker
I would like implementation of boolean sysctl var, that would show, is system in a single user mode. I would like it from 8.3 onwards. Domagoj Smolčić ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hacke

Re: Add SUM sysctl

2011-04-15 Thread Daniel O'Connor
On 15/04/2011, at 17:03, rank1see...@gmail.com wrote: > I would like implementation of boolean sysctl var, that would show, is system > in a single user mode. > I would like it from 8.3 onwards. AFAIK the kernel doesn't have a "single user" mode. It's just that when you boot into single user mo

Re: Add SUM sysctl

2011-04-15 Thread rank1seeker
> On 15/04/2011, at 17:03, rank1see...@gmail.com wrote: > > I would like implementation of boolean sysctl var, that would show, is system in a single user mode. > > I would like it from 8.3 onwards. > > AFAIK the kernel doesn't have a "single user" mode. > > It's just that when you boot into sin

Re: Add SUM sysctl

2011-04-15 Thread Daniel O'Connor
On 15/04/2011, at 17:49, rank1see...@gmail.com wrote: >> On 15/04/2011, at 17:03, rank1see...@gmail.com wrote: >>> I would like implementation of boolean sysctl var, that would show, is > system in a single user mode. >>> I would like it from 8.3 onwards. >> >> AFAIK the kernel doesn't have a "s

Re: Add SUM sysctl

2011-04-15 Thread rank1seeker
> On 15/04/2011, at 17:49, rank1see...@gmail.com wrote: > >> On 15/04/2011, at 17:03, rank1see...@gmail.com wrote: > >>> I would like implementation of boolean sysctl var, that would show, is > > system in a single user mode. > >>> I would like it from 8.3 onwards. > >> > >> AFAIK the kernel doe

Re: Add SUM sysctl

2011-04-15 Thread Daniel O'Connor
On 15/04/2011, at 19:12, rank1see...@gmail.com wrote: >> Oh oops, I guess the kernel runs init -s which then asks you.. > > So, what is solution? > Currently I need to mess with lookup, in env variables. > > It must cover cases of rebooting into SUM and drop from MUM (# shutdown > now) in SUM.