fanf2 2008/07/28 19:24:13 BST
Modified files:
exim-src/src exicyclog.src
Log:
Apply the look_for_it magic to chmod. (bug#602)
Revision Changes Path
1.8 +1 -1 exim/exim-src/src/exicyclog.src
Index: exicyclog.src
===================================================================
RCS file: /home/cvs/exim/exim-src/src/exicyclog.src,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- exicyclog.src 6 Feb 2008 12:35:03 -0000 1.7
+++ exicyclog.src 28 Jul 2008 18:24:13 -0000 1.8
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Cambridge: exim/exim-src/src/exicyclog.src,v 1.7 2008/02/06 12:35:03 nm4 Exp $
+# $Cambridge: exim/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 @@
# 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