Solstice DiskSuite 4.2.1 ユーザーズガイド

例 - metatool-toolsmenu ファイル

次に metatool-toolsmenu ファイルの例を示します。このファイルには、DiskSuite ツールからファイルシステムマネージャとディスクマネージャを起動できるようにするための 2 つのエントリがあります。


#
# metatool `Tools' menu registry file...
#
# Entries are of the form:
#
# :0:<name>:<command>:
#
# 0 is a format specifier.  `0' is the only valid specifier for metatool.
#
# <name> becomes a menu item1.5 in the Metadevice Editor and
# DiskView Tools menu
# <command> is passed to system() when item is chosen from the menu.
#
# ':' is a field delimiter, one of: `+' `|' `:' `^'
#
# sample entries:
	+0+File System Manager...+/opt/SUNWadm/2.2/bin/stomgr -F+
	:0:Disk Manager...:/opt/SUNWadm/2.2/bin/stomgr -D:
#
#