Re: [sysvinit-devel] shutdown: do not require -h when using -H/-P

2014-02-16 Thread Petter Reinholdtsen
[Mike Frysinger] > it is my understanding that upstart and systemd do not do this. at this > point > in time, i don't think any other init really matters to the Linux world. Right. Thank you for sharing your view and knowledge on the topic. Anyone know how Solaris and AIX shutdown work these

Re: [sysvinit-devel] shutdown: do not require -h when using -H/-P

2014-02-16 Thread Mike Frysinger
On Sunday, February 16, 2014 10:06:53 Petter Reinholdtsen wrote: > [Mike Frysinger] > > Other inits have moved to not requiring the -h flag when used with > > -H/-P. modify sysvinit to be the same since it really doesn't > > matter. > > Which inits are this? Why do they change the traditional be

Re: [sysvinit-devel] shutdown: do not require -h when using -H/-P

2014-02-16 Thread Petter Reinholdtsen
[Mike Frysinger] > Other inits have moved to not requiring the -h flag when used with > -H/-P. modify sysvinit to be the same since it really doesn't > matter. Which inits are this? Why do they change the traditional behaviour of shutdown? Which shutdown implementations retain the behaviour tha

[sysvinit-devel] shutdown: do not require -h when using -H/-P

2014-02-15 Thread Mike Frysinger
From: Doug Goldstein Other inits have moved to not requiring the -h flag when used with -H/-P. modify sysvinit to be the same since it really doesn't matter. URL: https://bugs.gentoo.org/449354 --- man/shutdown.8 | 7 +++ src/shutdown.c | 10 -- 2 files changed, 7 insertions(+), 10