diff options
Diffstat (limited to 'games/fortune/tools')
-rw-r--r-- | games/fortune/tools/do_sort | 2 | ||||
-rw-r--r-- | games/fortune/tools/do_uniq.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/fortune/tools/do_sort b/games/fortune/tools/do_sort index 07e301b2cf71..38c207bcc5ee 100644 --- a/games/fortune/tools/do_sort +++ b/games/fortune/tools/do_sort @@ -1,7 +1,7 @@ #! /bin/sh # # @(#)do_sort 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/fortune/tools/do_sort,v 1.2.20.1 2009/04/15 03:14:26 kensmith Exp $ # # an aggressive little script for sorting the fortune files # depends on octal 02 and 03 not being anywhere in the files. diff --git a/games/fortune/tools/do_uniq.py b/games/fortune/tools/do_uniq.py index bea9644d9dca..4f9ad19ea82e 100644 --- a/games/fortune/tools/do_uniq.py +++ b/games/fortune/tools/do_uniq.py @@ -1,6 +1,6 @@ #!/usr/local/bin/python # -# $FreeBSD$ +# $FreeBSD: src/games/fortune/tools/do_uniq.py,v 1.1.20.1 2009/04/15 03:14:26 kensmith Exp $ # # an aggressive little script for trimming duplicate cookies |