Module Name: src
Committed By: mlelstv
Date: Wed Mar 27 06:55:09 UTC 2019
Modified Files:
src/etc: MAKEDEV.tmpl
Log Message:
Actually use unit number for iscsi device.
To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/etc/MAKEDEV.tmpl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/MAKEDEV.tmpl
diff -u src/etc/MAKEDEV.tmpl:1.200 src/etc/MAKEDEV.tmpl:1.201
--- src/etc/MAKEDEV.tmpl:1.200 Tue Mar 26 09:13:55 2019
+++ src/etc/MAKEDEV.tmpl Wed Mar 27 06:55:09 2019
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV.tmpl,v 1.200 2019/03/26 09:13:55 pgoyette Exp $
+# $NetBSD: MAKEDEV.tmpl,v 1.201 2019/03/27 06:55:09 mlelstv Exp $
#
# Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -2191,7 +2191,7 @@ zfs)
iscsi[0-9]*)
unit=${i#iscsi}
- mkdev iscsi${unit} c %iscsi_chr% 0 600
+ mkdev iscsi${unit} c %iscsi_chr% $unit 600
;;
vchiq)