Revision: 70891 http://trac.macports.org/changeset/70891 Author: jmr@macports.org Date: 2010-08-25 02:02:51 -0700 (Wed, 25 Aug 2010) Log Message: ----------- slocate: fix comment in daily.slocate (#26231) Modified Paths: -------------- trunk/dports/sysutils/slocate/files/daily.slocate Modified: trunk/dports/sysutils/slocate/files/daily.slocate =================================================================== --- trunk/dports/sysutils/slocate/files/daily.slocate 2010-08-25 07:31:10 UTC (rev 70890) +++ trunk/dports/sysutils/slocate/files/daily.slocate 2010-08-25 09:02:51 UTC (rev 70891) @@ -5,7 +5,7 @@ # These are actually lines to put in /etc/daily.local (create it if it doesn't # exist) to update the slocate database daily. You can also put the lines in # /etc/weekly.local if you want to update the database only weekly. -# The advantage of .daily files over /etc/daily and /etc/weekly files is that +# The advantage of .local files over /etc/daily and /etc/weekly is that the # next system update won't discard your changes. # if [ -x __PREFIX__/bin/slocate ]; then @@ -18,4 +18,4 @@ else (cd / && __PREFIX__/bin/slocate -u) fi -fi \ No newline at end of file +fi
participants (1)
-
jmr@macports.org