Module Name:    src
Committed By:   christos
Date:           Sun Jun 14 21:34:15 UTC 2009

Modified Files:
        src/etc: MAKEDEV.tmpl

Log Message:
makedir for real this time.


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 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.124 src/etc/MAKEDEV.tmpl:1.125
--- src/etc/MAKEDEV.tmpl:1.124	Sun Jun 14 16:01:04 2009
+++ src/etc/MAKEDEV.tmpl	Sun Jun 14 17:34:15 2009
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#	$NetBSD: MAKEDEV.tmpl,v 1.124 2009/06/14 20:01:04 christos Exp $
+#	$NetBSD: MAKEDEV.tmpl,v 1.125 2009/06/14 21:34:15 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 zpool 755
+	makedir zpool 755
 	;;
 
 midevend)

Reply via email to