diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-05 15:50:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-05 15:50:32 +0000 |
commit | 68170052a94def06702c7c5bad94d0d56d2f06c1 (patch) | |
tree | 09e8e3726fe39f3681aa0e7a661e4ee64492e0eb /Tools/scripts/distclean.sh | |
parent | Add distclean.sh - a little script to check set of distfiles against currently (diff) |
Add tag and MAINTAINER.
Notes
Notes:
svn path=/head/; revision=29233
Diffstat (limited to 'Tools/scripts/distclean.sh')
-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 |