aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/tkpkg
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-02-22 16:15:28 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-02-22 16:15:28 +0000
commit476602a9d0b9041b42a108349dc58a4ca6bf4223 (patch)
tree38391bfc9e5932559569fed2d8231e23b5bdd0ce /usr.sbin/pkg_install/tkpkg
parentfce15c9ab3ca0f4ffcbe6938087612818d7c7d80 (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/tkpkg')
-rwxr-xr-xusr.sbin/pkg_install/tkpkg11
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/tkpkg b/usr.sbin/pkg_install/tkpkg
index 9071155a289de..7730cd735832e 100755
--- a/usr.sbin/pkg_install/tkpkg
+++ b/usr.sbin/pkg_install/tkpkg
@@ -1,7 +1,16 @@
#!/usr/local/bin/wish -f
-#$FreeBSD$
+#$Id$
#
#$Log: tkpkg,v $
+#Revision 1.3 1997/01/14 07:14:23 jkh
+#Make the long-awaited change from $Id$ to $Id$
+#
+#This will make a number of things easier in the future, as well as (finally!)
+#avoiding the Id-smashing problem which has plagued developers for so long.
+#
+#Boy, I'm glad we're not using sup anymore. This update would have been
+#insane otherwise.
+#
#Revision 1.2 1994/12/06 00:51:21 jkh
#Many of John T. Kohl's patches from NetBSD. Thanks, John!
#Submitted by: jkohl