summaryrefslogtreecommitdiff
path: root/usr.sbin/authpf
diff options
context:
space:
mode:
authorJoel Knight <joel@cvs.openbsd.org>2005-02-10 04:24:16 +0000
committerJoel Knight <joel@cvs.openbsd.org>2005-02-10 04:24:16 +0000
commit5008dd869d650a57bc9d314e307c34901c78cae0 (patch)
tree08533084e30e18a9ef7490a6ffbe458c434302e1 /usr.sbin/authpf
parentd6c509f31db427204de0ecaf09c39b97c1dbb83f (diff)
Minor punctuation nit.
ok henning@
Diffstat (limited to 'usr.sbin/authpf')
-rw-r--r--usr.sbin/authpf/authpf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/authpf/authpf.c b/usr.sbin/authpf/authpf.c
index 48f6f9b1732..1ae6aa452d5 100644
--- a/usr.sbin/authpf/authpf.c
+++ b/usr.sbin/authpf/authpf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: authpf.c,v 1.88 2005/01/31 15:08:50 henning Exp $ */
+/* $OpenBSD: authpf.c,v 1.89 2005/02/10 04:24:15 joel Exp $ */
/*
* Copyright (C) 1998 - 2002 Bob Beck (beck@openbsd.org).
@@ -302,7 +302,7 @@ main(int argc, char *argv[])
signal(SIGSTOP, need_death);
signal(SIGTSTP, need_death);
while (1) {
- printf("\r\nHello %s, ", luser);
+ printf("\r\nHello %s. ", luser);
printf("You are authenticated from host \"%s\"\r\n", ipsrc);
setproctitle("%s@%s", luser, ipsrc);
print_message(PATH_MESSAGE);