summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd/common/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mopd/common/file.c')
0 files changed, 0 insertions, 0 deletions
e9da9493dee460cfede54b6983ac18c'>Avoid one more annoying duplicated slash when prefix is "/" in pkg_create(1),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-02-18make @cwd work a bit more reliable:hubertf 2001-05-21When adding the checksums for the individual file entries in the generatedagc 2001-05-18Add -U argument to pkg_create - by default, all files are added to theagc 2000-07-05Only calculate MD5 checksum for plain files.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-10cast args to strcmp;christos 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-03-02Cosmetic but annoying - no need to append a newline character in warnx()agc 1999-01-19Add code for pkgdb.hubertf 1998-10-19Make the new symlink relative to the name of the symlink, rather thanagc 1998-10-12+ Remove obsolete and unused string functions.agc 1998-10-09More cleanup - various bits of KNF.agc 1998-10-09Some minor KNF.agc 1998-10-08Eliminate all use of sprintf(3), and replace it with snprintf(3).agc