Mercurial > projects > pwm
comparison pwm.1.xml @ 20:efef93e54c5f
Automatically save the database when receiving a fatal signal
author | Guido Berhoerster <guido+pwm@berhoerster.name> |
---|---|
date | Wed, 06 Sep 2017 13:56:11 +0200 |
parents | a08ef0674d8e |
children | ee4d36c85287 |
comparison
equal
deleted
inserted
replaced
19:5c6155c8e9b6 | 20:efef93e54c5f |
---|---|
32 <surname>Berhoerster</surname> | 32 <surname>Berhoerster</surname> |
33 </personname> | 33 </personname> |
34 <email>guido+pwm@berhoerster.name</email> | 34 <email>guido+pwm@berhoerster.name</email> |
35 <personblurb/> | 35 <personblurb/> |
36 </author> | 36 </author> |
37 <date>12 August, 2017</date> | 37 <date>6 September, 2017</date> |
38 </info> | 38 </info> |
39 <refmeta> | 39 <refmeta> |
40 <refentrytitle>pwm</refentrytitle> | 40 <refentrytitle>pwm</refentrytitle> |
41 <manvolnum>1</manvolnum> | 41 <manvolnum>1</manvolnum> |
42 <refmiscinfo class="source"/> | 42 <refmiscinfo class="source"/> |
609 </listitem> | 609 </listitem> |
610 </varlistentry> | 610 </varlistentry> |
611 </variablelist> | 611 </variablelist> |
612 </refsect1> | 612 </refsect1> |
613 <refsect1> | 613 <refsect1> |
614 <title>Asynchronous Events</title> | |
615 <variablelist> | |
616 <varlistentry> | |
617 <term><literal>SIGINT</literal></term> | |
618 <term><literal>SIGHUP</literal></term> | |
619 <term><literal>SIGTERM</literal></term> | |
620 <listitem> | |
621 <para>If there are changes since the database was last written and | |
622 <command>pwm</command> is running in interactive mode, it | |
623 automatically writes a copy of the current database to the file | |
624 <filename>~/.pwm/autosave.psafe3</filename> which may be used for | |
625 recovery later.</para> | |
626 </listitem> | |
627 </varlistentry> | |
628 </variablelist> | |
629 </refsect1> | |
630 <refsect1> | |
614 <title>Files</title> | 631 <title>Files</title> |
615 <variablelist> | 632 <variablelist> |
616 <varlistentry> | 633 <varlistentry> |
617 <term><filename>~/.pwm/pwm.psafe3</filename></term> | 634 <term><filename>~/.pwm/pwm.psafe3</filename></term> |
618 <listitem> | 635 <listitem> |
619 <para>default password database</para> | 636 <para>default password database</para> |
637 </listitem> | |
638 </varlistentry> | |
639 <varlistentry> | |
640 <term><filename>~/.pwm/autosave.psafe3</filename></term> | |
641 <listitem> | |
642 <para>automatic copy of the password database after receiving a fatal | |
643 signal in interactive mode</para> | |
620 </listitem> | 644 </listitem> |
621 </varlistentry> | 645 </varlistentry> |
622 </variablelist> | 646 </variablelist> |
623 </refsect1> | 647 </refsect1> |
624 <refsect1> | 648 <refsect1> |