<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/delete, branch release/2.2.7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1998-07-18T11:12:47Z</updated>
<entry>
<title>MFC: doc changes, new rate-limiting inetd(8), lots of minor cosmetic tweaks.</title>
<updated>1998-07-18T11:12:47Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-07-18T11:12:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cfbe635f8e8f7639fbd749c38e02a1d354508368'/>
<id>urn:sha1:cfbe635f8e8f7639fbd749c38e02a1d354508368</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: less destructive cleanup() handling.</title>
<updated>1997-10-13T15:06:14Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-10-13T15:06:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8bd164d6201a4fee2700a9f928395dee5ecdd9ed'/>
<id>urn:sha1:8bd164d6201a4fee2700a9f928395dee5ecdd9ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Use err(3). Cosmetics in usage string and man page.</title>
<updated>1997-10-09T07:10:18Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-10-09T07:10:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=392089096e509a5273bd82f83759c1602f931a64'/>
<id>urn:sha1:392089096e509a5273bd82f83759c1602f931a64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: getopt returns -1 not EOF</title>
<updated>1997-08-29T05:16:14Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1997-08-29T05:16:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4a796f06acb443b965b3c5681305648088812d9c'/>
<id>urn:sha1:4a796f06acb443b965b3c5681305648088812d9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YAMFC from PR#3798</title>
<updated>1997-06-19T15:18:59Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-06-19T15:18:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0e6bdf81e8cabb994e8bf6717a2478c78191b5cb'/>
<id>urn:sha1:0e6bdf81e8cabb994e8bf6717a2478c78191b5cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YAMFC</title>
<updated>1997-03-06T10:23:02Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-03-06T10:23:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a7f1456b9c3807fa3f4cefd843998894405f99ec'/>
<id>urn:sha1:a7f1456b9c3807fa3f4cefd843998894405f99ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add MD5 checksums to packing list for all files during pkg_create and use</title>
<updated>1996-07-30T10:48:20Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-07-30T10:48:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=50f56e483ad735716aa51d0ba798a096cd772bc7'/>
<id>urn:sha1:50f56e483ad735716aa51d0ba798a096cd772bc7</id>
<content type='text'>
later at pkg_delete time to verify that you're deleting what you added.
This, of course, does NOT cover the case where a file you still need
hasn't changed!  That's a tougher problem to solve, and this provides
only the minimal amount of safety belt.  MD5 checksums are stored in comment
fields, so packages produced with these tools are backwards compatible with
the older ones.
</content>
</entry>
<entry>
<title>Bring in my changes for removing the pestilent obj links (unless you</title>
<updated>1996-06-24T04:26:21Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-06-24T04:26:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd9a2f5c280b40222d21ca68b5b0962ff712d6cf'/>
<id>urn:sha1:cd9a2f5c280b40222d21ca68b5b0962ff712d6cf</id>
<content type='text'>
really want them) from /usr/src.  This is the final version of the
patches, incorporating the feedback I've received from -current.
</content>
</entry>
<entry>
<title>Make pkg_install understand and use libftpio instead of its own</title>
<updated>1996-06-20T18:33:55Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-06-20T18:33:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a9ef0b29043a81d821683bc523433255d0166e37'/>
<id>urn:sha1:a9ef0b29043a81d821683bc523433255d0166e37</id>
<content type='text'>
copies of the ftp support routines.  Also some cosmetic and minor
bug fixes I've been meaning to incorporate for awhile.
</content>
</entry>
<entry>
<title>Another round of man page cleanups.</title>
<updated>1996-02-12T04:57:03Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-02-12T04:57:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bcff8e2ae45e518525d7ef2084dd1b1b33b8f026'/>
<id>urn:sha1:bcff8e2ae45e518525d7ef2084dd1b1b33b8f026</id>
<content type='text'>
Down to only about 100 items left to cleanup! :-)
</content>
</entry>
</feed>
