freebsd-utils (8.2+ds3-1) unstable; urgency=low

  * Add powerd package.
  * kldutils.init: Start before "mountall" and "freebsd-utils".
    (Closes: #588538)

 -- Robert Millan <rmh@debian.org>  Sat, 03 Dec 2011 21:28:32 +0100

freebsd-utils (8.2+ds2-12) unstable; urgency=low

  [ Robert Millan ]
  * 044_mount_exec.diff: Fix mount_smbfs execution.
  * Make Description clearer and easier to translate.  (Closes: #649356)

  [ Jonathan Nieder ]
  * pf: Breaks, Replaces freebsd-net-tools versions that provided
    /etc/pf.os, pfctl, and authpf.  (Closes: #649684)
  * pf: Remove Replaces relation against freebsd-utils.

 -- Robert Millan <rmh@debian.org>  Wed, 23 Nov 2011 07:37:43 +0100

freebsd-utils (8.2+ds2-11) unstable; urgency=low

  * Unify all __unused fixes into a single patch.
  * Split PF into its own package.
  * Restore 040_kdump_multiarch.diff to fix FTBFS on kfreebsd-i386.
    Conflict with libc0.1-dev-i386 instead to fix kfreebsd-amd64.

 -- Robert Millan <rmh@debian.org>  Wed, 16 Nov 2011 18:54:22 +0100

freebsd-utils (8.2+ds2-10) unstable; urgency=low

  * Set SGID and group kmem on netstat.  (Closes: #643840)
  * Add kbdcontrol-udeb.  (Closes: #638917)

 -- Robert Millan <rmh@debian.org>  Fri, 11 Nov 2011 22:55:06 +0100

freebsd-utils (8.2+ds2-9) unstable; urgency=low

  * Add freebsd-ppp package.  Thanks Antoine Beaupré.  (Closes: #574789)
  * Split devd and ktrace into their own packages.
  * Remove 040_kdump_multiarch.diff. It appears this patch became
    unnecessary with eglibc 2.13-12 when /usr/include/bits was restored.

 -- Robert Millan <rmh@debian.org>  Wed, 09 Nov 2011 20:56:50 +0100

freebsd-utils (8.2+ds2-8) unstable; urgency=low

  * Remove versioned dependency on sysvinit. It's useless as it turns
    out /etc/inittab is not a conffile. Fix /etc/inittab in postinst
    instead.

 -- Robert Millan <rmh@debian.org>  Fri, 04 Nov 2011 20:04:59 +0100

freebsd-utils (8.2+ds2-7) unstable; urgency=low

  * kbdcontrol:
    - Depend on TERM=xterm version of sysvinit.
    - Break all kernel versions that still expect TERM=cons25.

 -- Robert Millan <rmh@debian.org>  Thu, 03 Nov 2011 00:51:17 +0100

freebsd-utils (8.2+ds2-6) experimental; urgency=low

  * Fix route call without arguments.
  * Recover 032_delete_key.diff patch from SVN r3202.  (Closes: #605777)

 -- Robert Millan <rmh@debian.org>  Sat, 29 Oct 2011 22:19:22 +0200

freebsd-utils (8.2+ds2-5) unstable; urgency=low

  * Register rpc.statd before rpc.lockd to prevent freebsd-nfs-common
    postinst failure.
  * Rename /var/db/statd.status to FHS-compliant /var/lib/misc/statd.status.
  * Fix multiarch-caused FTBFS (introduced with eglibc 2.13-11).

 -- Robert Millan <rmh@debian.org>  Fri, 29 Jul 2011 00:51:35 +0200

freebsd-utils (8.2+ds2-4) experimental; urgency=low

  * Add freebsd-geom package, with GEOM and a few modules (including
    geli).  (Closes: #492889)

 -- Robert Millan <rmh@debian.org>  Mon, 25 Jul 2011 17:28:06 +0200

freebsd-utils (8.2+ds2-3) unstable; urgency=low

  * Replace usb.conf with version from 8-STABLE.
  * Port and install jail(8).

 -- Robert Millan <rmh@debian.org>  Thu, 21 Jul 2011 20:04:43 +0200

freebsd-utils (8.2+ds2-2) experimental; urgency=low

  * Enable NFS utilities.  (Closes: #629543)

 -- Robert Millan <rmh@debian.org>  Mon, 11 Jul 2011 11:56:32 +0200

freebsd-utils (8.2+ds2-1) unstable; urgency=low

  * Add __FreeBSD_version to CFLAGS.  This enables code in a few places
    that was previously disabled (or old version used instead).
  * 022_devd.diff: Remove leftover FreeBSD-specific ACPI devd rules.
  * Move usb.conf and pci.conf devd files into debian/local/ (upstream
    is taking a different route and will replace these files when
    they're able to autogenerate them).
  * Fix a few syntax errors in usb.conf.

 -- Robert Millan <rmh@debian.org>  Sun, 10 Jul 2011 01:48:52 +0200

freebsd-utils (8.2+ds1-2) unstable; urgency=low

  * Fix broken usb.conf.  It needs to be generated using usbdevs from
    HEAD, or otherwise empty variables act as catch-all rules.  Getting
    rid of autogeneration since upstream doesn't seem interested in using
    devd variables anyway (see PR 157903).
  * Add network attach/detach devd event handlers to support allow-
    hotplug stanzas in /etc/network/interfaces.

 -- Robert Millan <rmh@debian.org>  Wed, 29 Jun 2011 16:12:48 +0200

freebsd-utils (8.2+ds1-1) unstable; urgency=low

  [ Petr Salinger ]
  * Require newer eglibc, drop <net/if.h> workaround

  [ Robert Millan ]
  * Enable ieee80211 (wireless) in ifconfig. Closes: #601803
  * Switch to use the libbsd-overlay.
    - Bump libbsd-dev Build-Depends to (>= 0.3.0).
    - Add pkg-config to Build-Depends.
    - Remove some now obsolete porting code.
  * Removed kludges from 013_pf.diff.  strtonum.c is obsoleted
    by libbsd, pf_ruleset.c is imported from upstream source.
  * Provide config files and init.d script for devd.  (Closes: #630614)
  * Add Dutch Debconf translation from Jeroen Schot.  (Closes: #631122)
  * Require either libsbuf-dev or kfreebsd-kernel-headers that provides
    a valid <sys/sbuf.h>.
  * Add myself to Uploaders.

 -- Robert Millan <rmh@debian.org>  Wed, 29 Jun 2011 12:28:09 +0200

freebsd-utils (8.2-2) unstable; urgency=low

  * Add missing zlib1g-dev to Build-Depends, needed by savecore.
  * Remove mentions of -F option from mount and umount man pages.
    Closes: #600940
  * Add Spanish Dvorak keyboard layout to kbdcontrol.
    Thanks to Javier <jamego1293@andaluciajunta.es>. Closes: #550398

 -- Guillem Jover <guillem@debian.org>  Tue, 07 Jun 2011 20:56:10 +0200

freebsd-utils (8.2-1) unstable; urgency=low

  [ Petr Salinger ]
  * Based on FreeBSD 8.2.

  [ Mats Erik Andersson ]
  * Add IPv6 support into route wrapper. Closes: #605723.
  * Update mount wrapper for remount requests. Closes: #609574.

  [ Robert Millan ]
  * Require kfreebsd-kernel-headers >= 0.54.
  * Add mkuzip.
  * Set freebsd-net-tools-udeb to kfreebsd-any.
  * Remove dependency on ufsutils. (Closes: #595040)

  [ Tuco Xyz ]
  * Add dumpon and savecore.

  [ Guillem Jover ]
  * Translate mount -f (--fake) to -d in the wrapper.
  * Now using Standards-Version 3.9.2 (no changes needed).
  * Move local headers to debian/local/include/.
  * Move local scripts and devfs.d directories to debian/local/.
  * Switch to source format “3.0 (quilt)”.
    - Remove quilt from Build-Depends.
    - Remove patch target in debian/rules.
    - Remove now unneeded README.source.
    - Refresh all patches.
  * Link camcontrol, mdconfig and dmesg directly to libbsd. Closes: #627129
  * Refactor source and tar name into SOURCE and TARNAME in debian/rules.
  * Line-wrap PMAKE variable in debian/rules.
  * Intersperse Build-Depends description comments between the actual
    dependencies.
  * Remove skeleton comment from init scripts.

 -- Guillem Jover <guillem@debian.org>  Tue, 07 Jun 2011 08:00:15 +0200

freebsd-utils (8.1-4) unstable; urgency=low

  [ Petr Salinger ]
  * enhance kbdcontrol.init, related to Debian Policy,
    9.8 Keyboard configuration. See: #605777.

 -- Aurelien Jarno <aurel32@debian.org>  Sat, 22 Jan 2011 23:44:13 +0100

freebsd-utils (8.1-3.1) unstable; urgency=high

  * Non-maintainer upload (requested by Petr).
  * Revert 032_delete_key.diff
    The proper solution needs more changes, unsuitable during deep freeze.
    See #605065, #605777, #607662.

 -- Robert Millan <rmh@debian.org>  Wed, 05 Jan 2011 10:05:19 +0100

freebsd-utils (8.1-3) unstable; urgency=low

  [ Aurelien Jarno ]
  * Add Catalan Debconf translation from Jordi Mallach (closes:
    bug#600624).
  * Add 032_delete_key.diff to conform to Debian Policy,
    9.8 Keyboard configuration. Closes: #605777.

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 19 Dec 2010 23:39:21 +0100

freebsd-utils (8.1-2) unstable; urgency=low

  [ Aurelien Jarno ]
  * freebsd-utils-udeb: add mdconfig.
  * Update Italian Debconf translation from Luca Monducci (closes:
    bug#593717).

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 22 Aug 2010 17:10:02 +0200

freebsd-utils (8.1-1) unstable; urgency=low

  [ Petr Salinger ]
  * Based on FreeBSD 8.1.

  [ Aurelien Jarno ]
  * Bumped Standards-Version to 3.9.1 (no changes).
  * Add arp to freebsd-net-tools

 -- Aurelien Jarno <aurel32@debian.org>  Fri, 30 Jul 2010 22:23:01 +0200

freebsd-utils (8.0-12) unstable; urgency=low

  [ Guillem Jover ]
  * Use kfreebsd-any instead of explicit architecture list.

  [ Aurelien Jarno ]
  * Add a freebsd-net-tools-udeb package.

 -- Aurelien Jarno <aurel32@debian.org>  Tue, 29 Jun 2010 00:58:59 +0200

freebsd-utils (8.0-11) unstable; urgency=medium

  * Don't set permissions on tty nodes, it is already done by default.

 -- Aurelien Jarno <aurel32@debian.org>  Mon, 31 May 2010 07:36:59 +0200

freebsd-utils (8.0-10) unstable; urgency=low

  * Build-depends on sharutils.

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 21 Mar 2010 15:39:10 +0100

freebsd-utils (8.0-9) unstable; urgency=low

  * Add /etc/pf.os to freebsd-net-tools
  * Add a vidcontrol package containing the executable, the font maps
    and the screen maps. Closes: bug#544083.
  * Update patches/016_swapon.diff to fix segfault on kfreebsd-amd64.
    Closes: bug#574645.
  * kldutils.init, freebsd-utils-init: don't set PATH to /usr/bin and
    /usr/sbin to make lintian happy.
  * Bumped Standards-Version to 3.8.4 (no changes).

 -- Aurelien Jarno <aurel32@debian.org>  Sat, 20 Mar 2010 23:29:06 +0100

freebsd-utils (8.0-8) unstable; urgency=low

  * debian/patches/026_kdump.diff: don't parse <sys/acl.h> in auto mode.
  * Build-depends on libedit-dev. Closes: bug#566774.

 -- Aurelien Jarno <aurel32@debian.org>  Mon, 25 Jan 2010 12:34:52 +0100

freebsd-utils (8.0-7) unstable; urgency=low

  * Fix clean rule.
  * Fix build with newer <sys/ptrace.h>.
  * Use <bsd/stdlib.h> instead of deprecated <bsd/random.h>.

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 24 Jan 2010 14:07:33 +0100

freebsd-utils (8.0-6) unstable; urgency=low

  * mount: assume that the mount helpers are located in /sbin instead of
    looking in $PATH, which may not contain /sbin when called from
    scripts.
  * Add kdump and ppctl binaries. Closes: bug#557247.
  * Move ktrace to /usr/bin.

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 24 Jan 2010 03:14:27 +0100

freebsd-utils (8.0-5) unstable; urgency=low

  * Add build-depends on libcam-dev for camcontrol.

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 17 Jan 2010 22:06:41 +0100

freebsd-utils (8.0-4) unstable; urgency=low

  * Add atacontrol and camcontrol binaries.

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 17 Jan 2010 18:31:25 +0100

freebsd-utils (8.0-3) unstable; urgency=low

  * Add acpiconf and devd binaries, patch by Werner Koch.
  * Add devfs binary.
  * Load /dev permissions through from /etc/devfs.d/* instead of
    setting them manually at boot time.

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 17 Jan 2010 16:58:42 +0100

freebsd-utils (8.0-2) unstable; urgency=low

  * freebsd-utils.init: fix quoting, and use a symbolic links instead
    of an hardlink (closes: #560125).
  * freebsd-utils: conflicts with module-init-tools (closes: #559344).

 -- Aurelien Jarno <aurel32@debian.org>  Mon, 14 Dec 2009 20:53:21 +0100

freebsd-utils (8.0-1) unstable; urgency=low

  [ Petr Salinger ]
  * Based on FreeBSD 8.0.
  * add netstat into freebsd-net-tools

  [ Aurelien Jarno ]
  * Update Italian Debconf translation from Luca Monducci (closes:
    bug#540515).
  * Add Vietnamese Debconf translation from Clytie Siddall (closes:
    bug#547923).

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 29 Nov 2009 10:19:43 +0100

freebsd-utils (7.2-9) unstable; urgency=low

  * debian/rules: adjust start priority of freebsd-utils.init and
    kldutils.init.
  * debian/freebsd-utils.init: avoid printing error messages during
    boot.
  * debian/rules: also fetch kenv in the get-orig-source.
  * Add a /bin/kenv binary in both freebsd-utils and freebsd-utils-udeb.
  * Add a debian/README.source file to make lintian happy.
  * Bumped Standards-Version to 3.8.3 (no changes).
  * Drop build-depends on libfreebsd-dev in favor of libc0.1-dev
    (>= 2.10.1). Update patches accordingly.

 -- Aurelien Jarno <aurel32@debian.org>  Sat, 24 Oct 2009 14:57:29 +0200

freebsd-utils (7.2-8) unstable; urgency=low

  * debian/kldutils.init: don't try to load built-in modules.
  * debian/*.init: adjust insserver header.
  * debian/rules: increase start priority of freebsd-utils.init and
    kldutils.init.

 -- Aurelien Jarno <aurel32@debian.org>  Fri, 21 Aug 2009 21:04:06 +0200

freebsd-utils (7.2-7) unstable; urgency=low

  * Default to us.iso.kbd instead of us.unix.kbd. Downgrade the priority
    of the debconf question back to high.

 -- Aurelien Jarno <aurel32@debian.org>  Mon, 10 Aug 2009 23:08:51 +0200

freebsd-utils (7.2-6) unstable; urgency=low

  * Update Japanese Debconf translation from Hideki Yamane (closes:
    bug#539599).
  * Add Italian Debconf translation from Luca Monducci (closes:
    bug#539599).
  * kbdcontrol: change the priority of debconf question to critical to
    make sure it appears in debian-installer. Default to us.unix.kbd.
  * kldutils: fix init script in case /etc/modules.d/ is empty.
  * Move "sysctl kern.module_path" from freebsd-utils.init to
    kldutils.init.

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 02 Aug 2009 12:17:35 +0200

freebsd-utils (7.2-5) unstable; urgency=low

  * Fix a bashism in /etc/init.d/kldutils.

 -- Aurelien Jarno <aurel32@debian.org>  Tue, 28 Jul 2009 16:13:49 +0200

freebsd-utils (7.2-4) unstable; urgency=low

  * patches/002_ifconfig.diff: force POSIX compliance to make sure the
    arguments passed to ifconfig are not reordered (closes: bug#424232).

 -- Aurelien Jarno <aurel32@debian.org>  Sat, 25 Jul 2009 13:06:27 +0200

freebsd-utils (7.2-3) unstable; urgency=low

  * Add freebsd-utils-udeb and kldutils-udeb packages.

 -- Aurelien Jarno <aurel32@debian.org>  Thu, 23 Jul 2009 19:52:09 +0200

freebsd-utils (7.2-2) unstable; urgency=low

  * Remove debconf template to select modules to load. Most modules are
    either built-in or autoloaded, and a lot of person are disappointed
    by the fact their network card is not listed. Keep loading modules
    listed in /etc/modules at boot time.
  * Drop depends on kfreebsd-image in kldutils to make debootstrap
    working.
  * Bumped Standards-Version to 3.8.2 (no changes).

 -- Aurelien Jarno <aurel32@debian.org>  Wed, 22 Jul 2009 15:50:55 +0200

freebsd-utils (7.2-1) unstable; urgency=low

  [ Petr Salinger ]
  * Based on FreeBSD 7.2.
  * add Vcs-* fields into debian/control.

  [ Christian Perrier ]
  * Debconf templates and debian/control reviewed by the debian-l10n-
    english team as part of the Smith review project. Closes: #526768
  * [Debconf translation updates]
    - Czech. Closes: #527361,#527578
    - Galician. Closes: #527915
    - Swedish. Closes: #528574
    - Portuguese. Closes: #528702
    - German. Closes: #529758
    - French. Closes: #529792
    - Spanish. Closes: #529226
    - Russian. Closes: #529639
    - Basque. Closes: #529922
    - Finnish. Closes: #530276

  [ Aurelien Jarno ]
  * freebsd-utils.init: create /sys if it doesn't exists.
  * Use SVN server instead of the deprecated CVS server in get-orig-source.

 -- Aurelien Jarno <aurel32@debian.org>  Mon, 15 Jun 2009 22:57:19 +0200

freebsd-utils (7.1-5) unstable; urgency=low

  [ Guillem Jover ]
  * Use $(filter ...) instead of $(findstring ...) to extract space separated
    options from DEB_BUILD_OPTIONS in debian/rules.

  [ Aurelien Jarno ]
  * Fix installation of kldutils initscript.

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 19 Apr 2009 13:06:26 +0200

freebsd-utils (7.1-4) unstable; urgency=low

  * Rename module-init-tools to kldutils and net-tools to freebsd-net-tools,
    as this is messing up the expectations of several services of equially
    named binary coming from the same source package.

 -- Guillem Jover <guillem@debian.org>  Mon, 13 Apr 2009 17:29:58 +0200

freebsd-utils (7.1-3) unstable; urgency=low

  [ Aurelien Jarno ]
  * Upload to unstable.
  * Don't use a tar in tar build system:
    - Remove fetch.
    - Add a get-orig-source target.
    - Update patches accordingly.
  * Fix a few bashisms in debian/rules.
  * Fix parallel build support in debian/rules.
  * Bumped Standards-Version to 3.8.1 (no changes).
  * /etc/init.d/freebsd-utils: mount /dev/fd, /proc and /sys if needed.
  * Remove kfreebsd-common and kldutils packages.

  [ Guillem Jover ]
  * Rework debian/copyright with detailed license and copyright information.

 -- Aurelien Jarno <aurel32@debian.org>  Sat, 11 Apr 2009 10:08:21 +0200

freebsd-utils (7.1-2) unreleased; urgency=low

  [ Guillem Jover ]
  * Line wrap Build-Depends and Replaces fields.
  * Switch to debhelper compatibility level 7.

  [ Aurelien Jarno ]
  * debian/control: move freebsd-hackedutils to suggests as it now
    contains almost nothing.

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 05 Apr 2009 13:30:51 +0200

freebsd-utils (7.1-1) unreleased; urgency=low

  [ Petr Salinger ]
  * Based on FreeBSD 7.1.

 -- Aurelien Jarno <aurel32@debian.org>  Mon, 05 Jan 2009 10:58:46 +0100

freebsd-utils (7.0-3) unreleased; urgency=low

  [ Petr Salinger ]
  * glibc is fixed, drop workarounds, require fixed glibc.
  * Preparation for disks-encrypting.

  [ Aurelien Jarno ]
  * Depends on ufsutils to make sure it is installed on GNU/kFreeBSD
    systems.
  * Build-depends on freebsd-buildutils instead of freebsd6-buildutils.
  * debian/*.templates: rewrite short descriptions to comply with
    debian-policy.
  * debian/*.templates: use po-debconf.

 -- Aurelien Jarno <aurel32@debian.org>  Wed, 06 Aug 2008 18:29:00 +0200

freebsd-utils (7.0-2) unreleased; urgency=low

  [ Petr Salinger ]
  * Link against link_addr() and link_ntoa() from libfreebsd0,
    libbsd0 since 0.0-2 does not export them anymore.
  * Extend 015_pf.diff to be buildable also against libbsd 0.0-2.

 -- Aurelien Jarno <aurel32@debian.org>  Mon, 14 Jul 2008 20:29:05 +0200

freebsd-utils (7.0-1) unreleased; urgency=low

  [ Petr Salinger ]
  * Based on FreeBSD 7.0.
  * Apply sed fixes only once.

  [ Aurelien Jarno ]
  * Bumped Standards-Version to 3.8.0 (no changes).

 -- Aurelien Jarno <aurel32@debian.org>  Thu, 03 Jul 2008 14:58:14 +0200

freebsd-utils (6.3-1) unreleased; urgency=low

  [ Petr Salinger ]
  * Add build-dependency on quilt, and use quilt in debian/rules
  * Based on FreeBSD 6.3
  * Fixup in init.d scripts, suggested by Jerome Warnier
  * Adjust start level of kbdcontrol, suggested by Jerome Warnier
  * Do not use "exec -a", suggested by Thorsten Glaser

  [ Aurelien Jarno ]
  * Bumped Standards-Version to 3.7.3 (no changes).
  * Change section to utils.

 -- Aurelien Jarno <aurel32@debian.org>  Thu, 10 Jan 2008 20:50:03 +0100

freebsd-utils (6.2-3) unreleased; urgency=low

  [ Petr Salinger ]
  * Do not install pf related manpages for section 4
    they are already in freebsd-manpages.

 -- Aurelien Jarno <aurel32@debian.org>  Sat, 24 Mar 2007 20:48:28 +0100

freebsd-utils (6.2-2) unreleased; urgency=low

  [ Petr Salinger ]
  * Include pfctl and authpf in net-tools binary package.

 -- Aurelien Jarno <aurel32@debian.org>  Mon,  5 Feb 2007 21:46:02 +0100

freebsd-utils (6.2-1) unreleased; urgency=low

  [ Aurelien Jarno ]
  * Remove /etc/init.d/kldutils and /etc/init.d/kfreebsd-common before
    removing the symlinks.
  * Add /sbin/mount_linsysfs.

  [ Petr Salinger ]
  * based on FreeBSD 6.2
  * build pfctl and authpf, but don't install them for now

 -- Aurelien Jarno <aurel32@debian.org>  Mon, 15 Jan 2007 13:43:29 +0100

freebsd-utils (6.1-7) unreleased; urgency=low

  * Conflicts with inetutils-tools (<= 2:1.4.3+20051212-4).
  * Bump the Replaces: freebsd-hackedutils to 6.1-1 (for kfreebsd-amd64).
  * Add postinst scripts to kfreebsd-common and kldutils to remove the old
    initscripts.

 -- Aurelien Jarno <aurel32@debian.org>  Tue, 19 Dec 2006 15:52:12 +0100

freebsd-utils (6.1-6) unreleased; urgency=low

  * Merge stuff from kfreebsd-common concerning modules into
    module-init-tools.
  * Merge init script from kfreebsd-common into freebsd-utils.
  * Create a transitional kfreebsd-common package.
  * Remove the dependency from freebsd-utils to net-tools. This
    is already handled by netbase through ifupdown.

 -- Aurelien Jarno <aurel32@debian.org>  Tue, 12 Dec 2006 23:32:50 +0100

freebsd-utils (6.1-5) unreleased; urgency=low

  [ Petr Salinger ]
  * Enable ifconfig, require fixed glibc.

 -- Aurelien Jarno <aurel32@debian.org>  Thu,  7 Dec 2006 22:49:45 +0100

freebsd-utils (6.1-4) unreleased; urgency=low

  [ Petr Salinger ]
  * Another attempt at net-tools
    - route needs fixed argument for getopt
    - ifconfig needs fixed glibc
  * Enable kldconfig

  [ Aurelien Jarno ]
  * Build, but don't install ifconfig until the glibc is fixed.

 -- Aurelien Jarno <aurel32@debian.org>  Tue, 14 Nov 2006 16:30:29 +0100

freebsd-utils (6.1-3) unreleased; urgency=low

  * Finally disable net-tools again, ifconfig and route build, seem
    to work, but they don't...
  * Bump the dependency on freebsd-hackedutils to (>= 5.2.1-31).
  * Remove the dependency on net-tools.

 -- Aurelien Jarno <aurel32@debian.org>  Thu,  9 Nov 2006 14:17:31 +0100

freebsd-utils (6.1-2) unreleased; urgency=low

  * Change priority of kldutils and module-init-tools to important.
  * module-init-tools: don't conflict (only replace), so that apt
    is able to resolve the dependency loop.
  * Add manpages.
  * Enable net-tools.

 -- Aurelien Jarno <aurel32@debian.org>  Tue,  7 Nov 2006 19:01:10 +0100

freebsd-utils (6.1-1) unreleased; urgency=low

  [ Petr Salinger ]
  * based on FreeBSD 6.1
  * again disable net-tools package (not yet ready to release)
  * let wrapper around mount ignore "-O no_netdev",
    used in recent /etc/init.d/mountall.sh

  [ Aurelien Jarno ]
  * Bumped Standards-Version to 3.7.2 (no changes).
  * Add start/stop options to /etc/init.d/module-init-tools
  * Add LSB section to /etc/init.d/module-init-tools
  * Add start/stop options to /etc/init.d/kbdcontrol
  * Add LSB section to /etc/init.d/kbdcontrol
  * Use debhelper code to call /etc/init.d/kbdcontrol
  * Drop/adjust dependencies on non-official version of the glibc.

 -- Aurelien Jarno <aurel32@debian.org>  Sat,  4 Nov 2006 16:24:54 +0100

freebsd-utils (6.0-2.really.5.4-0.7) UNRELEASED; urgency=low

  [ Petr Salinger ]
  * Use versioned Conflicts, it allows to install both module-init-tools
    and dummy kldutils.

  [ Robert Millan ]
  * Enable net-tools package (thanks Andraz for the patches).
  * Enable a few mount_* backends (thanks again to Andraz).
  * control (freebsd-utils): Depend on net-tools rather than on freebsd-
    hackedutils.  Some dependency still has to be present untill
    everyone has migrated (let's give them enough time).

 -- Robert Millan <rmh@aybabtu.com>  Thu,  4 May 2006 21:47:44 +0200

freebsd-utils (6.0-2.really.5.4-0.6) unreleased; urgency=low

  * Add dummy kldutils package to facilitate upgrade (since, in some
    installs, kldutils is _still_ an Essential package).

 -- Robert Millan <rmh@aybabtu.com>  Fri, 28 Apr 2006 15:43:39 +0200

freebsd-utils (6.0-2.really.5.4-0.5) unreleased; urgency=low

  * scripts/bin/sysctl: s,sysctl.real,/lib/freebsd/sysctl,g
  * Rename kldutils to module-init-tools, and provide alias commands
    (symlinks) for insmod, rmmod, modprobe and lsmod.

 -- Robert Millan <rmh@aybabtu.com>  Wed, 26 Apr 2006 18:41:12 +0200

freebsd-utils (6.0-2.really.5.4-0.4) unreleased; urgency=low

  * debian/kbdcontrol.install: Fix install path.

 -- Robert Millan <rmh@aybabtu.com>  Sun,  2 Apr 2006 10:42:57 +0200

freebsd-utils (6.0-2.really.5.4-0.3) unreleased; urgency=low

  * Embed kbdcontrol choices string in templates file rather than
    obtaining it dynamicaly in config script.
  * s/kldutils/kbdcontrol/g fix in kbdcontrol.templates.in.

 -- Robert Millan <rmh@aybabtu.com>  Sat,  1 Apr 2006 14:53:27 +0200

freebsd-utils (6.0-2.really.5.4-0.2) unreleased; urgency=low

  * Automatic, (sort of) user-friendly setup for kbdcontrol.

 -- Robert Millan <rmh@aybabtu.com>  Thu, 30 Mar 2006 17:58:12 +0200

freebsd-utils (6.0-2.really.5.4-0.1) unreleased; urgency=low

  * Bump version to this ugly mess in order to provide an upgrade path on
    kfreebsd-amd64.  Hopefuly we'll get back to normal versioning when 5.x is
    no longer supported.
  * Use freebsd/stdlib.h instead of bsd/stdlib.h, because we need devname
    declaration.
  * Increase swapctl blocksize to 1024 * 1024 (1 MiB).
  * For dmesg, swapon and swapoff, implement the dummy compat options in the
    actual executable, and get rid of the wrapper scripts.  In swapon, accept -e
    as well.

 -- Robert Millan <rmh@aybabtu.com>  Thu, 30 Mar 2006 16:25:48 +0200

freebsd-utils (5.4+2-0.1) unreleased; urgency=low

  * Add netstat, ktrace/kdump, kbdcontrol, jail, ppp*, fdisk, mdconfig,
    ccdconfig, bsdlabel, ipfw and pfctl (out of which only mdconfig and
    kbdcontrol are enabled).
  * Fix swapctl (by using libfreebsd functions).
  * control (freebsd-utils): Remove dependency on kldutils and ufsutils.
  * Fix absolute path assumption in kldutils.init.d.

 -- Robert Millan <rmh@aybabtu.com>  Wed, 29 Mar 2006 15:20:44 +0200

freebsd-utils (5.4+1-0.1) unreleased; urgency=low

  * Add kldutils and (disabled) net-tools.
  * Stop linking with libedit-dev (vis/unvis functions are in libbsd now).
  * Add ${shlibs:Depends} tag to freebsd-utils.
  * Remove syscall() hacks (will use proper glibc now).
  * Add all mount_* variants to the package (not all of them are enabled,
    though, because of FTBFS).
  * Bump mount itself (not relatives) to 6.x (needed by mount_reiserfs).

 -- Robert Millan <rmh@aybabtu.com>  Sun, 19 Mar 2006 21:12:22 +0100

freebsd-utils (5.4-0.1) unreleased; urgency=low

  * Initial release.

 -- Robert Millan <rmh@aybabtu.com>  Sat, 18 Mar 2006 12:08:57 +0100
