search for: locase

Displaying 2 results from an estimated 2 matches for "locase".

Did you mean: locale
2009 Jul 19
3
[PATCH] tftpd.c: write a pid file in standalone mode
The default path is /var/run/tftpd-hpa.pid, which can be overridden by the newly introduced -P option. On normal termination (SIGTERM or SIGINT) the pid file is automatically removed. Moved setting the umask later, right before entering the select loop, so that it does not affect the permissions of the pid file. Signed-off-by: Ferenc Wagner <wferi at niif.hu> --- tftpd/tftpd.c | 38
2009 Sep 05
5
[tftpd PATCH 0/5] pidfile option and syslog fix
...ed on IRC, and more. Meanwhile I hit one of the four stray TABs in tftpd.c, and decided to get rid of them. Comments welcome. --- Ferenc Wagner (5): Implement the --pidfile option Untabify tftpd.c Fix comment typo Ensure that the log socket is available for the child Locase datarootdir, so mandir et al. find their defaults MCONFIG.in | 2 +- tftpd/tftpd.8.in | 5 ++++ tftpd/tftpd.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++------- 3 files changed, 65 insertions(+), 10 deletions(-) -- Thanks, Feri.