2013-06-01 17:43:47 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.7 2013/06/01 15:43:47 stacktic Exp $
|
Initial import of fs-utils-20080925 (ok by wiz).
Tools to access and modify a file system image without having to
mount it.
Classic commands included (prefixed with fsu_):
* cat, diff, du, find, ls
* chflags, chmod, chown, mv, rm, rmdir
* cp, ln, mkdir, mkfifo, mknod, touch
New commands:
* fsu_ecp (cp-like which allows the user to get/put files from/to the image)
* fsu_exec (executes a local command like text editor on a file from the image)
* fsu_write (writes its input in a file on the image)
* fsu_console (a command console tool that uses previous commands and adds
directory browsing)
This package is enabled only for NetBSD 4.99.72 and newer.
2008-09-29 17:11:35 +02:00
|
|
|
bin/fsu_cat
|
|
|
|
bin/fsu_chflags
|
|
|
|
bin/fsu_chmod
|
|
|
|
bin/fsu_chown
|
|
|
|
bin/fsu_cp
|
2013-05-26 19:25:30 +02:00
|
|
|
bin/fsu_df
|
Initial import of fs-utils-20080925 (ok by wiz).
Tools to access and modify a file system image without having to
mount it.
Classic commands included (prefixed with fsu_):
* cat, diff, du, find, ls
* chflags, chmod, chown, mv, rm, rmdir
* cp, ln, mkdir, mkfifo, mknod, touch
New commands:
* fsu_ecp (cp-like which allows the user to get/put files from/to the image)
* fsu_exec (executes a local command like text editor on a file from the image)
* fsu_write (writes its input in a file on the image)
* fsu_console (a command console tool that uses previous commands and adds
directory browsing)
This package is enabled only for NetBSD 4.99.72 and newer.
2008-09-29 17:11:35 +02:00
|
|
|
bin/fsu_diff
|
|
|
|
bin/fsu_du
|
|
|
|
bin/fsu_ecp
|
2013-05-01 19:16:05 +02:00
|
|
|
bin/fsu_emv
|
Initial import of fs-utils-20080925 (ok by wiz).
Tools to access and modify a file system image without having to
mount it.
Classic commands included (prefixed with fsu_):
* cat, diff, du, find, ls
* chflags, chmod, chown, mv, rm, rmdir
* cp, ln, mkdir, mkfifo, mknod, touch
New commands:
* fsu_ecp (cp-like which allows the user to get/put files from/to the image)
* fsu_exec (executes a local command like text editor on a file from the image)
* fsu_write (writes its input in a file on the image)
* fsu_console (a command console tool that uses previous commands and adds
directory browsing)
This package is enabled only for NetBSD 4.99.72 and newer.
2008-09-29 17:11:35 +02:00
|
|
|
bin/fsu_exec
|
|
|
|
bin/fsu_find
|
2009-02-17 19:35:15 +01:00
|
|
|
bin/fsu_get
|
Initial import of fs-utils-20080925 (ok by wiz).
Tools to access and modify a file system image without having to
mount it.
Classic commands included (prefixed with fsu_):
* cat, diff, du, find, ls
* chflags, chmod, chown, mv, rm, rmdir
* cp, ln, mkdir, mkfifo, mknod, touch
New commands:
* fsu_ecp (cp-like which allows the user to get/put files from/to the image)
* fsu_exec (executes a local command like text editor on a file from the image)
* fsu_write (writes its input in a file on the image)
* fsu_console (a command console tool that uses previous commands and adds
directory browsing)
This package is enabled only for NetBSD 4.99.72 and newer.
2008-09-29 17:11:35 +02:00
|
|
|
bin/fsu_ln
|
|
|
|
bin/fsu_ls
|
|
|
|
bin/fsu_mkdir
|
|
|
|
bin/fsu_mkfifo
|
|
|
|
bin/fsu_mknod
|
|
|
|
bin/fsu_mv
|
2009-02-17 19:35:15 +01:00
|
|
|
bin/fsu_put
|
Initial import of fs-utils-20080925 (ok by wiz).
Tools to access and modify a file system image without having to
mount it.
Classic commands included (prefixed with fsu_):
* cat, diff, du, find, ls
* chflags, chmod, chown, mv, rm, rmdir
* cp, ln, mkdir, mkfifo, mknod, touch
New commands:
* fsu_ecp (cp-like which allows the user to get/put files from/to the image)
* fsu_exec (executes a local command like text editor on a file from the image)
* fsu_write (writes its input in a file on the image)
* fsu_console (a command console tool that uses previous commands and adds
directory browsing)
This package is enabled only for NetBSD 4.99.72 and newer.
2008-09-29 17:11:35 +02:00
|
|
|
bin/fsu_rm
|
|
|
|
bin/fsu_rmdir
|
2013-05-01 19:16:05 +02:00
|
|
|
bin/fsu_stat
|
Initial import of fs-utils-20080925 (ok by wiz).
Tools to access and modify a file system image without having to
mount it.
Classic commands included (prefixed with fsu_):
* cat, diff, du, find, ls
* chflags, chmod, chown, mv, rm, rmdir
* cp, ln, mkdir, mkfifo, mknod, touch
New commands:
* fsu_ecp (cp-like which allows the user to get/put files from/to the image)
* fsu_exec (executes a local command like text editor on a file from the image)
* fsu_write (writes its input in a file on the image)
* fsu_console (a command console tool that uses previous commands and adds
directory browsing)
This package is enabled only for NetBSD 4.99.72 and newer.
2008-09-29 17:11:35 +02:00
|
|
|
bin/fsu_touch
|
|
|
|
bin/fsu_write
|
2013-05-01 19:16:05 +02:00
|
|
|
lib/libfsu.la
|
Initial import of fs-utils-20080925 (ok by wiz).
Tools to access and modify a file system image without having to
mount it.
Classic commands included (prefixed with fsu_):
* cat, diff, du, find, ls
* chflags, chmod, chown, mv, rm, rmdir
* cp, ln, mkdir, mkfifo, mknod, touch
New commands:
* fsu_ecp (cp-like which allows the user to get/put files from/to the image)
* fsu_exec (executes a local command like text editor on a file from the image)
* fsu_write (writes its input in a file on the image)
* fsu_console (a command console tool that uses previous commands and adds
directory browsing)
This package is enabled only for NetBSD 4.99.72 and newer.
2008-09-29 17:11:35 +02:00
|
|
|
man/man1/fsu_cat.1
|
|
|
|
man/man1/fsu_chflags.1
|
2013-05-01 19:16:05 +02:00
|
|
|
man/man1/fsu_chgrp.1
|
Initial import of fs-utils-20080925 (ok by wiz).
Tools to access and modify a file system image without having to
mount it.
Classic commands included (prefixed with fsu_):
* cat, diff, du, find, ls
* chflags, chmod, chown, mv, rm, rmdir
* cp, ln, mkdir, mkfifo, mknod, touch
New commands:
* fsu_ecp (cp-like which allows the user to get/put files from/to the image)
* fsu_exec (executes a local command like text editor on a file from the image)
* fsu_write (writes its input in a file on the image)
* fsu_console (a command console tool that uses previous commands and adds
directory browsing)
This package is enabled only for NetBSD 4.99.72 and newer.
2008-09-29 17:11:35 +02:00
|
|
|
man/man1/fsu_chmod.1
|
|
|
|
man/man1/fsu_chown.1
|
|
|
|
man/man1/fsu_cp.1
|
|
|
|
man/man1/fsu_du.1
|
|
|
|
man/man1/fsu_ln.1
|
|
|
|
man/man1/fsu_ls.1
|
|
|
|
man/man1/fsu_mkdir.1
|
|
|
|
man/man1/fsu_mkfifo.1
|
|
|
|
man/man1/fsu_mknod.1
|
|
|
|
man/man1/fsu_mv.1
|
|
|
|
man/man1/fsu_rm.1
|
|
|
|
man/man1/fsu_rmdir.1
|
|
|
|
man/man1/fsu_touch.1
|
2009-06-05 09:14:18 +02:00
|
|
|
man/man3/fsu_fclose.3
|
|
|
|
man/man3/fsu_ferror.3
|
|
|
|
man/man3/fsu_fflush.3
|
|
|
|
man/man3/fsu_fgetc.3
|
|
|
|
man/man3/fsu_fopen.3
|
|
|
|
man/man3/fsu_fputc.3
|
|
|
|
man/man3/fsu_fread.3
|
|
|
|
man/man3/fsu_fseek.3
|
|
|
|
man/man3/fsu_fts.3
|
|
|
|
man/man3/fsu_mount.3
|
|
|
|
man/man3/fsu_utils.3
|