mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/chrony: adjust path to sendmail(1)
The default configuration assumes that sendmail is located at /usr/lib/sendmail, however, the sendmail version shipped by busybox is located at /usr/sbin/sendmail.
This commit is contained in:
parent
ccb0fd1300
commit
be08aaa7b9
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=chrony
|
||||
pkgver=2.1.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
_ver=${pkgver/_/-}
|
||||
pkgdesc="NTP client and server programs"
|
||||
url="http://chrony.tuxfamily.org/"
|
||||
@ -51,6 +51,7 @@ build() {
|
||||
--sysconfdir=/etc/$pkgname \
|
||||
--disable-readline \
|
||||
--with-user=$pkgname \
|
||||
--with-sendmail=/usr/sbin/sendmail \
|
||||
|| return 1
|
||||
|
||||
make all docs || return 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user