Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/pkg_install



Module Name:    src
Committed By:   agc
Date:           Thu Jan 15 09:33:39 UTC 2004

Modified Files:
        src/usr.sbin/pkg_install/admin: main.c pkg_admin.1
        src/usr.sbin/pkg_install/create: pl.c
        src/usr.sbin/pkg_install/lib: lib.h plist.c version.h

Log Message:
At package creation time, record the targets of symbolic links which
are installed as part of the package.

Enable the verification of the integrity of any symbolic links
in the package in "pkg_admin check".

Add a check to pkg_delete to verify the integrity of the symbolic link
before deletion, and to act in the same way as an MD5 failure if the
symbolic link has been modified since package creation time.

Bump version number.

Addresses PR 23048 from Klaus Klein.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/usr.sbin/pkg_install/admin/main.c
cvs rdiff -r1.26 -r1.27 src/usr.sbin/pkg_install/admin/pkg_admin.1
cvs rdiff -r1.29 -r1.30 src/usr.sbin/pkg_install/create/pl.c
cvs rdiff -r1.66 -r1.67 src/usr.sbin/pkg_install/lib/lib.h
cvs rdiff -r1.41 -r1.42 src/usr.sbin/pkg_install/lib/plist.c
cvs rdiff -r1.43 -r1.44 src/usr.sbin/pkg_install/lib/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index