summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
AgeCommit message (Expand)Author
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
2001-05-18Add -U argument to pkg_create - by default, all files are added to theagc
2001-04-09Whitespace fixes.wiz
2001-03-05Add -V option to all pkgtools, which reports the version of the pkgtools.wiz
2001-03-04Prevent some minor descriptor leaks.hubertf
2001-01-07Alphabetize options.hubertf
2000-12-13 * Accept ".tbz" as an alternative pkg suffix to ".tbz" for pkg_add andhubertf
2000-10-09Remove unneeded header <sys/syslimits.h>hubertf
2000-07-05Only calculate MD5 checksum for plain files.hubertf
2000-07-05remove extra period in SEE ALL sectionmsaitoh
2000-03-13Fix doubled 'the's.soren
2000-01-19FTP wildcard depends code, initial commit.hubertf
1999-12-20Put back former -s switch to pkg_create as -L now.hubertf
1999-11-29Put support for @src back in.hubertf
1999-11-29Add code to include the size of a package into both thehubertf
1999-08-24Bring closer to /usr/share/misc/style with the aid of indent(1).hubertf
1999-08-19Clean up minor nits in C code.agc
1999-07-28Message files in binary packages are not displayed with more(1).tron
1999-07-10cast args to strcmp;christos