Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.sbin/ypserv/ypinit Pullup 1.13 [itojun]:



details:   https://anonhg.NetBSD.org/src/rev/52af3e047f0c
branches:  netbsd-1-5
changeset: 489735:52af3e047f0c
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Oct 16 21:32:47 2000 +0000

description:
Pullup 1.13 [itojun]:
/etc/mail/aliases, not /etc/aliases.  PR 10167.

diffstat:

 usr.sbin/ypserv/ypinit/Makefile.yp |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 94f16de62513 -r 52af3e047f0c usr.sbin/ypserv/ypinit/Makefile.yp
--- a/usr.sbin/ypserv/ypinit/Makefile.yp        Mon Oct 16 21:25:51 2000 +0000
+++ b/usr.sbin/ypserv/ypinit/Makefile.yp        Mon Oct 16 21:32:47 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.yp,v 1.9 1999/11/19 16:55:25 abs Exp $
+#      $NetBSD: Makefile.yp,v 1.9.4.1 2000/10/16 21:32:47 tv Exp $
 #
 # This is the YP Makefile, used to create and push YP maps.
 #
@@ -95,7 +95,7 @@
        fi
 
 
-aliases.time: ${DIR}/aliases
+aliases.time: ${DIR}/mail/aliases
        -@if [ -f ${.ALLSRC} ]; then \
                ${CP} -p ${.ALLSRC} ${DOMAIN}-aliases; \
                ${SENDMAIL} -bi -oA${PWD}/${DOMAIN}-aliases; \
@@ -360,7 +360,7 @@
 ${DIR}/passwd:
 ${DIR}/group:
 ${DIR}/hosts:
-${DIR}/aliases:
+${DIR}/mail/aliases:
 ${AMDDIR}/amd.home:
 ${DIR}/ethers:
 ${DIR}/master.passwd:



Home | Main Index | Thread Index | Old Index