pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/e2fsprogs e2fsprogs: add e2scrub to PLIST.Linux



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62f104ebd1b9
branches:  trunk
changeset: 457554:62f104ebd1b9
user:      mcf <mcf%pkgsrc.org@localhost>
date:      Sun Aug 29 04:35:41 2021 +0000

description:
e2fsprogs: add e2scrub to PLIST.Linux

These bash scripts are installed unconditionally on Linux, but not
on any other operating systems.

diffstat:

 sysutils/e2fsprogs/Makefile    |  8 +++++++-
 sysutils/e2fsprogs/PLIST.Linux |  7 ++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r a39b3c2428ca -r 62f104ebd1b9 sysutils/e2fsprogs/Makefile
--- a/sysutils/e2fsprogs/Makefile       Sun Aug 29 01:53:06 2021 +0000
+++ b/sysutils/e2fsprogs/Makefile       Sun Aug 29 04:35:41 2021 +0000
@@ -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 '/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 -r a39b3c2428ca -r 62f104ebd1b9 sysutils/e2fsprogs/PLIST.Linux
--- a/sysutils/e2fsprogs/PLIST.Linux    Sun Aug 29 01:53:06 2021 +0000
+++ b/sysutils/e2fsprogs/PLIST.Linux    Sun Aug 29 04:35:41 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index