Skip site navigation (1)Skip section navigation (2)

CVS log for src/usr.sbin/pkg_install/delete/perform.c

[BACK] Up to [FreeBSD] / src / usr.sbin / pkg_install / delete

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Dec 30 10:58:14 2011 UTC (6 weeks, 1 day ago) by uqs
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
SVN rev 228990 on 2011-12-30 10:58:14Z by uqs

Spelling fixes for usr.sbin/

Revision 1.48.2.1.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 11 04:20:22 2011 UTC (3 months ago) by kensmith
Branches: RELENG_9_0
CVS tags: RELENG_9_0_0_RELEASE
Diff to: previous 1.48.2.1: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48.2.1: +0 -0 lines
SVN rev 227445 on 2011-11-11 04:20:22Z by kensmith

Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
cycle.

Approved by:	re (implicit)

Revision 1.48.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 23 00:51:37 2011 UTC (4 months, 2 weeks ago) by kensmith
Branches: RELENG_9
CVS tags: RELENG_9_0_BP
Branch point for: RELENG_9_0
Diff to: previous 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48: +0 -0 lines
SVN rev 225736 on 2011-09-23 00:51:37Z by kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by:	re (implicit)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Sep 16 09:09:58 2011 UTC (4 months, 3 weeks ago) by pluknet
Branches: MAIN
CVS tags: RELENG_9_BP
Branch point for: RELENG_9
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
SVN rev 225610 on 2011-09-16 09:09:58Z by pluknet

Print the package name on deletion errors.

It appears this was already done in NetBSD a decade ago, hence
I just reuse the change (except our code is bad styled).

PR:		bin/160516
Approved by:	portmgr
Approved by:	re (kib)
Obtained from:	NetBSD

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue May 17 19:11:47 2011 UTC (8 months, 3 weeks ago) by flz
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
SVN rev 222035 on 2011-05-17 19:11:47Z by flz

Backout libinstall.a -> libpkg commit.

Discussed with:	erwin, brooks, bapt

Revision 1.41.18.2.8.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:10:29 2010 UTC (13 months, 3 weeks ago) by kensmith
Branches: RELENG_7_4
CVS tags: RELENG_7_4_0_RELEASE
Diff to: previous 1.41.18.2: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.18.2: +0 -0 lines
SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith

Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release.

Approved by:	re (implicit)

Revision 1.44.2.1.6.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:09:25 2010 UTC (13 months, 3 weeks ago) by kensmith
Branches: RELENG_8_2
CVS tags: RELENG_8_2_0_RELEASE
Diff to: previous 1.44.2.1: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44.2.1: +0 -0 lines
SVN rev 216617 on 2010-12-21 17:09:25Z by kensmith

Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release.

Approved by:	re (implicit)

Revision 1.44.2.1.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 14 02:09:06 2010 UTC (19 months, 4 weeks ago) by kensmith
Branches: RELENG_8_1
CVS tags: RELENG_8_1_0_RELEASE
Diff to: previous 1.44.2.1: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44.2.1: +0 -0 lines
SVN rev 209145 on 2010-06-14 02:09:06Z by kensmith

Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.

Approved by:	re (implicit)

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Apr 23 11:07:43 2010 UTC (21 months, 2 weeks ago) by flz
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
SVN rev 207113 on 2010-04-23 11:07:43Z by flz

- Take libinstall.a out of pkg_install and make it a proper shared library.
- Rework the wrapper support to check libpkg version as well as pkg_install
version.
- Add libfetch to _prebuild_libs.
- There are no new features introduced.

Notes: the API is not stable, so basically, do not use libpkg in your
projects for now. Also there's no manpage for libpkg yet, because the API
will change drastically. I repeat, do not use libpkg for now.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Apr 1 14:27:29 2010 UTC (22 months, 1 week ago) by flz
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +14 -6 lines
SVN rev 206043 on 2010-04-01 14:27:29Z by flz

Various fixes.

- Replace hardcoded INDEX version. [1]
- Fix a buffer overlap. [2]
- Remove empty package when fetching fails and -K is used. [3]
- Remove useless chmod2() after mkdtemp(3). [4]
- Replace mkdir(1) call with mkdir(2). [5]
- Get rid of some vsystem() calls.
- Switch from lstat(2) to open(2) in fexists().
- Try rename(2) in move_file() first.
- Bump PKG_INSTALL_VERSION to 20100401.

