We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using dcron on Alpine Linux 3.21 and it is reporting version 4.5 in system log on start:
cron.notice crond[3750]: /usr/sbin/crond 4.5 dillon's cron daemon, started with loglevel notice
Also, crond --help reports version 4.5 too.
crond --help
Alpine's dcron version is 4.6 and my dcron package is updated to latest.
The reason is pretty simple, you forgot to bump version here in the release process: https://github.com/ptchinster/dcron/blob/master/Makefile#L2 and you should not forget to bump it during next release.
The text was updated successfully, but these errors were encountered:
Makefile: update version
1e08d9b
Closes: ptchinster#4
No branches or pull requests
I'm using dcron on Alpine Linux 3.21 and it is reporting version 4.5 in system log on start:
Also,
crond --help
reports version 4.5 too.Alpine's dcron version is 4.6 and my dcron package is updated to latest.
The reason is pretty simple, you forgot to bump version here in the release process: https://github.com/ptchinster/dcron/blob/master/Makefile#L2 and you should not forget to bump it during next release.
The text was updated successfully, but these errors were encountered: