summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2006-05-06 20:15:11 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2006-05-06 20:15:11 +0000
commitfed4304e05301e27b475b870a582265f03ef0f4f (patch)
tree2aee839c0cea9c6ae9773a5e456b636abbf0fc52 /mail-mta/netqmail
parentBump for 2.14.1 (diff)
downloadgentoo-2-fed4304e05301e27b475b870a582265f03ef0f4f.tar.gz
gentoo-2-fed4304e05301e27b475b870a582265f03ef0f4f.tar.bz2
gentoo-2-fed4304e05301e27b475b870a582265f03ef0f4f.zip
Ignore output of renice command.
(Portage version: 2.1_pre10-r3)
Diffstat (limited to 'mail-mta/netqmail')
-rw-r--r--mail-mta/netqmail/ChangeLog6
-rw-r--r--mail-mta/netqmail/files/qmail-genrsacert.sh4
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-mta/netqmail/ChangeLog b/mail-mta/netqmail/ChangeLog
index 6819a18475c0..9b671033c712 100644
--- a/mail-mta/netqmail/ChangeLog
+++ b/mail-mta/netqmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-mta/netqmail
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/ChangeLog,v 1.7 2006/05/06 18:09:50 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/ChangeLog,v 1.8 2006/05/06 20:15:11 hansmi Exp $
+
+ 06 May 2006; Michael Hanselmann <hansmi@gentoo.org>
+ files/qmail-genrsacert.sh:
+ Ignore output of renice command.
*netqmail-1.05-r2 (06 May 2006)
diff --git a/mail-mta/netqmail/files/qmail-genrsacert.sh b/mail-mta/netqmail/files/qmail-genrsacert.sh
index 04ecda9136cf..ec75dcb6ef9c 100644
--- a/mail-mta/netqmail/files/qmail-genrsacert.sh
+++ b/mail-mta/netqmail/files/qmail-genrsacert.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/files/qmail-genrsacert.sh,v 1.1 2006/02/12 18:42:33 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/files/qmail-genrsacert.sh,v 1.2 2006/05/06 20:15:11 hansmi Exp $
# Robin H. Johnson <robbat2@gentoo.org> - October 17, 2003
#
# This file generates the static temporary RSA keys needed for qmail to encrypt
@@ -19,7 +19,7 @@ gid="qmail"
umask ${umaskvalue}
# If you want to renice this process, uncomment the following line:
-# renice +15 "$$"
+# renice +15 "$$" >/dev/null
# This is a list with bits of the generated keys. They should
# be a power of 2 ideally and must be more than 64.