PR:		bin/145101 [1], bin/139492 [2], bin/144919 [3]
		bin/144920 [4], bin/144921 [5]
Submitted by:	gcooper [1,2,3,4,5]

Revision 1.41.18.2.6.1: download - view: text, markup, annotated - select for diffs
Wed Feb 10 00:26:20 2010 UTC (2 years ago) by kensmith
Branches: RELENG_7_3
CVS tags: RELENG_7_3_0_RELEASE
Diff to: previous 1.41.18.2: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.18.2: +0 -0 lines
SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith

Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process.

Approved by:	re (implicit)

Revision 1.44.2.1.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 25 01:10:29 2009 UTC (2 years, 3 months ago) by kensmith
Branches: RELENG_8_0
CVS tags: RELENG_8_0_0_RELEASE
Diff to: previous 1.44.2.1: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44.2.1: +0 -0 lines
SVN rev 198460 on 2009-10-25 01:10:29Z by kensmith

Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure.

Approved by:	re (implicit)

Revision 1.44.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 3 08:13:06 2009 UTC (2 years, 6 months ago) by kensmith
Branches: RELENG_8
CVS tags: RELENG_8_2_BP, RELENG_8_1_BP, RELENG_8_0_BP
Branch point for: RELENG_8_2, RELENG_8_1, RELENG_8_0
Diff to: previous 1.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44: +0 -0 lines
SVN rev 196045 on 2009-08-03 08:13:06Z by kensmith

Copy head to stable/8 as part of 8.0 Release cycle.

Approved by:	re (Implicit)

Revision 1.41.18.2.4.1: download - view: text, markup, annotated - select for diffs
Wed Apr 15 03:14:26 2009 UTC (2 years, 9 months ago) by kensmith
Branches: RELENG_7_2
CVS tags: RELENG_7_2_0_RELEASE
Diff to: previous 1.41.18.2: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.18.2: +0 -0 lines
SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith

Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.

Approved by:	re (implicit)

Revision 1.41.18.2.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 25 02:59:29 2008 UTC (3 years, 2 months ago) by kensmith
Branches: RELENG_7_1
CVS tags: RELENG_7_1_0_RELEASE
Diff to: previous 1.41.18.2: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.18.2: +0 -0 lines
SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith

Create releng/7.1 in preparation for moving into RC phase of 7.1 release
cycle.

Approved by:	re (implicit)

Revision 1.41.8.2.2.1: download - view: text, markup, annotated - select for diffs
Thu Oct 2 02:57:24 2008 UTC (3 years, 4 months ago) by kensmith
Branches: RELENG_6_4
CVS tags: RELENG_6_4_0_RELEASE
Diff to: previous 1.41.8.2: preferred, colored; next MAIN 1.41.18.1: preferred, colored
Changes since revision 1.41.8.2: +0 -0 lines
SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)

Revision 1.41.8.2: download - view: text, markup, annotated - select for diffs
Tue Jun 3 15:02:04 2008 UTC (3 years, 8 months ago) by flz
Branches: RELENG_6
CVS tags: RELENG_6_4_BP
Branch point for: RELENG_6_4
Diff to: previous 1.41.8.1: preferred, colored; branchpoint 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.8.1: +29 -10 lines
SVN rev 179522 on 2008-06-03 15:02:04Z by flz

MFC: distfile target, pkg registration optimization

    r178032,179377,179520: add distfile target
    r178103,178753-178754: optimize package registration

Revision 1.41.18.2: download - view: text, markup, annotated - select for diffs
Tue Jun 3 14:58:51 2008 UTC (3 years, 8 months ago) by flz
Branches: RELENG_7
CVS tags: RELENG_7_4_BP, RELENG_7_3_BP, RELENG_7_2_BP, RELENG_7_1_BP
Branch point for: RELENG_7_4, RELENG_7_3, RELENG_7_2, RELENG_7_1
Diff to: previous 1.41.18.1: preferred, colored; branchpoint 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.18.1: +29 -10 lines
SVN rev 179521 on 2008-06-03 14:58:51Z by flz

MFC: distfile target, pkg registration optimization

    r178032,179377,179520: add distfile target
    r178103,178753-178754: optimize package registration

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat May 3 22:56:49 2008 UTC (3 years, 9 months ago) by pav
Branches: MAIN
CVS tags: RELENG_8_BP
Branch point for: RELENG_8
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +5 -2 lines
- Restore functionality broken in previous commit; we need to be able to report
  multiple installed packages with the same PKGORIGIN.

