Bug #758 » patch.diff
| sshlockout_pf_new.c 2010-08-05 21:59:21.060582355 +0200 | ||
|---|---|---|
| 95 | 95 |
openlog("sshlockout", LOG_PID|LOG_CONS, LOG_AUTH);
|
| 96 | 96 | |
| 97 | 97 |
// We are starting up |
| 98 |
syslog(LOG_ERR, "sshlockout v%s starting up", VERSION);
|
|
| 98 |
syslog(LOG_ERR, "sshlockout v%.1f starting up", VERSION);
|
|
| 99 | 99 | |
| 100 | 100 |
// Open up stderr and stdout to the abyss |
| 101 | 101 |
(void)freopen("/dev/null", "w", stdout);
|