Changeset 2198


Ignore:
Timestamp:
03/07/2008 21:31:21 (4 years ago)
Author:
chris
Message:

Don't warn about ignoring sockets and FIFOs during backup, thanks to
Tollef Fog Heen ( http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479145)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp

    r2181 r2198  
    357357                                        // Store on list 
    358358                                        dirs.push_back(std::string(en->d_name)); 
     359                                } 
     360                                else if (type == S_IFSOCK || type == S_IFIFO) 
     361                                { 
     362                                        // removed notification for these types 
     363                                        // see Debian bug 479145, no objections 
    359364                                } 
    360365                                else 
Note: See TracChangeset for help on using the changeset viewer.