pkgsrc-WIP-changes archive

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

devpub-mount: Add note about install devpubd hook



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Jul 1 09:58:55 2023 -0500
Changeset:	c569b8e2bf3612ca3eae3b2b136077b9b2531fc4

Modified Files:
	devpub-mount/Makefile

Log Message:
devpub-mount: Add note about install devpubd hook

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c569b8e2bf3612ca3eae3b2b136077b9b2531fc4

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

diffstat:
 devpub-mount/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/devpub-mount/Makefile b/devpub-mount/Makefile
index dda59ac6f6..973ac5a225 100644
--- a/devpub-mount/Makefile
+++ b/devpub-mount/Makefile
@@ -19,6 +19,7 @@ CONF_FILES=	${EGDIR}/devpub-mount.conf.sample ${PREFIX}/etc/devpub-mount.conf
 
 INSTALLATION_DIRS=	sbin share/examples/devpub-mount share/devpub-mount ${PKGMANDIR}/man8
 
+# FIXME: Install /libexec/devpubd-hooks/03-devpub-mount?
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/devpub-mount ${DESTDIR}${PREFIX}/sbin
 	${INSTALL_DATA} ${WRKSRC}/devpub-mount.conf \


Home | Main Index | Thread Index | Old Index