<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/lib, branch release/4.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-03-20T08:47:53+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-20T08:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7e6cd705f344de2f9f08475a0fa2ef9191f88dd0'/>
<id>7e6cd705f344de2f9f08475a0fa2ef9191f88dd0</id>
<content type='text'>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>1. If checking for directory-ness, check "dir" and "dir/" to catch</title>
<updated>2000-02-19T08:58:54+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2000-02-19T08:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ff6f5bfb912086314c9c46e6021ea21cd3633a2a'/>
<id>ff6f5bfb912086314c9c46e6021ea21cd3633a2a</id>
<content type='text'>
   the case where we have a symlink pointing at a dir.

2. Restore stomped character before returning in make_hierarchy()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   the case where we have a symlink pointing at a dir.

2. Restore stomped character before returning in make_hierarchy()
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lstat(2) rather than stat(2) in isdir(), so that a symlink to a</title>
<updated>2000-02-08T06:36:08+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-02-08T06:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e0908a9f34dfc9835f1cb5dad1cf2c4cc6466591'/>
<id>e0908a9f34dfc9835f1cb5dad1cf2c4cc6466591</id>
<content type='text'>
directory is not considered a directory.  I have a feeling all the other
stat(2) calls should instead be lstat(2) calls, but I have not suffiently
determined that the current behavior [especially in isfile()] isn't
depended upon by someone.

Ok'ed by:	JKH
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
directory is not considered a directory.  I have a feeling all the other
stat(2) calls should instead be lstat(2) calls, but I have not suffiently
determined that the current behavior [especially in isfile()] isn't
depended upon by someone.

Ok'ed by:	JKH
</pre>
</div>
</content>
</entry>
<entry>
<title>Deal with package filenames which contain spaces.</title>
<updated>2000-01-04T05:08:58+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2000-01-04T05:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=481dc61302bc0e813ebf037bf87c1a8dc47a4e93'/>
<id>481dc61302bc0e813ebf037bf87c1a8dc47a4e93</id>
<content type='text'>
Submitted by:	Ming-I Hsieh &lt;mihs@wm28.csie.ncu.edu.tw&gt;
PR:		15667
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Ming-I Hsieh &lt;mihs@wm28.csie.ncu.edu.tw&gt;
PR:		15667
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-Wall fixes. Ambigious if/elses, uninitialized values, missing headers,</title>
<updated>1999-08-11T20:55:42+00:00</updated>
<author>
<name>Bill Fumerola</name>
<email>billf@FreeBSD.org</email>
</author>
<published>1999-08-11T20:55:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0845a96cd0c2cd328c36b72812979b47f39f38b5'/>
<id>0845a96cd0c2cd328c36b72812979b47f39f38b5</id>
<content type='text'>
missing prototypes, and empty format strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
missing prototypes, and empty format strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revive the PKG_ADD_BASE stuff a bit.</title>
<updated>1999-05-12T06:06:49+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1999-05-12T06:06:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=722678f1c86d3605ca4728d51c2b7628e359c4fc'/>
<id>722678f1c86d3605ca4728d51c2b7628e359c4fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make it possible to have separate install scripts as well as have</title>
<updated>1998-12-16T13:59:31+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-12-16T13:59:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0440e20b71e2ba6346ea5e3308f0ada86fe8e822'/>
<id>0440e20b71e2ba6346ea5e3308f0ada86fe8e822</id>
<content type='text'>
an on-delete script.

Submitted by:	Rajesh Vaidheeswarran &lt;rv@fore.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
an on-delete script.

Submitted by:	Rajesh Vaidheeswarran &lt;rv@fore.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix support for uncompressed (".tar") package types.  It's not completely</title>
<updated>1998-12-05T06:29:03+00:00</updated>
<author>
<name>Satoshi Asami</name>
<email>asami@FreeBSD.org</email>
</author>
<published>1998-12-05T06:29:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cf144a3d4a16e1dabc72f07df17ebf819368f3bf'/>
<id>cf144a3d4a16e1dabc72f07df17ebf819368f3bf</id>
<content type='text'>
fixed (chained dependency checking for pkg_add is broken, for one thing)
but at least you can now create one package and use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixed (chained dependency checking for pkg_add is broken, for one thing)
but at least you can now create one package and use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert 1.33; lstat() is indeed the wrong thing to do here.  I'll</title>
<updated>1998-10-14T18:52:04+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-10-14T18:52:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=27f612d03f28288a629cdf1ec130d433c45cb02c'/>
<id>27f612d03f28288a629cdf1ec130d433c45cb02c</id>
<content type='text'>
revisit this after release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
revisit this after release.
</pre>
</div>
</content>
</entry>
</feed>
