/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to legalnotice.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-09-05 07:11:24 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080905071124-9dq11jq5rfd6zfxf
* Makefile: Changed to use symbolic instead of octal modes throughout.
  (KEYDIR): New variable for the key directory.
  (install-server): Bug fix: remove "--parents" from install args.
  (install-client): Bug fix: - '' -  Also create key directory.  Do
                    not chmod plugin dir.  Create custom plugin directory
                    if not the same as normal plugin directory.  Add
                    "--dir" option to "mandos-keygen".  Add note about
                    running "mandos-keygen --password".
  (uninstall-server): Do not depend on the installed server binary,
                      since this made it impossible to do a purge
                      after an uninstall.
  (purge-client): Shred seckey.txt.  Use $(KEYDIR).

* README: Improved wording.

* initramfs-tools-hook: Use a loop to find prefix.  Also find keydir.
                        Remove "${DESTDIR}" from "copy_exec".  Do not
                        try to copy literal "*" if no custom plugins
                        are found.  Copy key files from keydir, not
                        config dir.  Only repair mode on directories
                        that actually exist.  Do not run chmod if
                        nothing needs repairing.

* plugin-runner.conf: New file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<legalnotice>
5
5
  <para>
6
6
    This manual page is free software: you can redistribute it and/or
7
 
    modify it under the terms of the <acronym>GNU</acronym> General
8
 
    Public License as published by the Free Software Foundation,
9
 
    either version 3 of the License, or (at your option) any later
10
 
    version.
 
7
    modify it under the terms of the GNU General Public License as
 
8
    published by the Free Software Foundation, either version 3 of the
 
9
    License, or (at your option) any later version.
11
10
  </para>
12
11
  
13
12
  <para>
14
13
    This manual page is distributed in the hope that it will be
15
14
    useful, but WITHOUT ANY WARRANTY; without even the implied
16
15
    warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17
 
    See the <acronym>GNU</acronym> General Public License for more
18
 
    details.
 
16
    See the GNU General Public License for more details.
19
17
  </para>
20
18
  
21
19
  <para>
22
 
    You should have received a copy of the <acronym>GNU</acronym>
23
 
    General Public License along with this program.  If not, see
24
 
    <ulink
25
 
    url="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</ulink>.
 
20
    You should have received a copy of the GNU General Public License
 
21
    along with this program; If not, see <ulink
 
22
    url="http://www.gnu.org/licenses/"/>.
26
23
  </para>
27
24
</legalnotice>