Hi,
Release early, release often. So here a new release for sysclean.
The version 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
And with this version, sysclean is now pledged:
- starts with "rpath proc exec" due to locate(1) usage for get list of
expected files in base
- switch to "rpath" after
The /usr/src/ports diff includes the changes proposed by espie@ for
DESCR (no need to mentions it is a perl(1) script).
Comments ?
--
Sebastien Marie
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/sysclean/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 18 Apr 2016 08:34:23 -0000 1.4
+++ Makefile 19 Apr 2016 07:04:21 -0000
@@ -2,7 +2,7 @@
COMMENT = help removing obsolete files between OpenBSD upgrades
-V = 1.3
+V = 1.4
DISTNAME = sysclean-${V}
CATEGORIES = sysutils
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/sysclean/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 18 Apr 2016 08:34:23 -0000 1.4
+++ distinfo 19 Apr 2016 07:04:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (sysclean-1.3.tar.gz) = WnhZYMii1G9bBz91E7++ag/eYzGJDizp/z0VwKEpwTk=
-SIZE (sysclean-1.3.tar.gz) = 4352
+SHA256 (sysclean-1.4.tar.gz) = B4JBu/3dlTc7MxeUl/yjVeZu9OL4Uf/AEDN/TtaZGHQ=
+SIZE (sysclean-1.4.tar.gz) = 4504
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/sysutils/sysclean/pkg/DESCR,v
retrieving revision 1.3
diff -u -p -r1.3 DESCR
--- pkg/DESCR 18 Apr 2016 08:34:23 -0000 1.3
+++ pkg/DESCR 19 Apr 2016 07:04:21 -0000
@@ -1,5 +1,4 @@
-sysclean is a perl(1) script designed to help removing obsolete files between
-upgrades.
+sysclean is a script designed to help removing obsolete files between upgrades.
sysclean works by comparing a reference root directory against currently
installed files. It considers standard system files, configuration files