Module Name: othersrc
Committed By: stacktic
Date: Mon Mar 23 21:09:45 UTC 2009
Added Files:
othersrc/bin/fsu_console: fsurc_example
othersrc/usr.sbin: Makefile
Log Message:
Imported fs-utils binaries
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 othersrc/bin/fsu_console/fsurc_example
cvs rdiff -u -r0 -r1.1 othersrc/usr.sbin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: othersrc/bin/fsu_console/fsurc_example
diff -u /dev/null othersrc/bin/fsu_console/fsurc_example:1.1
--- /dev/null Mon Mar 23 21:09:45 2009
+++ othersrc/bin/fsu_console/fsurc_example Mon Mar 23 21:09:44 2009
@@ -0,0 +1,3 @@
+# $NetBSD: fsurc_example,v 1.1 2009/03/23 21:09:44 stacktic Exp $
+#alias_name:path_to_the_image:vfstype:mount_options
+img:~/ffs_image.img:ffs:-o ro
Index: othersrc/usr.sbin/Makefile
diff -u /dev/null othersrc/usr.sbin/Makefile:1.1
--- /dev/null Mon Mar 23 21:09:45 2009
+++ othersrc/usr.sbin/Makefile Mon Mar 23 21:09:45 2009
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 2009/03/23 21:09:45 stacktic Exp $
+#
+
+SUBDIR+= fsu_chown
+
+.include <bsd.subdir.mk>