From 6051819177892e4d5b494cb0d753d2345399e416 Mon Sep 17 00:00:00 2001 From: Luis Ressel Date: Wed, 23 Jan 2019 21:50:10 +0000 Subject: system/man-db: Silence the mandb trigger It's kinda hard to watch for apk warnings/errors if every invocation (that installs man pages) is followed by a screenful of mandb diagnostics. mandb also prints warnings and some progress info to stderr, so we'll still notice if there are problems. --- system/man-db/APKBUILD | 2 +- system/man-db/man-db.trigger | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/man-db/APKBUILD b/system/man-db/APKBUILD index e8b60b75f..0e0aa9724 100644 --- a/system/man-db/APKBUILD +++ b/system/man-db/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=man-db pkgver=2.8.4 -pkgrel=0 +pkgrel=1 pkgdesc="The man command and related utilities for examining on-line help files" url="http://www.nongnu.org/man-db/" arch="all" diff --git a/system/man-db/man-db.trigger b/system/man-db/man-db.trigger index fb76aa38c..f9de5961c 100644 --- a/system/man-db/man-db.trigger +++ b/system/man-db/man-db.trigger @@ -1,3 +1,3 @@ #!/bin/sh -exec /usr/bin/mandb /usr/share/man +exec /usr/bin/mandb /usr/share/man >/dev/null -- cgit v1.2.3-60-g2f50