Module Name:    src
Committed By:   christos
Date:           Sun Jun 14 13:18:02 UTC 2009

Modified Files:
        src/etc: MAKEDEV.tmpl

Log Message:
absolute paths are not allowed here. from Anon Ymous


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 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.122 src/etc/MAKEDEV.tmpl:1.123
--- src/etc/MAKEDEV.tmpl:1.122	Sat May 23 18:29:14 2009
+++ src/etc/MAKEDEV.tmpl	Sun Jun 14 09:18:02 2009
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#	$NetBSD: MAKEDEV.tmpl,v 1.122 2009/05/23 22:29:14 ad Exp $
+#	$NetBSD: MAKEDEV.tmpl,v 1.123 2009/06/14 13:18:02 christos Exp $
 #
 # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1939,7 +1939,7 @@
 
 zfs)
 	mkdev zfs c %zfs_chr% 0 600
-	mkdir -m 755 /dev/zpool
+	mkdir -m 755 zpool
 	;;
 
 midevend)

Reply via email to