<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/delete/pkg_delete.1, branch release/4.6.2</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 branch 'RELENG_4_6'.</title>
<updated>2002-07-03T13:01:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-07-03T13:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=db0a3b09965d55f9dee7a58fb04e31df42b6ae73'/>
<id>db0a3b09965d55f9dee7a58fb04e31df42b6ae73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The .Nm utility</title>
<updated>2002-06-21T16:42:43+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-06-21T16:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fa3742c11b02e9d779addf5f8987faa2bc6faaba'/>
<id>fa3742c11b02e9d779addf5f8987faa2bc6faaba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-10-03T07:46:03+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-10-03T07:46:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8619de813b4a20841b9c2d5f5f71b5335d5cee58'/>
<id>8619de813b4a20841b9c2d5f5f71b5335d5cee58</id>
<content type='text'>
- fix harmless compiler's warnings;
- before refusing to delete package because "there are packages installed
  that require this package" check that packages in question is actually
  installed;
- add new `-r' option to pkg_delete(8), which instructs it to delete not only
  packages specified at command line, but all packages that depend on
  specified packages as well.

This brings in the following deltas:

  1.57      src/usr.sbin/pkg_install/create/perform.c
  1.7       src/usr.sbin/pkg_install/delete/delete.h
  1.23      src/usr.sbin/pkg_install/delete/main.c
  1.33      src/usr.sbin/pkg_install/delete/perform.c
  1.27      src/usr.sbin/pkg_install/delete/pkg_delete.1
  1.42      src/usr.sbin/pkg_install/info/perform.c
  1.4       src/usr.sbin/pkg_install/lib/deps.c
  1.38      src/usr.sbin/pkg_install/lib/lib.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix harmless compiler's warnings;
- before refusing to delete package because "there are packages installed
  that require this package" check that packages in question is actually
  installed;
- add new `-r' option to pkg_delete(8), which instructs it to delete not only
  packages specified at command line, but all packages that depend on
  specified packages as well.

This brings in the following deltas:

  1.57      src/usr.sbin/pkg_install/create/perform.c
  1.7       src/usr.sbin/pkg_install/delete/delete.h
  1.23      src/usr.sbin/pkg_install/delete/main.c
  1.33      src/usr.sbin/pkg_install/delete/perform.c
  1.27      src/usr.sbin/pkg_install/delete/pkg_delete.1
  1.42      src/usr.sbin/pkg_install/info/perform.c
  1.4       src/usr.sbin/pkg_install/lib/deps.c
  1.38      src/usr.sbin/pkg_install/lib/lib.h
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: remove whitespace at EOL.</title>
<updated>2001-07-22T12:41:39+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-22T12:41:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8432a67785074390b432b40233c9cddbf5913a9a'/>
<id>8432a67785074390b432b40233c9cddbf5913a9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-03-05T11:11:38+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-03-05T11:11:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d94b7beaf91d9e8c99c40caff1e4793869c72389'/>
<id>d94b7beaf91d9e8c99c40caff1e4793869c72389</id>
<content type='text'>
- globs/regexs in pkg_delete(1);
- interactive confirmation in pkg_delete(1);
- `-a' option for pkg_delete;

Sync up with following revisions:
src/usr.sbin/pkg_install/delete/delete.h	-&gt; 1.6
src/usr.sbin/pkg_install/delete/main.c		-&gt; 1.21
src/usr.sbin/pkg_install/delete/perform.c	-&gt; 1.27
src/usr.sbin/pkg_install/delete/pkg_delete.1	-&gt; 1.24
src/usr.sbin/pkg_install/info/info.h		-&gt; 1.18
src/usr.sbin/pkg_install/info/perform.c		-&gt; 1.36
src/usr.sbin/pkg_install/lib/Makefile		-&gt; 1.7
src/usr.sbin/pkg_install/lib/lib.h		-&gt; 1.32
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- globs/regexs in pkg_delete(1);
- interactive confirmation in pkg_delete(1);
- `-a' option for pkg_delete;

Sync up with following revisions:
src/usr.sbin/pkg_install/delete/delete.h	-&gt; 1.6
src/usr.sbin/pkg_install/delete/main.c		-&gt; 1.21
src/usr.sbin/pkg_install/delete/perform.c	-&gt; 1.27
src/usr.sbin/pkg_install/delete/pkg_delete.1	-&gt; 1.24
src/usr.sbin/pkg_install/info/info.h		-&gt; 1.18
src/usr.sbin/pkg_install/info/perform.c		-&gt; 1.36
src/usr.sbin/pkg_install/lib/Makefile		-&gt; 1.7
src/usr.sbin/pkg_install/lib/lib.h		-&gt; 1.32
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: various goodness from -current, modulo some of the stuff like "sign"</title>
<updated>2001-02-20T23:32:50+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2001-02-20T23:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=92d26b1f3aaff60c97d902c42af87608095ead15'/>
<id>92d26b1f3aaff60c97d902c42af87608095ead15</id>
<content type='text'>
which is still not in the default build path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which is still not in the default build path.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Prepare for mdoc(7)NG.</title>
<updated>2001-01-16T10:42:38+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-01-16T10:42:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fdf27560694f9e64e05595fd0b25958f178ebce8'/>
<id>fdf27560694f9e64e05595fd0b25958f178ebce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Prepare for mdoc(7)NG.</title>
<updated>2000-12-27T16:23:33+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-12-27T16:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c5782330458296018c3eaae5a9df86664b6f16a0'/>
<id>c5782330458296018c3eaae5a9df86664b6f16a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: removed history info from the .Os FreeBSD call.</title>
<updated>2000-12-14T12:18:13+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-12-14T12:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=43451d0bdd58c4362d274af2c72298bc05b3053b'/>
<id>43451d0bdd58c4362d274af2c72298bc05b3053b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: recent mdoc(7) fixes.</title>
<updated>2000-12-08T15:29:09+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-12-08T15:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0c2f6ccbdfee17321c4f95053a1f5b8dd61e6edd'/>
<id>0c2f6ccbdfee17321c4f95053a1f5b8dd61e6edd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
