summaryrefslogtreecommitdiffstats
path: root/docs/diskdrake.TODO
Commit message (Expand)AuthorAgeFilesLines
* no_commentPascal Rigaux1999-10-181-2/+0
* no_commentPascal Rigaux1999-09-171-0/+1
* no_commentPascal Rigaux1999-08-281-1/+0
* no_commentPascal Rigaux1999-08-281-1/+0
* no_commentPascal Rigaux1999-08-231-1/+4
* no_commentPascal Rigaux1999-08-131-0/+3
* no_commentPascal Rigaux1999-08-121-2/+2
* no_commentPascal Rigaux1999-08-121-0/+2
* no_commentPascal Rigaux1999-07-301-1/+2
* no_commentPascal Rigaux1999-07-291-14/+17
* no_commentPascal Rigaux1999-07-291-0/+14
b0bb90362..eb09c1e8f 100755
--- a/move/etc-monitorer.pl
+++ b/move/etc-monitorer.pl
@@ -8,7 +8,7 @@ sub logit { outpend "/var/log/etc-monitorer.log", sprintf("[%s] @_\n", chomp_(`d
my $machine_ident = cat_('/var/lib/machine_ident');
my $sysconf = "/home/.sysconf/$machine_ident";
-foreach (chomp_(`find $ARGV[0] -type f -maxdepth 1`)) {
+foreach (glob_("$ARGV[0]/*")) {
next if $_ eq '/etc/sudoers'; #- /etc/sudoers can't be a link
if (-f && !-l) {
my $dest = "/home/.sysconf/$machine_ident$_";