Skip to content
  • Mike Hibler's avatar
    Further optimize the case where there is nothing to do. · 9375fe41
    Mike Hibler authored
    Even when there were no changes, we were stat'ing every mountpoint.
    Now we wait til after we have determined that something has changed before
    we test the mountpoints.
    
    Also, just open and append to files directly in perl rather than exec'ing
    a "cat" to do it.
    9375fe41