summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2006-05-06 20:15:32 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2006-05-06 20:15:32 +0000
commit58c1e68dcaa61a0e40a4d482e2430a7d7345ccfd (patch)
tree9660de1c96d595145c60e337129432cae086917b /mail-mta/netqmail
parentBump for 2.14.1 (diff)
downloadhistorical-58c1e68dcaa61a0e40a4d482e2430a7d7345ccfd.tar.gz
historical-58c1e68dcaa61a0e40a4d482e2430a7d7345ccfd.tar.bz2
historical-58c1e68dcaa61a0e40a4d482e2430a7d7345ccfd.zip
Ignore output of renice command.
Package-Manager: portage-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.