=== modified file 'TODO' --- TODO 2008-08-09 20:32:12 +0000 +++ TODO 2008-08-10 00:04:11 +0000 @@ -157,14 +157,15 @@ ** DONE [#A] Change initrd.img file to not be publically readable /etc/initramfs-tools/conf.d/mandos UMASK=027 -** [#A] Create /etc/initramfs-tools/hooks/mandos - [[file:/usr/share/doc/initramfs-tools/examples/example_hook][Example initramfs-tools hook script]] -** [#A] Create GPG key ring files in initrd +** Update initrd.img after installation ** [#A] Create mandos user and group for server ** [#A] Create /var/run/mandos directory with perm and ownership -* Package +* [#A] Package ** /etc/bash_completion.d/mandos +** /etc/initramfs-tools/hooks/mandos + [[file:/usr/share/doc/initramfs-tools/examples/example_hook][Example initramfs-tools hook script]] +*** Create GPG key ring files in initrd * INSTALL file === modified file 'mandos' --- mandos 2008-08-09 02:53:48 +0000 +++ mandos 2008-08-10 00:04:11 +0000 @@ -61,6 +61,7 @@ from dbus.mainloop.glib import DBusGMainLoop import ctypes +version = "1.0" logger = logging.Logger('mandos') syslogger = logging.handlers.SysLogHandler\ @@ -653,7 +654,7 @@ global main_loop_started main_loop_started = False - parser = OptionParser() + parser = OptionParser(version = "Mandos server %s" % version) parser.add_option("-i", "--interface", type="string", metavar="IF", help="Bind to interface IF") parser.add_option("-a", "--address", type="string",