/mandos/release

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

« back to all changes in this revision

Viewing changes to Makefile

* plugins.d/askpass-fifo.c: Do close(STDOUT_FILENO) before exiting to
                            check its return code.  Use exit codes
                            from <sysexits.h>.
* plugins.d/splashy.c: Use exit codes from <sysexits.h> in the fork to
                       exec the "splashy_update" command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
OPTIMIZE=-Os
18
18
LANGUAGE=-std=gnu99
19
19
htmldir=man
20
 
version=1.0.13
 
20
version=1.0.12
21
21
SED=sed
22
22
 
23
23
## Use these settings for a traditional /usr/local install