From 5556c380589026d61927fae067f405c2231b9329 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 18 Nov 2007 12:43:31 -0800 Subject: bun/unshunt - Added a warning to not unshunt messages that weren't shunted to begin with. --- bin/unshunt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/unshunt b/bin/unshunt index 8c1c117f..842cc0fb 100644 --- a/bin/unshunt +++ b/bin/unshunt @@ -1,6 +1,6 @@ #! @PYTHON@ -# Copyright (C) 2002-2006 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2007 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -27,7 +27,9 @@ Where: Print help and exit. Optional `directory' specifies a directory to dequeue from other than -qfiles/shunt. +qfiles/shunt. *** Warning *** Do not unshunt messages that weren't +shunted to begin with. For example, running unshunt on qfiles/out/ +will result in losing all the messages in that queue. """ import sys -- cgit v1.2.3