pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/e2fsprogs



Module Name:    pkgsrc
Committed By:   mcf
Date:           Sun Aug 29 04:35:41 UTC 2021

Modified Files:
        pkgsrc/sysutils/e2fsprogs: Makefile PLIST.Linux

Log Message:
e2fsprogs: add e2scrub to PLIST.Linux

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


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/e2fsprogs/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/e2fsprogs/PLIST.Linux

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/e2fsprogs/Makefile
diff -u pkgsrc/sysutils/e2fsprogs/Makefile:1.32 pkgsrc/sysutils/e2fsprogs/Makefile:1.33
--- pkgsrc/sysutils/e2fsprogs/Makefile:1.32     Sat Aug 28 18:37:34 2021
+++ pkgsrc/sysutils/e2fsprogs/Makefile  Sun Aug 29 04:35:41 2021
@@ -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
 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"

Index: pkgsrc/sysutils/e2fsprogs/PLIST.Linux
diff -u pkgsrc/sysutils/e2fsprogs/PLIST.Linux:1.5 pkgsrc/sysutils/e2fsprogs/PLIST.Linux:1.6
--- pkgsrc/sysutils/e2fsprogs/PLIST.Linux:1.5   Wed Apr 11 08:11:57 2018
+++ pkgsrc/sysutils/e2fsprogs/PLIST.Linux       Sun Aug 29 04:35:41 2021
@@ -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