[slbackup-commit] CVS update: slbackup/src SLBackup.pm

werner-guest at alioth.debian.org werner-guest at alioth.debian.org
Sun Aug 28 13:16:34 UTC 2005


  User: werner-guest
  Date: 05/08/28 13:16:34

  Modified:    src      SLBackup.pm
  Log:
  also accept links in pre.d and post.d's
  
  Revision  Changes    Path
  1.4       +2 -2      slbackup/src/SLBackup.pm
  
  Index: SLBackup.pm
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup/src/SLBackup.pm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SLBackup.pm	7 Dec 2004 15:27:30 -0000	1.3
  +++ SLBackup.pm	28 Aug 2005 13:16:34 -0000	1.4
  @@ -75,7 +75,7 @@
   
       # find and execute all executables in $dir
       my $subretval = 1;
  -    my @scripts = `find $dir/ -type f`;
  +    my @scripts = `find $dir/ -type f; find $dir/ -type l`;
       my $script;
       
       foreach $script (sort @scripts) {
  
  
  



More information about the slbackup-commit mailing list