Modified: trunk/dports/sysutils/slocate/files/daily.slocate (70890 => 70891)
--- 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