src/cmd/fsexam/data/fsexam.schemas.in
author yz157939@agc105
Fri, 25 Apr 2008 17:13:57 +0800
changeset 149 0014c9b031e9
permissions -rw-r--r--
add fsexam 0.8.1

<gconfschemafile>
<!--
CDDL HEADER START

The contents of this file are subject to the terms of the
Common Development and Distribution License (the "License").  
You may not use this file except in compliance with the License.

You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions
and limitations under the License.

When distributing Covered Code, include this CDDL HEADER in each
file and include the License file at src/OPENSOLARIS.LICENSE.
If applicable, add the following below this CDDL HEADER, with the
fields enclosed by brackets "[]" replaced with your own identifying
information: Portions Copyright [yyyy] [name of copyright owner]

CDDL HEADER END


Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms. 

-->
  <schemalist>
    <schema>
      <key>/schemas/apps/fsexam/auto_detect</key>
      <applyto>/apps/fsexam/auto_detect</applyto>
      <owner>fsexam</owner>
      <type>bool</type>
      <default>0</default>
      <locale name="C">
		<short>Encoding auto detection</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/fsexam/recur_mode</key>
      <applyto>/apps/fsexam/recur_mode</applyto>
      <owner>fsexam</owner>
      <type>bool</type>
      <default>0</default>
      <locale name="C">
		<short>recursive mode</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/fsexam/auto_mode</key>
      <applyto>/apps/fsexam/auto_mode</applyto>
      <owner>fsexam</owner>
      <type>bool</type>
      <default>0</default>
      <locale name="C">
		<short>automatic mode</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/fsexam/hidden</key>
      <applyto>/apps/fsexam/hidden</applyto>
      <owner>fsexam</owner>
      <type>bool</type>
      <default>0</default>
      <locale name="C">
		<short>Hidden file handling</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/fsexam/remote</key>
      <applyto>/apps/fsexam/remote</applyto>
      <owner>fsexam</owner>
      <type>bool</type>
      <default>0</default>
      <locale name="C">
		<short>NFS file handling</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/fsexam/follow</key>
      <applyto>/apps/fsexam/follow</applyto>
      <owner>fsexam</owner>
      <type>bool</type>
      <default>0</default>
      <locale name="C">
		<short>Follow symbolic link</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/fsexam/no_check_symlink_content</key>
      <applyto>/apps/fsexam/no_check_symlink_content</applyto>
      <owner>fsexam</owner>
      <type>bool</type>
      <default>0</default>
      <locale name="C">
		<short>Keep symbolic link and its reference consistent</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/fsexam/uselog</key>
      <applyto>/apps/fsexam/uselog</applyto>
      <owner>fsexam</owner>
      <type>bool</type>
      <default>0</default>
      <locale name="C">
		<short>Write log or not</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/fsexam/logfile</key>
      <applyto>/apps/fsexam/logfile</applyto>
      <owner>fsexam</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
		<short>Log file name</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/fsexam/hist_len</key>
      <applyto>/apps/fsexam/hist_len</applyto>
      <owner>fsexam</owner>
      <type>int</type>
      <default>100</default>
      <locale name="C">
		<short>Hist length</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/fsexam/special</key>
      <applyto>/apps/fsexam/special</applyto>
      <owner>fsexam</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
		<short>Special file type module</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/fsexam/encoding</key>
      <applyto>/apps/fsexam/encoding</applyto>
      <owner>fsexam</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[ISO8859-1]</default>
      <locale name="C">
      	<default>[ISO8859-1]</default>
		<short>encoding list</short>
      </locale>
    </schema>

  </schemalist>
</gconfschemafile>