emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110171: Useless use of cat


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110171: Useless use of cat
Date: Sun, 23 Sep 2012 11:40:55 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110171
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2012-09-23 11:40:55 -0700
message:
  Useless use of cat
modified:
  admin/notes/bugtracker
=== modified file 'admin/notes/bugtracker'
--- a/admin/notes/bugtracker    2012-09-12 16:00:11 +0000
+++ b/admin/notes/bugtracker    2012-09-23 18:40:55 +0000
@@ -610,7 +610,7 @@
 All discarded messages are stored in /var/lib/mailman/spam.
 If a non-spam message accidentally gets discarded, just do:
 
-cat /var/lib/mailman/spam/not-really-spam.msg | /usr/lib/debbugs/receive
+/usr/lib/debbugs/receive < /var/lib/mailman/spam/not-really-spam.msg
 chown Debian-debbugs:Debian-debbugs /var/lib/debbugs/spool/incoming/*
 ... check it works ...
 mv /var/lib/mailman/spam/not-really-spam.msg /var/lib/mailman/not-spam/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]