Reported by:	marcus
MFC after:	1 month

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Apr 11 08:26:06 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +26 -10 lines
Optimize package registration/deregistration.  Previously, when looking up the
package name for the origin of a dependency, all entries in /var/db/pkg were
traversed for each dependency of added/removed package.  Now, gather all the
origins first, then do the lookup in a single pass over /var/db/pkg.

This should provide a major speedup for packages with hundreds of dependencies.

Submitted by:	rdivacky (earlier version)
MFC after:	1 month

Revision 1.41.8.1: download - view: text, markup, annotated - select for diffs
Mon Apr 7 11:31:59 2008 UTC (3 years, 10 months ago) by flz
Branches: RELENG_6
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Synchronize pkg_install with HEAD:

- Add pkg_updating,
- Remove pkg_sign,
- Support for 8-CURRENT,
- Style cleanup (__P use),
- ... and much more.

Revision 1.41.18.1: download - view: text, markup, annotated - select for diffs
Mon Apr 7 10:27:19 2008 UTC (3 years, 10 months ago) by flz
Branches: RELENG_7
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Synchronize pkg_install with HEAD:

- Add pkg_updating,
- Remove pkg_sign,
- Support for 8-CURRENT,
- Style cleanup (__P use),
- ... and much more.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Nov 10 22:57:12 2007 UTC (4 years, 3 months ago) by krion
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Fix segfault while running with -a option and deinstalling broken
packages with incorrect plists.

PR:		bin/115327
Submitted by:	Michael Zhilin <mizhka@gmail.com>
MFC after:	3 days

Revision 1.22.2.13: download - view: text, markup, annotated - select for diffs
Wed Aug 11 16:16:23 2004 UTC (7 years, 6 months ago) by eik
Branches: RELENG_4
CVS tags: RELENG_4_11_BP, RELENG_4_11_0_RELEASE, RELENG_4_11
Diff to: previous 1.22.2.12: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.2.12: +47 -30 lines
sync the pkg_install tools with -CURRENT:

- MFC of the package tools revision 20040629 changes.

