add configuration for signal file and acl file, let user select hostname, catch signals and print why we are quiting, make nop cause one new version, not two

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21756 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-07-31 22:15:08 +00:00
parent 663a893c16
commit 0382061b7b
7 changed files with 212 additions and 39 deletions

View File

@@ -68,4 +68,7 @@ enum iprop_cmd { I_HAVE = 1,
I_AM_HERE = 7
};
extern sig_atomic_t exit_flag;
void setup_signal(void);
#endif /* __IPROP_H__ */