X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=shania;h=6131cbc69225cdb6258d04df44e2588351b182cd;hb=9a89f745ed13e05507dd5297fa4a860c4fdc2b2e;hp=e3423d6851258205ae36767745e8fe537004e30d;hpb=c279afcedf5878810de6280d3cb45c62e04c416d;p=dak.git diff --git a/shania b/shania index e3423d68..6131cbc6 100755 --- a/shania +++ b/shania @@ -1,8 +1,8 @@ #!/usr/bin/env python # Clean incoming of old unused files -# Copyright (C) 2000, 2001 James Troup -# $Id: shania,v 1.13 2002-03-14 14:12:04 ajt Exp $ +# Copyright (C) 2000, 2001, 2002 James Troup +# $Id: shania,v 1.14 2002-05-08 11:13:02 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -81,7 +81,7 @@ def init (): # Move to the directory to clean incoming = Options["Incoming"]; if incoming == "": - incoming = Cnf["Dir::IncomingDir"]; + incoming = Cnf["Dir::Queue::Unchecked"]; os.chdir(incoming); # Remove a file to the morgue