- replace the perl version of pkg_version(1) by its C equivalent,
  which means that `pkg_version -c' does no longer work

- keep the perl version of pkg_update(1) until a replacement is available

- include some man pages fixes

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Jun 29 19:06:41 2004 UTC (7 years, 7 months ago) by eik
Branches: MAIN
CVS tags: RELENG_7_BP, RELENG_7_0_BP, RELENG_7_0_0_RELEASE, RELENG_7_0, RELENG_6_BP, RELENG_6_3_BP, RELENG_6_3_0_RELEASE, RELENG_6_3, RELENG_6_2_BP, RELENG_6_2_0_RELEASE, RELENG_6_2, RELENG_6_1_BP, RELENG_6_1_0_RELEASE, RELENG_6_1, RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0, RELENG_5_BP, RELENG_5_5_BP, RELENG_5_5_0_RELEASE, RELENG_5_5, RELENG_5_4_BP, RELENG_5_4_0_RELEASE, RELENG_5_4, RELENG_5_3_BP, RELENG_5_3_0_RELEASE, RELENG_5_3, RELENG_5
Branch point for: RELENG_7, RELENG_6
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3 lines
- pkg_add spawns itself as argv[0]  when installing dependent packages, to
  enable the use as a port on older systems

- use absolute paths in all calls to external programs, to account for strange
  PATH settings

- use INDEX or INDEX-5 depending on FreeBSD version, to enable the use on
  FreeBSD 4.x as a port.

- conditionalize all 4.x/5.x differences on __FreeBSD_version, so that the
  pkg_install tools can be kept in sync on 4.x and 5.x

- Bump PKG_INSTALL_VERSION

Reviewed by:	portmgr (bento run)
MFC after:	4 weeks

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Jun 29 18:59:18 2004 UTC (7 years, 7 months ago) by eik
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +43 -27 lines
- pkg_info: flag -r: (show packages this packages depends on (documentation change))

- pkg_info: new flag -j (show the requirements script)

- pkg_info: fix verbose output when used on packages

- better handling of corrupt entries in /var/db/pkg

- differ between corrupt entires and packages not installed

- various small fixes

PR:		56989, 57016, 57029, 26468

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Jun 29 18:54:47 2004 UTC (7 years, 7 months ago) by eik
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -0 lines
- match package version numbers with relational operators

- use glob patterns when matching packages by origin

- csh-style {...} choices in glob matching

- pkg_info: new flag -E (list matching package names only)

- pkg_version: new flag -T (test if a given name matches a pattern)

- new flag -X (interpret pattern as an extended regular expression)

PR:		56961

Revision 1.22.2.12: download - view: text, markup, annotated - select for diffs
Fri Feb 28 13:58:14 2003 UTC (8 years, 11 months ago) by des
Branches: RELENG_4
CVS tags: RELENG_4_9_BP, RELENG_4_9_0_RELEASE, RELENG_4_9, RELENG_4_8_BP, RELENG_4_8_0_RELEASE, RELENG_4_8, RELENG_4_10_BP, RELENG_4_10_0_RELEASE, RELENG_4_10
Diff to: previous 1.22.2.11: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.11: +11 -13 lines
MFC: (1.38) avoid referencing uninitialized variables.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Feb 25 15:01:54 2003 UTC (8 years, 11 months ago) by des
Branches: MAIN
CVS tags: RELENG_5_2_BP, RELENG_5_2_1_RELEASE, RELENG_5_2_0_RELEASE, RELENG_5_2, RELENG_5_1_BP, RELENG_5_1_0_RELEASE, RELENG_5_1
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +11 -13 lines
Fix a long-standing bug where if the package being deleted had no
post-deinstall script, the variable intended to hold the name of that
script would be used uninitialized.  In some cases, fexists() would
succeed, causing pkg_delete to try to chmod +x it, then execute it,
resulting in bizarre error messages such as:

.//: Permission denied

This bug would normally only occur when multiple packages were
specified on the command line; otherwise post_script would be located
in a previously unused part of the stack, and implicitly (but quite
accidentally) initialized to all-zeros.

MFC after:	3 days

Revision 1.22.2.11: download - view: text, markup, annotated - select for diffs
Tue Aug 20 06:35:07 2002 UTC (9 years, 5 months ago) by obrien
Branches: RELENG_4
CVS tags: RELENG_4_7_BP, RELENG_4_7_0_RELEASE, RELENG_4_7
Diff to: previous 1.22.2.10: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.10: +12 -11 lines
MFC: don't use the GCC'ism __FUNCTION__, but rather than ISO __func__'ism.

Revision 1.22.2.10: download - view: text, markup, annotated - select for diffs
Fri Aug 2 11:09:05 2002 UTC (9 years, 6 months ago) by sobomax
Branches: RELENG_4
Diff to: previous 1.22.2.9: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.9: +41 -17 lines
MFC: all latest changes, fixes and new features. This pretty much brings code
in stable on par with -current.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue May 14 21:42:37 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
CVS tags: RELENG_5_0_BP, RELENG_5_0_0_RELEASE, RELENG_5_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +40 -16 lines
- Make use of DEPOROGINs (if there are any) when installing package;
- fix few bogosities here and there;
- move some common routines into the library.

MFC after:	2 weeks

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat May 11 04:17:55 2002 UTC (9 years, 9 months ago) by alfred
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +6 -6 lines
replace __FUNCTION__ with standardized __func__.

Requested by: jhb

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat May 11 03:48:48 2002 UTC (9 years, 9 months ago) by alfred
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +7 -4 lines
fix build:
you may not use string concatination with __FUNCTION__, replace all occurances
of:
__FUNCTION__ ": error string"
with:
"%s: error string"

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Apr 1 09:39:06 2002 UTC (9 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -5 lines
Fix SCM ID's.

Revision 1.22.2.9: download - view: text, markup, annotated - select for diffs
Wed Oct 3 07:46:02 2001 UTC (10 years, 4 months ago) by sobomax
Branches: RELENG_4
CVS tags: RELENG_4_6_BP, RELENG_4_6_2_RELEASE, RELENG_4_6_1_RELEASE, RELENG_4_6_0_RELEASE, RELENG_4_6, RELENG_4_5_BP, RELENG_4_5_0_RELEASE, RELENG_4_5
Diff to: previous 1.22.2.8: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.8: +89 -67 lines
MFC:
- 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

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Sep 19 08:06:47 2001 UTC (10 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +87 -65 lines
Various fixes and improvements:
- fix harmless compiler's warnings (unused variables and missed prototype);
- 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.

MFC after:	2 weeks

Revision 1.22.2.8: download - view: text, markup, annotated - select for diffs
Tue Sep 18 09:38:38 2001 UTC (10 years, 4 months ago) by sobomax
Branches: RELENG_4
Diff to: previous 1.22.2.7: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.7: +3 -6 lines
MFC:
- kill blank lines at the end of lib/global.c;
- in the case of checksum mismatch print name of offending file to stderr;
- replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_LOG_DIR)"
  with macro;
- exists(../../crypto) --> exists(${.CURDIR}/../../crypto) in a top-level
  Makefile.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Aug 2 13:13:05 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -5 lines
Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_LOG_DIR)"
with macro.

MFC after:	1 month

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Aug 2 12:38:28 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +9 -9 lines
Usability tweak:

  Use '' quotes instead of `' to delimit names of files and packages in
  warning and error messages, because it is easier to cut-n-paste name in
  question that way (single click) without confusing the shell. And yes,
  I know that it is less eye-candy...

