summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.yppasswdd
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-05-11 03:54:21 +0000
committeralfred <alfred@FreeBSD.org>2002-05-11 03:54:21 +0000
commitf42c92628a40836fccf677a2929c9f90f2650753 (patch)
tree99f96b1650cd07c9167234204d6f8996588af54e /usr.sbin/rpc.yppasswdd
parent7be446ee1c9d1c224ed502e2943f86134e3e174f (diff)
downloadFreeBSD-src-f42c92628a40836fccf677a2929c9f90f2650753.zip
FreeBSD-src-f42c92628a40836fccf677a2929c9f90f2650753.tar.gz
unbreak build: ditch multi-line string literals
Diffstat (limited to 'usr.sbin/rpc.yppasswdd')
-rw-r--r--usr.sbin/rpc.yppasswdd/yppasswdd_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
index 9841397..1025ba5 100644
--- a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
+++ b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
@@ -378,7 +378,7 @@ with the same UID - continuing");
if (!strstr(data.data, pwbuf)) {
yp_error("warning: found entry for user %s \
in map %s@%s with wrong UID", pw->pw_name, maps[i], domain);
- yp_error("there may be more than one user
+ yp_error("there may be more than one user \
with the same name - continuing");
continue;
}
OpenPOWER on IntegriCloud