~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/chrony: adjust path to sendmail(1)

Details
Message ID
<1441187559-23326-1-git-send-email-soeren+git@soeren-tempel.net>
Sender timestamp
1441187559
DKIM signature
missing
Download raw message
Patch: +2 -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.
---
 main/chrony/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/chrony/APKBUILD b/main/chrony/APKBUILD
index ae46d83..767754c 100644
--- a/main/chrony/APKBUILD
+++ b/main/chrony/APKBUILD
@@ -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
-- 
2.5.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)