summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcf <mcf@pkgsrc.org>2021-08-29 04:35:41 +0000
committermcf <mcf@pkgsrc.org>2021-08-29 04:35:41 +0000
commitd630a8e9a534ec62c57755cac7d19d1c36e87937 (patch)
tree38974c2c356e2798b0c9a46bea6640cd812d56c9
parent794281b7f790727ce6c9bb014d78fd3b70df5f06 (diff)
downloadpkgsrc-d630a8e9a534ec62c57755cac7d19d1c36e87937.tar.gz
e2fsprogs: add e2scrub to PLIST.Linux
These bash scripts are installed unconditionally on Linux, but not on any other operating systems.
-rw-r--r--sysutils/e2fsprogs/Makefile8
-rw-r--r--sysutils/e2fsprogs/PLIST.Linux7
2 files changed, 13 insertions, 2 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index 5a62bdf804c..fd68754e2db 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2021/08/28 18:37:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.33 2021/08/29 04:35:41 mcf Exp $
DISTNAME= e2fsprogs-1.46.4
CATEGORIES= sysutils
@@ -75,6 +75,12 @@ SUBST_SED.man+= -e '/mke2fs.conf/s,/etc,@root_sysconfdir@,'
SUBST_SED.man+= -e '/e2fsck.conf/s,/etc,@root_sysconfdir@,'
SUBST_SED.man+= -e '/blkid.tab/s,/etc,@root_sysconfdir@,'
+.if ${OPSYS} == "Linux"
+USE_TOOLS+= bash:run
+REPLACE_BASH+= scrub/e2scrub.in
+REPLACE_BASH+= scrub/e2scrub_all.in
+.endif
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libblkid/buildlink3.mk"
.include "../../devel/libuuid/buildlink3.mk"
diff --git a/sysutils/e2fsprogs/PLIST.Linux b/sysutils/e2fsprogs/PLIST.Linux
index a3c04672506..1fb25ad6979 100644
--- a/sysutils/e2fsprogs/PLIST.Linux
+++ b/sysutils/e2fsprogs/PLIST.Linux
@@ -1,5 +1,10 @@
-@comment $NetBSD: PLIST.Linux,v 1.5 2018/04/11 08:11:57 maya Exp $
+@comment $NetBSD: PLIST.Linux,v 1.6 2021/08/29 04:35:41 mcf Exp $
+man/man8/e2scrub.8
+man/man8/e2scrub_all.8
man/man8/e4crypt.8
man/man8/e4defrag.8
+sbin/e2scrub
+sbin/e2scrub_all
sbin/e4crypt
sbin/e4defrag
+share/examples/ext2fs/e2scrub.conf