1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-07-01 15:30:13 +02:00
init/lib/cron
David Oberhollenzer 24c90b7700 Configuration parser cleanup
- Do a getline() & process in rdline instead of doing a read per character
   and feeding it through a state machine.
 - Move splitkv to rdcfg.c, the only place where it is used

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-10-10 16:45:11 +02:00
..
cronscan.c Add helper library for cron configuration 2018-09-17 14:53:19 +02:00
crontab.c Add helper library for cron configuration 2018-09-17 14:53:19 +02:00
delcron.c Add helper library for cron configuration 2018-09-17 14:53:19 +02:00
rdcron.c Configuration parser cleanup 2018-10-10 16:45:11 +02:00