Apply the look_for_it magic to chmod. (bug#602)
authorTony Finch <dot@dot.at>
Mon, 28 Jul 2008 18:24:13 +0000 (18:24 +0000)
committerTony Finch <dot@dot.at>
Mon, 28 Jul 2008 18:24:13 +0000 (18:24 +0000)
src/src/exicyclog.src

index 56e3b664440ea2874a5b16598b21715c2641240d..f10446339209f61df2d9bb3088964028c31878f0 100644 (file)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $Cambridge: exim/src/src/exicyclog.src,v 1.7 2008/02/06 12:35:03 nm4 Exp $
+# $Cambridge: exim/src/src/exicyclog.src,v 1.8 2008/07/28 18:24:13 fanf2 Exp $
 
 # Copyright (c) 2006 University of Cambridge.
 # See the file NOTICE for conditions of use and distribution.
@@ -84,7 +84,7 @@ done
 # in different places. We have a fudge that will search the usual suspects if
 # requested.
 
-for cmd in chown chgrp mv rm ; do
+for cmd in chown chgrp chmod mv rm ; do
   eval "oldcmd=\$$cmd"
   if [ "$oldcmd" != "look_for_it" ] ; then continue ; fi
   newcmd=$cmd