Package: debmirror
Version: 20050207

the following warning message shows up when running debmirror:

find: warning: you have specified the -depth option after a non-option
argument -type, but options are not positional (-depth affects tests specified
before it as well as those specified after it).  Please specify options before
other arguments.




--- debmirror.orig      2005-07-01 11:42:12.616120128 +1000
+++ debmirror   2005-07-01 11:42:45.348144104 +1000
@@ -929,7 +929,7 @@
   # makes directories.. Sort so they are removable in bottom-up
   # order.
   chdir($mirrordir) or die "chdir $mirrordir: $!";
-  system("find . -type d -depth ! -name . ! -name .. -print0 | xargs -0 rmdir 
2>/dev/null") if (! $dry_run);
+  system("find . -depth -type d ! -name . ! -name .. -print0 | xargs -0 rmdir 
2>/dev/null") if (! $dry_run);
 }
 
 exit;



-- 
craig sanders <[EMAIL PROTECTED]>           (part time cyborg)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to