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