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..b5f7a4bbe4c2 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 2005/02/03 00:18:06 ru 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..eb05f5f6a312 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 2005/02/07 21:15:16 ru Exp $ # # an aggressive little script for trimming duplicate cookies |
