mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-09 08:25:21 +02:00
main/busybox: Add missing capability to ntpd OpenRC service
Fixes #16605
This commit is contained in:
parent
5419131f89
commit
cca3cb020c
2 changed files with 3 additions and 3 deletions
main/busybox
|
@ -5,7 +5,7 @@
|
|||
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
pkgname=busybox
|
||||
pkgver=1.37.0
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="Size optimized toolbox of many common UNIX utilities"
|
||||
url="https://busybox.net/"
|
||||
arch="all"
|
||||
|
@ -410,7 +410,7 @@ fcb532233fd7ba8cad302d037b88cff00ee8b96b37c90b34fc823479208cf7cdda48818c972ce2c4
|
|||
f9bf43b72142bbb4c0665c1268a3d91586ef8a057dfe64c53b6923815d2db1f669b8080a38311ad89cda0b783a8628700fc5414d834a21d8e48515760bb910f7 klogd.confd
|
||||
50b975ac94722e8584249a73b7f36134cb954ad19716b7f3437a6e2cde2a81465ef153b04a0b8e734fc7971320df71cd8c75e669bb4da86233c1991bc516260f klogd.initd
|
||||
b0ba67585f39d83320ed6de183d7463a0e163807b9f3dc6f0baa212236056f22aeb2c5399dfdcd54929eb5ae06a15714c2fed133b5888869ed9d9cf589cef843 ntpd.confd
|
||||
9e0aedd8f0d546532ad99fb5d3043e222d3f85bfebe2a01609a47b1eef5339750e81753c12eeb79852cefc88e9ff28c54b8858be44702c871c32ca82390d71d2 ntpd.initd
|
||||
49d3b84e7f3fde1fe4f8d38e74fa175c55e6edd1c82e3e41c5ea368abdeea359207c984c644550bc6f96949e09cd4a8da6a473c495287a163a0248a9bb452411 ntpd.initd
|
||||
11b2a71c38c87d95cd19307481b5f05d9aa980f1ee8348a90b14d698a78b5d0109974fef782ae6538177bcf8bb9fc9cd6f8e4a368ff6b6266276745f1394c2e0 rdate.confd
|
||||
a95d03564712803fc58c48534f2fbbf23dd8418ffd3a6a06f840e969627892eea518b4fe17f059850665fc056cedf972c26aee52c309805987fb5c59a710bd30 rdate.initd
|
||||
bf8173ee33a5d2b61cbdbc1b070e599a17a21e5433a0d8aa9beef71e4ac831304076af8e7e58dc594cdee61562329793afdc57af91e5496bf5fffb9b734a3d9c syslog.confd
|
||||
|
|
|
@ -6,7 +6,7 @@ command_args="${NTPD_OPTS:--N -p pool.ntp.org} -n"
|
|||
command_user="ntp"
|
||||
pidfile="/run/$SVCNAME.pid"
|
||||
command_background=true
|
||||
capabilities="^cap_sys_time"
|
||||
capabilities="^cap_sys_time,^cap_net_bind_service"
|
||||
|
||||
depend() {
|
||||
need net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue