Date: Tue, 18 Sep 2001 02:38:39 -0700 (PDT) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install Makefile src/usr.sbin/pkg_install/add perform.c src/usr.sbin/pkg_install/delete main.c perform.c src/usr.sbin/pkg_install/info perform.c src/usr.sbin/pkg_install/lib deps.c global.c lib.h match.c plist.c Message-ID: <200109180938.f8I9cdj92751@freefall.freebsd.org>
index | next in thread | raw e-mail
sobomax 2001/09/18 02:38:39 PDT
Modified files: (Branch: RELENG_4)
usr.sbin/pkg_install Makefile
usr.sbin/pkg_install/add perform.c
usr.sbin/pkg_install/delete main.c perform.c
usr.sbin/pkg_install/info perform.c
usr.sbin/pkg_install/lib deps.c global.c lib.h match.c plist.c
Log:
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 Changes Path
1.5.2.4 +2 -2 src/usr.sbin/pkg_install/Makefile
1.57.2.6 +6 -6 src/usr.sbin/pkg_install/add/perform.c
1.17.2.5 +2 -2 src/usr.sbin/pkg_install/delete/main.c
1.22.2.8 +3 -6 src/usr.sbin/pkg_install/delete/perform.c
1.29.2.8 +3 -6 src/usr.sbin/pkg_install/info/perform.c
1.1.2.3 +2 -4 src/usr.sbin/pkg_install/lib/deps.c
1.7.2.1 +1 -3 src/usr.sbin/pkg_install/lib/global.c
1.29.2.6 +5 -3 src/usr.sbin/pkg_install/lib/lib.h
1.2.2.5 +2 -4 src/usr.sbin/pkg_install/lib/match.c
1.29.2.4 +2 -3 src/usr.sbin/pkg_install/lib/plist.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109180938.f8I9cdj92751>
