aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authoreric <eric@openbsd.org>2011-12-13 22:04:35 +0000
committereric <eric@openbsd.org>2011-12-13 22:04:35 +0000
commitbd6f2c7803cb6b0e0d207edf9e90764ee1475393 (patch)
tree9b43ad1e41afc29f066a6b7c32718b44da07fddf /smtpd
parent- man page had an example wrong (diff)
downloadOpenSMTPD-bd6f2c7803cb6b0e0d207edf9e90764ee1475393.tar.xz
OpenSMTPD-bd6f2c7803cb6b0e0d207edf9e90764ee1475393.zip
split user_backend.c into user.c and user_pwd.c to be consistent with the
backend scheme. Also rename USER_GETPWNAM to USER_PWD. ok chl@ gilles@
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index bbabed1c..3a461b0d 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.32 2011/12/13 21:44:47 gilles Exp $
+# $OpenBSD: Makefile,v 1.33 2011/12/13 22:04:35 eric Exp $
PROG= smtpd
SRCS= aliases.c auth_backend.c bounce.c client.c \
@@ -12,7 +12,7 @@ SRCS= aliases.c auth_backend.c bounce.c client.c \
smtp_session.c smtpd.c ssl.c ssl_privsep.c util.c asr.c \
print.c pack.c dname.c res_random.c sockaddr.c \
ramqueue.c queue_backend.c queue_fsqueue.c \
- queue_fsqueue_ascii.c user_backend.c stats.c
+ queue_fsqueue_ascii.c user.c user_pwd.c stats.c
MAN= smtpd.8 smtpd.conf.5
BINDIR= /usr/sbin