summaryrefslogtreecommitdiff
path: root/usr.sbin/npppd
diff options
context:
space:
mode:
authorGiovanni Bechis <giovanni@cvs.openbsd.org>2013-03-14 16:20:47 +0000
committerGiovanni Bechis <giovanni@cvs.openbsd.org>2013-03-14 16:20:47 +0000
commita3b492661b4bdefae36c74781894cad3216a8349 (patch)
treede249edb8d87cb2e9018e30183d24e6d07b90e88 /usr.sbin/npppd
parentc28c0e356f425980b2729e7a42f54639167b8bb3 (diff)
Install npppd.conf with perms 0640, there could be the radius config on this file
ok yasuoka@
Diffstat (limited to 'usr.sbin/npppd')
-rw-r--r--usr.sbin/npppd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/npppd/Makefile b/usr.sbin/npppd/Makefile
index c310e6d6768..1dd8011d128 100644
--- a/usr.sbin/npppd/Makefile
+++ b/usr.sbin/npppd/Makefile
@@ -1,12 +1,12 @@
-# $OpenBSD: Makefile,v 1.5 2012/09/20 12:51:43 yasuoka Exp $
+# $OpenBSD: Makefile,v 1.6 2013/03/14 16:20:46 giovanni Exp $
#
-# $Id: Makefile,v 1.5 2012/09/20 12:51:43 yasuoka Exp $
+# $Id: Makefile,v 1.6 2013/03/14 16:20:46 giovanni Exp $
#
SUBDIR+= npppd
distribution:
- ${INSTALL} -C -o root -g wheel -m 0644 ${.CURDIR}/npppd/npppd.conf \
+ ${INSTALL} -C -o root -g wheel -m 0640 ${.CURDIR}/npppd/npppd.conf \
${DESTDIR}/etc/npppd/npppd.conf
${INSTALL} -C -o root -g wheel -m 0600 ${.CURDIR}/npppd/npppd-users \
${DESTDIR}/etc/npppd/npppd-users