New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80548


Ignore:
Timestamp:
07/14/11 09:47:12 (4 years ago)
Author:
jmr@…
Message:

slocate: add missing argument in daily.slocate (#25797)

Location:
trunk/dports/sysutils/slocate
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/slocate/Portfile

    r70309 r80548  
    55name                slocate 
    66version             3.1 
    7 revision            1 
     7revision            2 
    88categories          sysutils 
    99license             GPL-2 
  • trunk/dports/sysutils/slocate/files/daily.slocate

    r70891 r80548  
    1515                # One day, I'll look at the bug that requires doing cd / when launched 
    1616                # with periodic. 
    17                 (cd / && __PREFIX__/bin/slocate -u -c) 
     17                (cd / && __PREFIX__/bin/slocate -u -c __PREFIX__/etc/updatedb.conf) 
    1818        else 
    1919                (cd / && __PREFIX__/bin/slocate -u) 
Note: See TracChangeset for help on using the changeset viewer.