Module Name:    othersrc
Committed By:   stacktic
Date:           Tue Apr 14 20:20:35 UTC 2009

Modified Files:
        othersrc/usr.sbin/makefs-rump: makefs-rump

Log Message:
Sync with fsu_ecp changes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/usr.sbin/makefs-rump/makefs-rump

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

Modified files:

Index: othersrc/usr.sbin/makefs-rump/makefs-rump
diff -u othersrc/usr.sbin/makefs-rump/makefs-rump:1.1 othersrc/usr.sbin/makefs-rump/makefs-rump:1.2
--- othersrc/usr.sbin/makefs-rump/makefs-rump:1.1	Tue Apr 14 17:37:26 2009
+++ othersrc/usr.sbin/makefs-rump/makefs-rump	Tue Apr 14 20:20:35 2009
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#	$NetBSD: makefs-rump,v 1.1 2009/04/14 17:37:26 pooka Exp $
+#	$NetBSD: makefs-rump,v 1.2 2009/04/14 20:20:35 stacktic Exp $
 #
 # Copyright (c) 2009 Antti Kantee.  All rights reserved.
 # Development of this software was supported by The Nokia Foundation.
@@ -143,4 +143,4 @@
 create_${fstype}
 
 # The rest is up to the fs-independent fsu_put
-fsu_put -t ${fstype} ${image} -RP ${dir}/* /
+fsu_put -t ${fstype} ${image} -R ${dir}/* /

Reply via email to