Module Name: src Committed By: mlelstv Date: Fri Feb 3 15:59:04 UTC 2023
Modified Files: src/etc/iscsi: Makefile Log Message: missed commit for iscsid_volumes To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/etc/iscsi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/iscsi/Makefile diff -u src/etc/iscsi/Makefile:1.4 src/etc/iscsi/Makefile:1.5 --- src/etc/iscsi/Makefile:1.4 Tue Aug 30 13:40:37 2022 +++ src/etc/iscsi/Makefile Fri Feb 3 15:59:04 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2022/08/30 13:40:37 riastradh Exp $ +# $NetBSD: Makefile,v 1.5 2023/02/03 15:59:04 mlelstv Exp $ .include <bsd.own.mk> .if ${MKISCSI} != "no" -CONFIGFILES= auths targets +CONFIGFILES= auths targets volumes FILESDIR= /etc/iscsi FILESMODE_auths= 0600 FILESMODE_targets= 0644