diff options
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/distclean.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Tools/scripts/distclean.sh b/Tools/scripts/distclean.sh index 89081be401ad..b7aa43de992b 100755 --- a/Tools/scripts/distclean.sh +++ b/Tools/scripts/distclean.sh @@ -1,11 +1,9 @@ #!/bin/sh - +# # distclean - # Compare distfiles in /usr/ports/distfiles # with currently instaled ports collection # and removes outdated files - # # ---------------------------------------------------------------------------- # "THE BEER-WARE LICENSE" (Revision 42, (c) Poul-Henning Kamp): @@ -16,7 +14,9 @@ # Maxim Sobolev # ---------------------------------------------------------------------------- # - +# $FreeBSD: /tmp/pcvs/ports/Tools/scripts/distclean.sh,v 1.2 2000-06-05 15:50:32 sobomax Exp $ +# +# MAINTAINER= sobomax@FreeBSD.org PATH=/sbin:/bin:/usr/bin |