Re: Add feature to inittab

2020-01-08 Thread Jesse Smith
> I made some corrections, added comments in the code, and deleted > comments that might be present at the beginning of the .tab files. > The function which interprets the lines, is the same as for the inittab file. > The idea is to have one file per service to start without having to > touch the i

Re: Add feature to inittab

2020-01-03 Thread Didier Gaudin
Jessie, I made some corrections, added comments in the code, and deleted comments that might be present at the beginning of the .tab files. The function which interprets the lines, is the same as for the inittab file. The idea is to have one file per service to start without having to touch the in

Re: Add feature to inittab

2020-01-03 Thread Didier Gaudin
The good inttabd_paths.patch. Le jeu. 2 janv. 2020 à 08:25, Didier Gaudin a écrit : > > Hello, > Happy new year! > I send you my patch to add /etc/inttab.d support. > > The patch scan the /etc/inittab.d/ and read only the first line of *.tab > files. > Can you give me your feed-back about this p

Re: Add feature to inittab

2020-01-02 Thread Petter Reinholdtsen
[Jesse Smith] > It's certainly not a requirement, but it'll make it easier for me to > review the final patch when you're finished. My emacs show information about the start of a block when I move my cursor to the closing '}'. Perhaps your editor can do so too? -- Happy hacking Petter Reinholdt

Re: Add feature to inittab

2020-01-02 Thread Jesse Smith
> Hello, > Happy new year! > I send you my patch to add /etc/inttab.d support. > > The patch scan the /etc/inittab.d/ and read only the first line of *.tab > files. > Can you give me your feed-back about this patch. > > Didier. > Happy new year, Didier! I looked over your patch and it seems fi

Re: Add feature to inittab

2020-01-01 Thread Didier Gaudin
Hello, Happy new year! I send you my patch to add /etc/inttab.d support. The patch scan the /etc/inittab.d/ and read only the first line of *.tab files. Can you give me your feed-back about this patch. Didier. Le mer. 25 déc. 2019 à 09:50, Petter Reinholdtsen a écrit : > > > Hello, and Merry C

Re: Add feature to inittab

2019-12-25 Thread Petter Reinholdtsen
Hello, and Merry Christmas. :) [Didier.Gaudin] > do you think it is possible, to have a directory /etc/inittab.d in > addition to the /etc/inittab to add service : 1 custom service per file > ? I believe it is both possible and an advantage. :) Perhaps you can create a patch to do so? -- Hap