summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create
Commit message (Expand)AuthorAgeFilesLines
* sysconf(3) returns a long, not an int.obrien2013-06-291-1/+2
* Provide an option to users to shoot themselves in the foot.eadler2012-11-261-1/+5
* Warn users when using pkg tools if it looks like theyeadler2012-10-221-0/+1
* if a file in plist starts with / then do not prefix it with "prefix" [1]bapt2012-09-181-4/+8
* Fix r231300: Use correct test so we only bail out on error instead of on non-...eadler2012-02-101-1/+1
* Permit the use of relative paths for the prefix argument.eadler2012-02-091-3/+9
* Spelling fixes for usr.sbin/uqs2011-12-305-5/+5
* Backout libinstall.a -> libpkg commit.flz2011-05-174-7/+7
* - Add support for xz compression to pkg_create, bzip2 remains the defaultflz2010-10-124-4/+32
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-234-7/+7
* Add missing `void' keywords.ed2009-12-291-1/+1
* When running pkg_add -r, check & install our dependencies for eachbrian2009-06-191-2/+1
* Enable the -n option of pkg_create(1).keramida2008-07-081-0/+4
* Remove support for RELENG_4 (__FreeBSD_version < 500039).flz2008-06-161-4/+0
* - Add long options to pkg_install.flz2008-05-302-20/+39
* Update usage strings to add a missing -n option.keramida2008-05-271-1/+1
* Add a -n option to pkg_create(1), to inhibit duplicate work.keramida2008-05-274-5/+42
* Backout previous commit, since it's done without maintainerskrion2007-12-091-1/+0
* Add the 'pkg_search' script.obrien2007-12-091-0/+1
* Cleanup of userland __P usekevlo2007-11-071-1/+1
* Fix usage().ru2006-09-291-6/+6
* Allow variable amounts of verbosity.obrien2006-06-121-1/+1
* Use bzip2(1) by default to compress package tarball onkrion2006-04-171-1/+6
* When using @cwd %%FOO%%, we must ensure to return in the originalkrion2006-01-073-4/+22
* Introduce 3 new options for pkg_create(1), -x for using basickrion2005-11-084-7/+61
* remove a few uses of the word `really'jmg2005-06-271-2/+1
* Fix last commit.ru2005-06-221-2/+3
* Implement @noinst field which has at the moment the same meaning andkrion2005-06-141-0/+10
* Markup fixes.ru2005-06-141-1/+1
* Add -R modifier for the mode when pkg_create(8) creates package filesobomax2005-06-064-9/+70
* Expand contractions.ru2005-02-131-3/+3
* Expand *n't contractions.ru2005-02-131-1/+1
* Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.ru2004-08-121-1/+1
* Downgrade WARNS level to more tolerable value. Attempt to fixkan2004-07-282-8/+10
* Mechanically kill hard sentence breaks.ru2004-07-021-40/+80
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-293-5/+5
* - pkg_create: new flag -S (clean room installation)eik2004-06-295-33/+74
* - Properly build both crypto and non-crypto versions of theru2004-01-171-5/+0
* Correct truncation detection after use of snprintf: The case wherenectar2003-12-171-2/+2
* Clarify the order of arguments passed to the pre-/post-install scriptroam2003-08-261-1/+1
* Retire the useless NOSECURE knob.des2003-05-191-1/+1
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-174-6/+41
* english(4) police.schweikh2002-12-271-3/+3
* Break fileGetURL() out into its own file so that pkg_install/lib consumersobrien2002-11-061-2/+2
* Reorg just a tad to better express our bzip intentions.obrien2002-08-251-6/+6
* Drop support for the .tbz2 suffix. One would not want pkg_create(1)knu2002-08-042-6/+2
* Use an 8.3 friendly extension when compressing with bzip2.obrien2002-08-041-1/+1
* Reorder libraries to fix static linking (libssl depends on libcrypto, sodes2002-06-121-2/+2
* libfetch now depends on libcrypto and libssl.ru2002-06-061-0/+5
* Grammar nit.obrien2002-06-041-1/+1
OpenPOWER on IntegriCloud