summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
AgeCommit message (Expand)Author
2000-01-04Some changes from David Maxwell <david@fundy.ca>:hubertf
1999-12-20Set things to a sane state for db(3) routines.hubertf
1999-12-20Put back former -s switch to pkg_create as -L now.hubertf
1999-12-01Not without my handbag. (Forgot this in last commit)hubertf
1999-12-01 - Comment codehubertf
1999-12-01Document the current round of the game. :-)hubertf
1999-12-01Don't be verbose unnecessarily. (Instead, just remove this stale debughubertf
1999-11-29Put support for @src back in.hubertf
1999-11-29Add code to include the size of a package into both thehubertf
1999-11-18Typos (from OpenBSD)kristerw
1999-11-18Don't preserve uids or permissions of checked out files (MTREE, DEINSTALL,fredb
1999-11-10Check return value from realpath() to avoid a NULL pointer being passed toabs
1999-10-04Apply Force (-f) recursivelyproff
1999-09-24Add some sanity checks on what pkgdb_retrieve() returns.hubertf
1999-09-13Handle symlinks to directories correctly in "check" and "rebuild".hubertf
1999-09-09Remove the LogDir (/var/db/pkg/foo-x.y) _after_ we've run the DEINSTALLhubertf
1999-09-09Comment pl_ent_t to make debugging easier.hubertf
1999-08-30pick the proper uname.christos
1999-08-24Bring closer to /usr/share/misc/style with the aid of indent(1).hubertf
1999-08-23Hide test for URLlength()>0 behind a macro (IS_URL()).hubertf
1999-08-23Provide full pathnames for chgrp(1), chown(1) and chmod(1), passingagc
1999-08-21Call deinstall-script after files are removed:hubertf
1999-08-20Fix braino, pointed out by enami - OS is not defined on NetBSD.agc
1999-08-20The copy_hierarchy function is never called. Remove its definition andagc
1999-08-20Make this work on Solaris "out of the box"agc
1999-08-19Allow specifying a package name without a version.hubertf
1999-08-19Pass BINDIR down via Makefile.inc, rather than hardcoding /usr/sbin -agc
1999-08-19Consolidate URL handling into a table of valid leading strings foragc
1999-08-19Clean up minor nits in C code.agc
1999-08-19Add two missing "(void)" casts.tron
1999-08-19Modify conflict check to avoid matching packages with the same name prefixtron
1999-07-28Message files in binary packages are not displayed with more(1).tron
1999-07-10cast args to strcmp;christos
1999-07-02Document PKG_TMPDIRhubertf
1999-06-18don't print a useless error message.mrg
1999-06-15Add support for fetching packages from HTTP URLs. Since 'ftp' is alreadycgd
1999-05-30Remove support for absolutes pathnames completely. This can't work withtron
1999-05-29Don't prepend directories if the plist files are absolute.christos
1999-05-15@srcdir was renamed to @src long ago, reflect this in documentation;hubertf
1999-05-12Fix wrong error handling in case "/var/db/pkg" needs to be created.tron
1999-04-12Use absolute path to tar(1) in execl() call.hubertf
1999-04-10Fix tyop.simonb
1999-04-10Fix off-by-one error. (This was detected using libefence)hubertf
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-22Ignore files in /var/db/pkg (hint 'pkg_info pkgdb.byfile.db')abs
1999-03-22Replace static array of packages given to pkg_perform() with linearhubertf
1999-03-22Fix '-f'.abs
1999-03-20be more cautious about preserving cwdhubertf
1999-03-15Shut-up gcc-2.8.1 warnings.christos
1999-03-13set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>lukem