Changeset 1222


Ignore:
Timestamp:
12/15/06 17:01:51 (6 years ago)
Author:
mglb1
Message:

Don't purge hidden files. BPCs use them to setup the /var ramdisk properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccsd/private/templates/network/cfconf/cf_main.tmpl

    r1175 r1222  
    133133 
    134134    any:: 
    135         /tmp pattern=* age=3 r=inf 
    136         /var/tmp pattern=* age=3 r=inf 
     135        /tmp pattern=* exclude=.* age=3 r=inf 
     136        /var/tmp pattern=* exclude=.* age=3 r=inf 
    137137 
    138138######################################################## 
Note: See TracChangeset for help on using the changeset viewer.