<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/info/perform.c, branch release/4.1.1</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-09-25T21:57:54+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-09-25T21:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2641b0c407077fa8c3032d87d15ac6a103b0ed1b'/>
<id>2641b0c407077fa8c3032d87d15ac6a103b0ed1b</id>
<content type='text'>
'RELENG_4_1_1_RELEASE'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_4_1_1_RELEASE'.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: "-s" option to check size of installed package(s).</title>
<updated>2000-07-18T10:12:30+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2000-07-18T10:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e65b696ab5ebb5582f4bf9cd29a38abdff90fe66'/>
<id>e65b696ab5ebb5582f4bf9cd29a38abdff90fe66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>When listing the installed packages, do it in alphabetical order.</title>
<updated>1999-07-30T23:14:15+00:00</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1999-07-30T23:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8d14a4acbe9c5a5e2795fad6d983690b44cd0c11'/>
<id>8d14a4acbe9c5a5e2795fad6d983690b44cd0c11</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>correct usage of cleanup() everywhere - this became bogus when the warnx/errx</title>
<updated>1998-09-11T07:26:58+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-09-11T07:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=375ca45770fb12437781a941e80ea935ee7332d9'/>
<id>375ca45770fb12437781a941e80ea935ee7332d9</id>
<content type='text'>
stuff was added and nobody seems to have noticed. :)
Noticed by:	Josh MacDonald &lt;jmacd@paris.CS.Berkeley.EDU&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stuff was added and nobody seems to have noticed. :)
Noticed by:	Josh MacDonald &lt;jmacd@paris.CS.Berkeley.EDU&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate the idea of nested "playpens" entirely - it just obfuscated</title>
<updated>1998-02-16T17:16:51+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-02-16T17:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=79af7eafa8aca94dba0e792b27349453804a3576'/>
<id>79af7eafa8aca94dba0e792b27349453804a3576</id>
<content type='text'>
the code and, in at least one case, made it more dangerous to no gain.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the code and, in at least one case, made it more dangerous to no gain.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't return from cleanup() - if it's removed the playpen then very</title>
<updated>1997-10-13T15:03:55+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-10-13T15:03:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=570f313ee4da5ca6ec2c986804ecb7b3a3a2dd85'/>
<id>570f313ee4da5ca6ec2c986804ecb7b3a3a2dd85</id>
<content type='text'>
bad things will happen if we return to unsuspecting code.
Noted to my great dismay by:	Tim Vanderhoek &lt;hoek@hwcn.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bad things will happen if we return to unsuspecting code.
Noted to my great dismay by:	Tim Vanderhoek &lt;hoek@hwcn.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use err(3). Cosmetics in usage string and man page.</title>
<updated>1997-10-08T07:48:21+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-10-08T07:48:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6fed414929a595c4f33ab6c19535307ff4b9b787'/>
<id>6fed414929a595c4f33ab6c19535307ff4b9b787</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
