83c154
83c154
83c154
  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
83c154
83c154
83c154
]>
83c154
83c154
<refentry id="setup-nsssysinit">
83c154
83c154
  <refentryinfo>
83c154
    <date>&dat;;</date>
83c154
    <title>Network Security Services</title>
83c154
    <productname>nss</productname>
83c154
    <productnumber>&version;</productnumber>
83c154
  </refentryinfo>
83c154
83c154
  <refmeta>
83c154
    <refentrytitle>setup-nsssysinit</refentrytitle>
83c154
    <manvolnum>1</manvolnum>
83c154
  </refmeta>
83c154
83c154
  <refnamediv>
83c154
    <refname>setup-nsssysinit</refname>
83c154
    <refpurpose>Query or enable the nss-sysinit module</refpurpose>
83c154
  </refnamediv>
83c154
83c154
  <refsynopsisdiv>
83c154
    <cmdsynopsis>
83c154
      <command>setup-nsssysinit</command>
83c154
      <arg><option>on</option></arg>
83c154
      <arg><option>off</option></arg>
83c154
      <arg><option>status</option></arg>
83c154
    </cmdsynopsis>
83c154
  </refsynopsisdiv>
83c154
83c154
<refsection id="description">
83c154
    <title>Description</title>
83c154
    <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>
83c154
  <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.
83c154
  </para>
83c154
  </refsection>
83c154
  
83c154
  <refsection>
83c154
    <title>Options</title>
83c154
    
83c154
    <variablelist>
83c154
      <varlistentry>
83c154
        <term><option>on</option></term>
83c154
        <listitem><simpara>Turn on nss-sysinit.</simpara></listitem>
83c154
      </varlistentry>
83c154
83c154
      <varlistentry>
83c154
        <term><option>off</option></term>
83c154
        <listitem><simpara>Turn on nss-sysinit.</simpara></listitem>
83c154
      </varlistentry>
83c154
83c154
      <varlistentry>
83c154
        <term><option>status</option></term>
83c154
        <listitem><simpara>returns whether nss-syinit is enabled or not.</simpara></listitem>
83c154
      </varlistentry>
83c154
83c154
    </variablelist>
83c154
  </refsection>
83c154
83c154
  <refsection>
83c154
    <title>Examples</title>
83c154
83c154
    <para>The following example will query for the status of nss-sysinit:
83c154
      <programlisting>
83c154
        /usr/bin/setup-nsssysinit status
83c154
      </programlisting>
83c154
    </para>
83c154
83c154
    <para>The following example, when run as superuser, will turn on nss-sysinit:
83c154
      <programlisting>
83c154
        /usr/bin/setup-nsssysinit on
83c154
      </programlisting>
83c154
    </para>
83c154
83c154
  </refsection>
83c154
83c154
  <refsection>
83c154
    <title>Files</title>
83c154
    <para><filename>/usr/bin/setup-nsssysinit</filename></para>
83c154
  </refsection>
83c154
83c154
  <refsection>
83c154
    <title>See also</title>
83c154
    <para>pkg-config(1)</para>
83c154
  </refsection>
83c154
83c154
  <refsection id="authors">
83c154
    <title>Authors</title>
83c154
    <para>The nss libraries were written and maintained by developers with Netscape, Red Hat,  Sun, Oracle, Mozilla, and Google.</para>
83c154
    <para>Authors: Elio Maldonado <emaldona@redhat.com>.</para>
83c154
  </refsection>
83c154
83c154
83c154
  <refsection id="license">
83c154
    <title>LICENSE</title>
83c154
    <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/.
83c154
    </para>
83c154
  </refsection>
83c154
83c154
</refentry>
83c154