summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-26 07:38:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-26 07:38:45 +0000
commit3e2f267d7a634f03b8f16b9601f1d3042f227545 (patch)
tree33c680069790ccbe9623d6bcb35a50054967932f /libexec
parent34b6226cd83229a00d14fa090cc82b82e2349556 (diff)
spaces
Diffstat (limited to 'libexec')
-rw-r--r--libexec/spamd/grey.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/spamd/grey.c b/libexec/spamd/grey.c
index de17ad2d0bc..3313b6b181c 100644
--- a/libexec/spamd/grey.c
+++ b/libexec/spamd/grey.c
@@ -83,7 +83,7 @@ address_valid_v6(const char *a)
int
configure_pf(char **addrs, int count)
{
- static char *argv[11]= {"pfctl", "-p", "/dev/pf", "-q", "-t",
+ static char *argv[11]= {"pfctl", "-p", "/dev/pf", "-q", "-t",
"spamd-white", "-T", "replace", "-f" "-", NULL};
FILE *pf = NULL;
int i, pdes[2];
@@ -115,7 +115,7 @@ configure_pf(char **addrs, int count)
close(pdes[0]);
}
execvp(PATH_PFCTL, argv);
- syslog_r(LOG_ERR, &sdata, "can't exec %s:%m", PATH_PFCTL);
+ syslog_r(LOG_ERR, &sdata, "can't exec %s:%m", PATH_PFCTL);
_exit(1);
}
@@ -441,7 +441,7 @@ greywatcher(void)
* updates db. has no access to pf.
*/
close(pfdev);
- setproctitle("(%s update)", PATH_SPAMD_DB);
+ setproctitle("(%s update)", PATH_SPAMD_DB);
greyreader();
} else {
/*
@@ -449,7 +449,7 @@ greywatcher(void)
* pf whitelist table accordingly.
*/
fclose(grey);
- setproctitle("(pf <spamd-white> update)");
+ setproctitle("(pf <spamd-white> update)");
greyscanner();
}
return(0);