mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
chrony: don't use make_dirs= to create directory on temporary filesystem
This commit is contained in:
parent
c2bc46d9de
commit
e86b934f7b
2 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
install -d -m750 -o chrony -g chrony /var/run/chrony
|
||||
exec chronyd -n -u chrony
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# When Updating: Please confirm the upstream config still refers to make_dirs
|
||||
pkgname=chrony
|
||||
version=3.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-nss --enable-scfilter
|
||||
--with-sendmail=/usr/bin/sendmail"
|
||||
|
@ -20,8 +20,7 @@ checksum=af77e47c2610a7e55c8af5b89a8aeff52d9a867dd5983d848b52d374bc0e6b9f
|
|||
|
||||
make_dirs="
|
||||
/var/log/chrony 0755 chrony chrony
|
||||
/var/lib/chrony 0755 chrony chrony
|
||||
/var/run/chrony 0750 chrony chrony"
|
||||
/var/lib/chrony 0755 chrony chrony"
|
||||
|
||||
provides="ntp-daemon-0_1"
|
||||
alternatives="
|
||||
|
|
Loading…
Add table
Reference in a new issue