Your message dated Wed, 20 Jul 2016 21:37:06 -0400
with message-id <2358779.Bnq4ka01fJ@kitterma-e6430>
and subject line Re: cpio output on startup
has caused the Debian Bug report #643022,
regarding cpio output on startup
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
643022: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643022
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: postfix
Version: 2.8.4-1
Severity: minor
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch oneiric

        Hi

 Since I've added:
    smtp_tls_CApath = /etc/ssl/certs

 to main.cf, I get this on startup:
# /etc/init.d/postfix start
 * Starting Postfix Mail Transport Agent postfix                                
2072 blocs
                                                                         [ OK ]
 the 2072 blocks are from cpio; changing the cpio invocation to use
 --quiet fixes it for me.

   Thanks,
-- 
Loïc Minier
diff -u postfix-2.8.4/debian/changelog postfix-2.8.4/debian/changelog
--- postfix-2.8.4/debian/changelog
+++ postfix-2.8.4/debian/changelog
@@ -1,3 +1,9 @@
+postfix (2.8.4-2) UNRELEASED; urgency=low
+
+  * Pass --quiet to cpio in init script.
+
+ -- Loïc Minier <[email protected]>  Mon, 26 Sep 2011 18:11:06 +0200
+
 postfix (2.8.4-1) unstable; urgency=low
 
   [Scott Kitterman]
diff -u postfix-2.8.4/debian/init.d postfix-2.8.4/debian/init.d
--- postfix-2.8.4/debian/init.d
+++ postfix-2.8.4/debian/init.d
@@ -103,7 +103,7 @@
 			else mkdir --parent ${dest_dir%/*}
 		    fi
 		    # handle files in subdirectories
-		    (cd "$ca_path" && find . -name '*.pem' -print0 | cpio -0pdL "$dest_dir") 2>/dev/null
+		    (cd "$ca_path" && find . -name '*.pem' -print0 | cpio -0pdL --quiet "$dest_dir") 2>/dev/null
 		    c_rehash "$dest_dir" >/dev/null 2>&1
 		    if [ "$new" = 1 ]; then
 			# and replace the old directory
only in patch2:
unchanged:
--- postfix-2.8.4.orig/makedefs.tmp
+++ postfix-2.8.4/makedefs.tmp
@@ -0,0 +1 @@
+# Do not edit -- this file documents how Postfix was built for your machine.

--- End Message ---
--- Begin Message ---
This was fixed long ago.

Scott K

--- End Message ---

Reply via email to