aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-08-18 00:36:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-08-18 00:36:31 +0000
commita37fe9e7cd34aebdc7e85ab3ffe5ee790da933ca (patch)
tree1141113bda68625707c9ce55aa72f511980eac48 /etc/Makefile
parent4270213c2af5e87e42159ae4d4931a63c1497edc (diff)
Notes
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
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