summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Update copyright line for files touched after 2018Ulrich Müller2023-01-161-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-misc/ntpsec: Improve OpenRC script for ntpdBrian Evans2022-06-031-0/+23
The attached script updates a couple things which effectively is the same as the current model however it follows the modular nature of the declarative syntax. Changes: * Removes the duplicating start_stop_daemon_args since --pidfile is automatic with pidfile= * Only have ntpd create the pidfile when forking via command_args_background * Add command_args_foreground for the option not to fork Closes: https://bugs.gentoo.org/828078 Signed-off-by: Brian Evans <grknight@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>