MFC after:	1 month

Revision 1.22.2.7: download - view: text, markup, annotated - select for diffs
Thu May 17 12:33:38 2001 UTC (10 years, 8 months ago) by sobomax
Branches: RELENG_4
CVS tags: RELENG_4_4_BP, RELENG_4_4_0_RELEASE, RELENG_4_4
Diff to: previous 1.22.2.6: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.6: +8 -9 lines
MFC: Sync up with HEAD, modulo update/*, version/*, sign/* and r1.38
     of add/mail.c

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu May 17 10:12:42 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -3 lines
Style policy: reformat multiline comments to conform to style(9).

Revision 1.22.2.6: download - view: text, markup, annotated - select for diffs
Tue Mar 20 09:45:55 2001 UTC (10 years, 10 months ago) by sobomax
Branches: RELENG_4
CVS tags: RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3
Diff to: previous 1.22.2.5: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.5: +7 -69 lines
MFC:
When creating package sort dependencies in dependency order rather than in the
order specified on the command line. This should allow ``pkg_add -r'' to
work seamlessly with packages created after this change.

Tested by:	bento
Approved by:	jkh

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Mar 15 10:47:00 2001 UTC (10 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -69 lines
When creating a package sort dependencies in such a way that if dependency
A depends on dependency B then dependency A will be in all cases listed
before B, so ``pkg_add -r'' will fetch/install packages in the correct order.

Previously dependencies were sorted just by its names, which is why
``pkg_add -r'' never actually worked properly.

To be usefull, hovewer, this fix requires that all packages have been
rebuilt, so it will take some time until users would be able to feel
posititive improvements. For the same reasons it is desirable to propagate
these changes to the 4-stable package building cluster *before* 4.3 ports
freeze, so packages for 4.3-RELEASE would be properly prepared.

Prompted by:			kris
Insanely appreciated by:	obrien
Silently approved by:		jkh, -ports

Revision 1.22.2.5: download - view: text, markup, annotated - select for diffs
Mon Mar 5 11:11:31 2001 UTC (10 years, 11 months ago) by sobomax
Branches: RELENG_4
Diff to: previous 1.22.2.4: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.4: +37 -1 lines
MFC:
- 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	-> 1.6
src/usr.sbin/pkg_install/delete/main.c		-> 1.21
src/usr.sbin/pkg_install/delete/perform.c	-> 1.27
src/usr.sbin/pkg_install/delete/pkg_delete.1	-> 1.24
src/usr.sbin/pkg_install/info/info.h		-> 1.18
src/usr.sbin/pkg_install/info/perform.c		-> 1.36
src/usr.sbin/pkg_install/lib/Makefile		-> 1.7
src/usr.sbin/pkg_install/lib/lib.h		-> 1.32

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Mar 4 17:38:38 2001 UTC (10 years, 11 months ago) by roberto
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -6 lines
When called with the "-n" command line argument, pkg_delete
is supposed to inform the user of all steps it would take.

The current code does not issue any messages regarding actions
that would be performed by delete_package (removing files and
executing @unexec commands), because when the Fake variable
is 1, delete_package (which itself respects Fake and prints
messages rather than taking action when it is 1) is not called
at all.

Fix this.

PR:		bin/24971
Submitted by:	Thomas Quinot <thomas@cuivre.fr.eu.org>

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Feb 27 09:00:18 2001 UTC (10 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +37 -1 lines
- Merge recently added into pkg_info(1) regex/glob matching functionality into
  pkg_delete(1) as well;
- add a new `-a' option for pkg_delete(1) to delete all installed packages;
- add a new `-i' option for pkg_delete(1) to request simple rm(1)-like
  interactive confirmation before attempting to delete each package.

Silently approved by:	jkh, -ports

Revision 1.22.2.4: download - view: text, markup, annotated - select for diffs
Wed Feb 21 02:04:36 2001 UTC (10 years, 11 months ago) by sobomax
Branches: RELENG_4
Diff to: previous 1.22.2.3: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.3: +2 -2 lines
MFC:
Fix a typo, that in some cases may lead to incorrect packages reordering.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Feb 21 02:01:10 2001 UTC (10 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Fix a typo, that in some cases may lead to incorrect packages reordering.

Revision 1.22.2.3: download - view: text, markup, annotated - select for diffs
Tue Feb 20 23:32:48 2001 UTC (10 years, 11 months ago) by jkh
Branches: RELENG_4
Diff to: previous 1.22.2.2: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.2: +75 -4 lines
MFC: various goodness from -current, modulo some of the stuff like "sign"
which is still not in the default build path.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Feb 19 13:26:13 2001 UTC (10 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +75 -4 lines
Improve pkg_delete(1) behaviour when deleting several packages at once.

Instead of trying to delete packages in the same order as they were specified
in the command line, reorder deletion in such a way that if package A depends
on package B then package A will be deleted before B no matter in which order
they were specified in the command line.

Reviewed by:	jkh, will
Approved by:	jkh

Revision 1.22.2.2: download - view: text, markup, annotated - select for diffs
Mon Oct 23 18:34:15 2000 UTC (11 years, 3 months ago) by jkh
Branches: RELENG_4
CVS tags: RELENG_4_2_0_RELEASE
Diff to: previous 1.22.2.1: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.1: +5 -5 lines
MFC: more informative errx() messages, use ISO string functions.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Oct 22 09:53:25 2000 UTC (11 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -5 lines
Cause fatal error messages to be a little more helpful to the programmer
concerning where they're taking place.

Switch from [r]index() to str[r]chr() functions, which are more ISO
compliant.

Prompted by:	Edward Welbourne <eddy@vortigen.demon.co.uk>

Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 4 16:46:33 2000 UTC (11 years, 8 months ago) by hoek
Branches: RELENG_4
CVS tags: RELENG_4_1_1_RELEASE, RELENG_4_1_0_RELEASE
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
MFC r.1.23: Use ``rm -f'' if -f (Force) was given to pkg_delete

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Jun 2 04:32:37 2000 UTC (11 years, 8 months ago) by hoek
Branches: MAIN
CVS tags: PRE_SMPNG
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Use `rm -f` if the -f (force) option was given.

Revision 1.18.2.4: download - view: text, markup, annotated - select for diffs
Tue Jan 11 13:42:08 2000 UTC (12 years, 1 month ago) by sheldonh
Branches: RELENG_3
CVS tags: RELENG_3_5_0_RELEASE
Diff to: previous 1.18.2.3: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.2.3: +3 -3 lines
MFC rev 1.22: Fix bogon in previous commit.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jan 11 13:40:20 2000 UTC (12 years, 1 month ago) by sheldonh
Branches: MAIN
CVS tags: RELENG_4_BP, RELENG_4_0_0_RELEASE
Branch point for: RELENG_4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Fix bogon in previous commit:  pass a string argument to printf(3) to
satisfy the %s conversion format specifier.

Reported by:		Mark Huizer <freebsd@xaa.iae.nl>

Revision 1.18.2.3: download - view: text, markup, annotated - select for diffs
Tue Jan 11 12:38:36 2000 UTC (12 years, 1 month ago) by sheldonh
Branches: RELENG_3
Diff to: previous 1.18.2.2: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.2.2: +3 -3 lines
MFC rev 1.21:  Replace a silly error message with a sensible one.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jan 11 12:37:16 2000 UTC (12 years, 1 month ago) by sheldonh
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Use a more helpful fatal error message than "Toto! This doesn't look
like Kansas anymore!" when unable to return to the original working
directory.

PR:		bin/16015

Revision 1.7.4.4: download - view: text, markup, annotated - select for diffs
Sun Sep 5 11:44:30 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_2_1_0
Diff to: previous 1.7.4.3: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.4.3: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.10.2.6: download - view: text, markup, annotated - select for diffs
Sun Sep 5 11:40:44 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_2_2
Diff to: previous 1.10.2.5: preferred, colored; branchpoint 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10.2.5: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.18.2.2: download - view: text, markup, annotated - select for diffs
Sun Aug 29 15:45:19 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_3
CVS tags: RELENG_3_4_0_RELEASE, RELENG_3_3_0_RELEASE
Diff to: previous 1.18.2.1: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.2.1: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Aug 28 01:18:01 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 23 03:59:47 1999 UTC (12 years, 5 months ago) by mharo
Branches: RELENG_3
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
MFC: use uname(3) to find out hardware platform, add braces and other minor cleanup

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Aug 11 20:55:40 1999 UTC (12 years, 6 months ago) by billf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
-Wall fixes. Ambigious if/elses, uninitialized values, missing headers,
missing prototypes, and empty format strings.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Dec 16 13:59:30 1998 UTC (13 years, 1 month ago) by jkh
Branches: MAIN
CVS tags: RELENG_3_BP, RELENG_3_2_PAO_BP, RELENG_3_2_PAO, RELENG_3_2_0_RELEASE, RELENG_3_1_0_RELEASE
Branch point for: RELENG_3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +66 -4 lines
Make it possible to have separate install scripts as well as have
an on-delete script.

Submitted by:	Rajesh Vaidheeswarran <rv@fore.com>

Revision 1.10.2.5: download - view: text, markup, annotated - select for diffs
Sun Nov 22 14:08:36 1998 UTC (13 years, 2 months ago) by jkh
Branches: RELENG_2_2
CVS tags: RELENG_2_2_8_RELEASE
Diff to: previous 1.10.2.4: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.2.4: +7 -1 lines
MFC: deal with trailing /.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Nov 11 06:09:04 1998 UTC (13 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +7 -1 lines
Fix bug where trailing slash could confuse the registry removal.

Noticed by:	des

Revision 1.10.2.4: download - view: text, markup, annotated - select for diffs
Fri Sep 11 07:27:18 1998 UTC (13 years, 5 months ago) by jkh
Branches: RELENG_2_2
Diff to: previous 1.10.2.3: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.2.3: +15 -10 lines
MFC: cleanup() fixes.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Sep 11 07:26:58 1998 UTC (13 years, 5 months ago) by jkh
Branches: MAIN
CVS tags: RELENG_3_0_0_RELEASE
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +15 -10 lines
correct usage of cleanup() everywhere - this became bogus when the warnx/errx
stuff was added and nobody seems to have noticed. :)
Noticed by:	Josh MacDonald <jmacd@paris.CS.Berkeley.EDU>

Revision 1.10.2.3: download - view: text, markup, annotated - select for diffs
Mon Oct 13 15:06:12 1997 UTC (14 years, 4 months ago) by jkh
Branches: RELENG_2_2
CVS tags: RELENG_2_2_7_RELEASE, RELENG_2_2_6_RELEASE, RELENG_2_2_5_RELEASE
Diff to: previous 1.10.2.2: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.2.2: +2 -1 lines
MFC: less destructive cleanup() handling.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Oct 13 15:03:52 1997 UTC (14 years, 4 months ago) by jkh
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Don't return from cleanup() - if it's removed the playpen then very
bad things will happen if we return to unsuspecting code.
Noted to my great dismay by:	Tim Vanderhoek <hoek@hwcn.org>

Revision 1.10.2.2: download - view: text, markup, annotated - select for diffs
Thu Oct 9 07:09:28 1997 UTC (14 years, 4 months ago) by charnier
Branches: RELENG_2_2
Diff to: previous 1.10.2.1: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.2.1: +28 -23 lines
MFC: Use err(3). Cosmetics in usage string and man page.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Oct 8 07:46:52 1997 UTC (14 years, 4 months ago) by charnier
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +28 -23 lines
Use err(3). Cosmetics in usage string and man page.

Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Thu Mar 6 10:23:02 1997 UTC (14 years, 11 months ago) by jkh
Branches: RELENG_2_2
CVS tags: RELENG_2_2_2_RELEASE, RELENG_2_2_1_RELEASE, RELENG_2_2_0_RELEASE
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -3 lines
YAMFC

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Mar 6 10:21:57 1997 UTC (14 years, 11 months ago) by jkh
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +7 -3 lines
Protect against missing initial @cwd.  Closes PR#2893
Submitted-By: pius@iago.ienet.com

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Feb 22 16:09:37 1997 UTC (14 years, 11 months ago) by peter
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Revert $FreeBSD$ to $Id$

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 14 07:14:46 1997 UTC (15 years, 1 month ago) by jkh
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Make the long-awaited change from $Id$ to $FreeBSD$

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.7.4.3: download - view: text, markup, annotated - select for diffs
Tue Oct 15 18:37:51 1996 UTC (15 years, 4 months ago) by jkh
Branches: RELENG_2_1_0
CVS tags: RELENG_2_1_7_RELEASE, RELENG_2_1_6_RELEASE, RELENG_2_1_6_1_RELEASE
Diff to: previous 1.7.4.2: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.4.2: +1 -1 lines
Merge from HEAD.

Revision 1.7.4.2: download - view: text, markup, annotated - select for diffs
Thu Aug 1 12:17:35 1996 UTC (15 years, 6 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.7.4.1: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.4.1: +6 -6 lines
Do my good deed for the day and merge in some recent pkg_install fixes
for those folk still supping -stable in the fond hope that folks might
occasionally do nice things to it.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jul 30 10:48:16 1996 UTC (15 years, 6 months ago) by jkh
Branches: MAIN
CVS tags: RELENG_2_2_BP
Branch point for: RELENG_2_2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
Add MD5 checksums to packing list for all files during pkg_create and use
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.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jun 20 18:33:44 1996 UTC (15 years, 7 months ago) by jkh
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Make pkg_install understand and use libftpio instead of its own
copies of the ftp support routines.  Also some cosmetic and minor
bug fixes I've been meaning to incorporate for awhile.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Nov 12 04:55:30 1995 UTC (16 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -5 lines
Bring my pkg_install improvements forward from 2.1.

Revision 1.7.4.1: download - view: text, markup, annotated - select for diffs
Fri Nov 10 06:44:47 1995 UTC (16 years, 3 months ago) by jkh
Branches: RELENG_2_1_0
CVS tags: RELENG_2_1_5_RELEASE, RELENG_2_1_0_RELEASE
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -5 lines
Every time I swear I'll never touch this again, I end up touching it.
Bleah.  Now the chained dependency adds work from FTP sites.  This was
really totally broken before, despite my claims to the contrary.  Sorry
folks.  I guess nobody uses the pkg_add ftp://... feature or somebody
would have reported it by now! :-)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Apr 19 14:01:58 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
CVS tags: RELENG_2_1_0_BP, RELENG_2_0_5_RELEASE, RELENG_2_0_5_BP, RELENG_2_0_5_ALPHA, RELENG_2_0_5
Branch point for: RELENG_2_1_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -3 lines
Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is the
default, and probably not something you'd ever change, but now it's
possible to do so for local/custom installations.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Dec 6 00:51:40 1994 UTC (17 years, 2 months ago) by jkh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +85 -5 lines
Many of John T. Kohl's patches from NetBSD.  Thanks, John!
Submitted by:	jkohl

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Sep 29 13:19:39 1994 UTC (17 years, 4 months ago) by jkh
Branches: MAIN
CVS tags: RELEASE_2_0, BETA_2_0, ALPHA_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Don't let pkg_delete remove the recorded location until everything has
absolutely, positively been successfully removed.
Reviewed by:
Submitted by:
Obtained from:

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed May 25 18:00:02 1994 UTC (17 years, 8 months ago) by asami
Branches: MAIN
CVS tags: MOVED_NEWCVS
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +13 -10 lines
The environment variable PKG_PREFIX is set to the first @cwd command
in the packing list, or the argument to -p if it is specified, before
the requirements/installation/deinstallation scripts are called.  This
enables the scripts to be written to work on the final installation
destination, even if the user uses -p to override the package's default.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Oct 8 01:19:35 1993 UTC (18 years, 4 months ago) by jkh
Branches: MAIN
CVS tags: BP_BETA_1_1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Fix problems with executing from current directory

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Sep 3 23:01:02 1993 UTC (18 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Lots of misc tweaks, support for arbitrary separators in pkg_info, more
intelligent name handling in pkg_create.  Most of these files are changed
because of rcsid's being different in my cvs tree and freefall's (foo).

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Aug 26 01:19:54 1993 UTC (18 years, 5 months ago) by jkh
CVS tags: pkg_install
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
The release version of my package install suite.  Please see man pages
for info.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Aug 26 01:19:53 1993 UTC (18 years, 5 months ago) by jkh
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options