./sysutils/etcmanage, Automatically manage files in /etc

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8.2, Package name: etcmanage-0.8.2, Maintainer: gdt

etcmanage is used to update files in /etc on a BSD system
automatically. The essential concept is that a file which was
installed automatically and has not been changed will be updated with
new versions, and modified files will not be changed.


Required to run:
[lang/perl5]

Master sites:

SHA1: 6868ce918eb6b665a27edf2264b8f010fc86ad8c
RMD160: ef5678d765d68c81cb1c70719fff2f6cf158d799
Filesize: 63.586 KB

Version history: (Expand)


CVS history: (Expand)


   2012-04-18 18:39:49 by Greg Troxel | Files touched by this commit (2) | Package updated
Log message:
Update to 0.8.2.

New in Version 0.8.2

  Branches netbsd-6, netbsd-6-0 and netbsd-5-1 are supported.

New in Version 0.8.1

  INSTALL-NetBSD now installs the tests set, in NetBSD 5, and the
  modules set, to be in NetBSD 6.
   2011-11-16 20:31:56 by Greg Troxel | Files touched by this commit (2) | Package updated
Log message:
Update to 0.8.

  Don't complain if there is no custom-kernel file, and don't try to
  build GENERIC as the default custom kernel, because it's built
  anyway if appropriate for that port.

  Support .branch to define branch for builds from NetBSD imported
  into a VCS, rather than checked out from NetBSD's CVS.  Example
  contents for .branch is "5\n" for netbsd-5.

  Support local and relative paths in .tree, for placing the obj
  container in arbitrary locations.
   2009-04-01 21:05:04 by Greg Troxel | Files touched by this commit (2)
Log message:
New in Version 0.6.1

  Remove DESTDIR/stand before building to avoid failed builds from
  renamed module path.
   2009-01-08 16:50:29 by Greg Troxel | Files touched by this commit (2) | Package updated
Log message:
Update to 0.6.

  support netbsd-5
  Repaired iso-image creation in BUILD-NetBSD.
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2007-01-05 19:30:33 by Greg Troxel | Files touched by this commit (2) | Package updated
Log message:
Update to 0.4.

2007-01-05  Greg Troxel  <Greg Troxel <gdt@ir.bbn.com>>

	* BUILD-NetBSD: add -j with 2 x #cpus
	* BUILD-NetBSD: recognize netbsd-4
   2006-12-06 16:03:04 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Perl is not only needed as tool, but also as runtime dependency.
Bump revision.
   2006-12-02 20:04:26 by Greg Troxel | Files touched by this commit (3) | Package updated
Log message:
update to 0.3

  new script BUILD-NetBSD which is a wrapper around build.sh, setting
  OBJDIR, etc., and intended to start from a plain source tree and end
  up with a cdrom image, with or without x.  creates a manifest for
  etcmanage.  It also has an install option which does a merge of /etc
  with etcmanage, but this needs to be done on the same machine as the
  build.

  new script INSTALL-NetBSD which takes a releasedir and does a binary
  upgrade (kernel, userland, merges etc with etcmange, but DOES NOT
  TOUCH BOOTBLOCKS).  Can be run on a machine other than the build
  host.