Commit graph

8 commits

Author SHA1 Message Date
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00
drochner
98f6b22a82 use python buildlink 2002-01-18 15:57:42 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
zuntum
6d856171bf Follow suggestion from Christoph Badura and remove qmail from dependencies list, as it is not really required to repair the queue 2001-08-15 15:53:36 +00:00
zuntum
88eaecdf96 Add qmail package to DEPENDS, as we currently have one and this package is useless without qmail 2001-08-13 14:20:13 +00:00
zuntum
f9512af34d Update queue_repair to 0.8.4
Version 0.8.4
8 July 2001

  -when force-creating a queue, ensure the user supplies a value for conf-split
  and either --bigtodo or --no-bigtodo
  -change --create to imply --repair as well

Version 0.8.3
7 July 2001

  -enforce checking of prime conf-split.  Use --i-want-a-broken-conf-split to
    force a non-prime split value in repair mode
  -add explicit -h, --help options
  -enforce checking of existence of basic queue directories to prevent
    accidental creation of queue in wrong place due to typos, etc.  Use
    -c, --create to force creation of a new queue
  -when creating a directory, force create missing parent(s)
  -fix --no-bigtodo to allow conversion of big-todo queue to non-big-todo;
    would previously auto-detect big-todo regardless
  -improve forced conversion of non-big-todo queue to big-todo or vice versa,
    and force change of conf-split for existing queues
2001-07-09 18:34:54 +00:00
zuntum
db37fa185d Initial import of queue-repair-0.8.2
queue_repair can be used to check or correct most corruptions of the queue
in qmail (resulting from filesystem damage, etc). Functionality includes
automatic, dynamic determination of UIDs and GIDs. Automatic, dynamic
determination of use of big-todo. Handles basic tasks like fixing a queue
restored from backups, incorrect ownership or permissions of directories and
files, missing or extra split subdirectories, unexpected files or other
directories, or creating a valid queue from scratch.
2001-07-07 09:41:51 +00:00