diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-18 00:36:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-18 00:36:31 +0000 |
commit | a37fe9e7cd34aebdc7e85ab3ffe5ee790da933ca (patch) | |
tree | 1141113bda68625707c9ce55aa72f511980eac48 /etc/Makefile | |
parent | 4270213c2af5e87e42159ae4d4931a63c1497edc (diff) |
Notes
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 75338901ed08..c4357a96ae36 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -109,7 +109,7 @@ distribution: ${MTREE} ${DESTDIR}/etc/mtree cd ${.CURDIR}/namedb; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ ${NAMEDB} ${DESTDIR}/etc/namedb - cd ${.CURDIR}/ppp; ${INSTALL} -o root -g ${BINGRP} -m 600 \ + cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \ ${PPPCNF} ${DESTDIR}/etc/ppp cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ ${ETCMAIL} ${DESTDIR}/etc/mail |