summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
AgeCommit message (Expand)Author
2007-05-19Improve wording for -T.wiz
2007-03-08Add a new option to pkg_create to allow easy registration of alljoerg
2007-03-08First step to killing the require script heritage: remove supportjoerg
2007-03-08Remove documentation for -h as well.joerg
2007-03-08Nuke -h option for pkg_create. Following all symlinks is not usefuljoerg
2007-03-08Nuke -X option for pkg_create. Filtering the PLIST thrown at tar is notjoerg
2007-03-02Links to pkgsrc(7) instead of packages(7). Bump date.wiz
2006-06-27Update usage() to match the manpage - most important, add missing optionshubertf
2006-05-11sprinkle a little (char *) to quell GCC4.mrg
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2005-11-23Reduce the use of the system() function in pkg_install to avoid quotingben
2005-11-07Replace wait(2) with equivalent waitpid(2); for Linux, reported by wulf@wiz
2005-11-05Add compat #ifdefs from pkgsrc, to make syncing easier between thewiz
2004-12-29Introduce a new abstraction in the C code, called MaxPathSize. Allagc
2004-05-10Ensure readlink(2) result termination within buffer bounds.kleink
2004-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb
2004-04-09Re-add umask() setting, and parameterize it so that pkgsrc/bootstrap basedtv
2004-01-15At package creation time, record the targets of symbolic links whichagc
2003-10-04Replace strnncpy calls with strlcpy calls. Remove strnncpy.wiz
2003-09-08Sort options; use Fl x instead of Ar -x; use Pq/Sq.wiz
2003-09-08Bump date for previous.wiz
2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam
2003-08-10we already print "creating package ..." in pkg_perform(), no need togrant
2003-07-14use bounded string op as much as possibleitojun
2003-06-26Quote % characters in macro lines.wiz
2003-06-12Avoid one more annoying duplicated slash when prefix is "/" in pkg_create(1),agc
2003-06-05Set the program name via setprogname(3).agc
2003-04-11improve a messagegrant
2003-01-10Introduce the notion of "preserving" an installed package.agc
2003-01-10order the getopt options alphabetically.agc
2003-01-05Add an enumerated type which is used in pkgdb_open() to specifyagc
2003-01-05Use EXIT_FAILURE, rather than hardcoding a value of '1' in err(3) andagc
2002-10-19use readlink with bufsize - 1; approved thorpej.provos
2002-10-17- eliminate the hard-coding of pathnames in the default install.christos
2002-09-26Ispell. Begin new sentences on a new line.wiz
2002-09-24Sprinkle .Xrs to packages(7).uebayasi
2002-07-19- remove handling of PKG_ADD_BASE.yamt
2002-06-10constify and make WARNS=2 clean.yamt
2002-06-09constify.yamt
2002-06-09- make last arg of findmatchingname void*.yamt
2002-03-05Output @blddep directives before @pkgdep directives.agc
2002-03-05Add a new packing list directive, @blddep, which notes the exactagc
2002-02-18make @cwd work a bit more reliable:hubertf
2002-02-02Drop superfluous .Pp.wiz
2001-07-15 * Bugfix: if PLIST_SRC directly follows PLIST_CWD, ignorehubertf
2001-06-05Uppercase Dt argument.wiz
2001-05-28(usage): correct number of arguments to fprintfjoda
2001-05-21When adding the checksums for the individual file entries in the generatedagc
2001-05-21Display the correct directory for the @src directive if -I has beenagc
2001-05-21Add -I argument to pkg_create so that the real prefix can be specifiedagc