aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2011-03-31 14:33:27 +0000
committerEd Maste <emaste@FreeBSD.org>2011-03-31 14:33:27 +0000
commit1c56edaf1823d5b5cfbfd473f332aa812bf52ce0 (patch)
treeef0d4042c2a037bc0540fc417182fe6804ea5fdd /usr.sbin/pkg_install
parent586cb6ec77ccb471dbb115817a9e39f29dd95ac2 (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
-rwxr-xr-xusr.sbin/pkg_install/tkpkg25
1 files changed, 0 insertions, 25 deletions
diff --git a/usr.sbin/pkg_install/tkpkg b/usr.sbin/pkg_install/tkpkg
index 9071155a289d..9c95abf25195 100755
--- a/usr.sbin/pkg_install/tkpkg
+++ b/usr.sbin/pkg_install/tkpkg
@@ -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"
#--------------------------------------------------------------