Remove $Log$ keyword and associated history, which can cause annoyance in

diffs in some cases.  Revision control tools have a history command to
obtain this information.
This commit is contained in:
Ed Maste 2011-03-31 14:33:27 +00:00
parent 586cb6ec77
commit 1c56edaf18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220200

View File

@ -1,31 +1,6 @@
#!/usr/local/bin/wish -f
#$FreeBSD$
#
#$Log: tkpkg,v $
#Revision 1.2 1994/12/06 00:51:21 jkh
#Many of John T. Kohl's patches from NetBSD. Thanks, John!
#Submitted by: jkohl
#
# Revision 1.1 1994/01/06 08:16:20 jkh
# Cleaning house.
#
# Revision 1.1 1993/09/04 17:06:09 jkh
# Added Rich's wish front-end.
#
# Revision 1.6 1993/09/03 23:37:22 rich
# warn user if no tar archives are found in the current directory.
# removed the revision string from the lower text frame.
#
# Revision 1.5 1993/09/03 15:48:04 rich
# glob for .tar.gz, .tar.z and .tar.Z looking for archives
#
# Revision 1.4 1993/08/28 15:53:59 rich
# added version and date info to lower text window.
#
# Revision 1.3 1993/08/28 15:47:12 rich
# filtered out ^Ls in pkg_* output.
#
#
set pkgname ""
wm title . "Package Installation"
#--------------------------------------------------------------