diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2001-05-15 15:58:30 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2001-05-15 15:58:30 +0000 |
commit | 1d1fcd5758ba41a96d7817083b2cc25c90d4a866 (patch) | |
tree | a5ef981a169cefb088d32694fc72d72ca189615c /usr.sbin | |
parent | 7fd8372d1b43b6ded8a4a90f64d72cbf01056c47 (diff) | |
download | FreeBSD-src-1d1fcd5758ba41a96d7817083b2cc25c90d4a866.zip FreeBSD-src-1d1fcd5758ba41a96d7817083b2cc25c90d4a866.tar.gz |
The aliases file now lives in /etc/mail/.
PR: misc/26648
MFC after: 3 days
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ypserv/Makefile.yp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp index b818bbc..83e6c3c 100644 --- a/usr.sbin/ypserv/Makefile.yp +++ b/usr.sbin/ypserv/Makefile.yp @@ -105,7 +105,7 @@ PROTOCOLS = $(YPSRCDIR)/protocols RPC = $(YPSRCDIR)/rpc SERVICES = $(YPSRCDIR)/services GROUP = $(YPSRCDIR)/group -ALIASES = $(YPSRCDIR)/aliases +ALIASES = $(YPSRCDIR)/mail/aliases NETGROUP = $(YPDIR)/netgroup PASSWD = $(YPDIR)/passwd .if !defined(MASTER_PASSWD) |