f57139
f57139
f57139
  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
f57139
f57139
f57139
]>
f57139
f57139
<refentry id="setup-nsssysinit">
f57139
f57139
  <refentryinfo>
f57139
    <date>&dat;;</date>
f57139
    <title>Network Security Services</title>
f57139
    <productname>nss</productname>
f57139
    <productnumber>&version;</productnumber>
f57139
  </refentryinfo>
f57139
f57139
  <refmeta>
f57139
    <refentrytitle>setup-nsssysinit</refentrytitle>
f57139
    <manvolnum>1</manvolnum>
f57139
  </refmeta>
f57139
f57139
  <refnamediv>
f57139
    <refname>setup-nsssysinit</refname>
f57139
    <refpurpose>Query or enable the nss-sysinit module</refpurpose>
f57139
  </refnamediv>
f57139
f57139
  <refsynopsisdiv>
f57139
    <cmdsynopsis>
f57139
      <command>setup-nsssysinit</command>
f57139
      <arg><option>on</option></arg>
f57139
      <arg><option>off</option></arg>
f57139
      <arg><option>status</option></arg>
f57139
    </cmdsynopsis>
f57139
  </refsynopsisdiv>
f57139
f57139
<refsection id="description">
f57139
    <title>Description</title>
f57139
    <para><command>setup-nsssysinit</command> is a shell script to query the status of the nss-sysinit module and when run with root priviledge it can enable or disable it. </para>
f57139
  <para>Turns on or off the nss-sysinit module db by editing the global PKCS #11 configuration file. Displays the status. This script can be invoked by the user as super user. It is invoked at nss-sysinit post install time with argument on.
f57139
  </para>
f57139
  </refsection>
f57139
  
f57139
  <refsection>
f57139
    <title>Options</title>
f57139
    
f57139
    <variablelist>
f57139
      <varlistentry>
f57139
        <term><option>on</option></term>
f57139
        <listitem><simpara>Turn on nss-sysinit.</simpara></listitem>
f57139
      </varlistentry>
f57139
f57139
      <varlistentry>
f57139
        <term><option>off</option></term>
f57139
        <listitem><simpara>Turn on nss-sysinit.</simpara></listitem>
f57139
      </varlistentry>
f57139
f57139
      <varlistentry>
f57139
        <term><option>status</option> <replaceable>count</replaceable></term>
f57139
        <listitem><simpara>returns whether nss-syinit is enabled or not.</simpara></listitem>
f57139
      </varlistentry>
f57139
f57139
    </variablelist>
f57139
  </refsection>
f57139
f57139
  <refsection>
f57139
    <title>Examples</title>
f57139
f57139
    <para>The following example will query for the status of nss-sysinit:
f57139
      <programlisting>
f57139
        /usr/bin/setup-nsssysinit --status
f57139
      </programlisting>
f57139
    </para>
f57139
f57139
    <para>The following example, when run as superuser, will turn on nss-sysinit:
f57139
      <programlisting>
f57139
        /usr/bin/setup-nsssysinit --on
f57139
      </programlisting>
f57139
    </para>
f57139
f57139
  </refsection>
f57139
f57139
  <refsection>
f57139
    <title>Files</title>
f57139
    <para><filename>/usr/sbin/setup-nsssysinit</filename></para>
f57139
  </refsection>
f57139
f57139
  <refsection>
f57139
    <title>See also</title>
f57139
    <para>pkg-config(1)</para>
f57139
  </refsection>
f57139
f57139
  <refsection id="authors">
f57139
    <title>Authors</title>
f57139
    <para>The nss libraries were written and maintained by developers with Netscape, Red Hat,  Sun, Oracle, Mozilla, and Google.</para>
f57139
    <para>Authors: Elio Maldonado <emaldona@redhat.com>.</para>
f57139
  </refsection>
f57139
f57139
f57139
  <refsection id="license">
f57139
    <title>LICENSE</title>
f57139
    <para>Licensed under the Mozilla Public License, v. 2.0.  If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
f57139
    </para>
f57139
  </refsection>
f57139
f57139
</refentry>
f57139