Skip to content

Releases: semarie/sysclean

2.2

29 Mar 17:56
Compare
Choose a tag to compare
2.2
  • documentation fix

2.1

29 Mar 09:11
Compare
Choose a tag to compare
2.1
  • documentation update

2.0

28 Feb 08:51
Compare
Choose a tag to compare
2.0
  • add /etc/installurl and remove /etc/pkg.conf from default ignore list. /etc/pkg.conf isn't created by installer anymore.

1.9

30 Jul 16:09
Compare
Choose a tag to compare
1.9
  • add /ofwboot which is found on sparc64 machines

1.8

04 Jun 12:54
Compare
Choose a tag to compare
1.8

News

  • add a new mode (used by default): safe mode. it excludes any dynamic libraries and all files under /etc directory. it is a more safe default.

Bug

  • small documentation bug in usage

1.7

30 Apr 12:51
Compare
Choose a tag to compare
1.7

News

  • extents sysclean.ignore syntax to allow the use of @include "filename" (and supports syntax of changelist(5)).

Bugs

  • reports all packages using one outdated library (and not just one)
  • remove trailing space when removing comment in sysclean.ignore

1.6

30 Apr 04:42
Compare
Choose a tag to compare
1.6
  • doesn't display anymore in file mode libraries from base with better version than expected one (could indicate a de-sync between libraries inside sets and sets list). A warning is issued for them. There are still included in all files mode.
  • simplify arguments and modes: sysclean -f | -a | -p [-i]
    • -f : file mode (default mode)
    • -a : all files mode
    • -p : package mode

1.5

21 Apr 09:00
Compare
Choose a tag to compare
1.5
  • Correct perl error which occurs on empty line (or only comment) in sysclean.ignore
  • Reintroduces shell pattern in sysclean.ignore
  • Manages files in /usr/local/lib/X11/app-defaults/ (is a symlink to /etc/X11/app-defaults/)

1.4

19 Apr 06:59
Compare
Choose a tag to compare
1.4

Corrects several problems or regressions from 1.1:

  • ignore @extra entries from ports as well
  • considers /etc/hostname.* as expected files, as they came with default install
  • strip comments in sysclean.ignore

sysclean is now pledged.

1.3

18 Apr 07:21
Compare
Choose a tag to compare
1.3

Major rewrite of sysclean using perl(1):

  • more accurate control of path walkthough (doesn't explore unknown directories)
  • no more manual parsing of PKG_DB files
  • manage more accurately @sample directories

Incompatible changes:

  • the format of sysclean.ignore has slighlty changed: patterns aren't possible now, but just plain filenames (example file updated).
  • network configuration files (/etc/hostname.*) aren't automatically ignored. You should add them to sysclean.ignore

Note: this release is same as 1.2, with just example file updated to reflect new syntax.