aboutsummaryrefslogtreecommitdiff
path: root/security/sudo/pkg-install
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-12-17 22:12:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-12-17 22:12:41 +0000
commite5eaf1bdf09793a6dc401bed7eff39fc0cb3170a (patch)
treeb2acb072b341ba5d5fd1d139a5e5deede6716059 /security/sudo/pkg-install
parentca806cdbd7597d2db9610112c87a09d5ddeedd1e (diff)
downloadports-e5eaf1bdf09793a6dc401bed7eff39fc0cb3170a.tar.gz
ports-e5eaf1bdf09793a6dc401bed7eff39fc0cb3170a.zip
Notes
Diffstat (limited to 'security/sudo/pkg-install')
-rw-r--r--security/sudo/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sudo/pkg-install b/security/sudo/pkg-install
index bd38791d206e..8848ddc2e5a0 100644
--- a/security/sudo/pkg-install
+++ b/security/sudo/pkg-install
@@ -5,6 +5,6 @@ fi
if [ -e ${PKG_PREFIX}/etc/sudoers ]; then
echo "Will not overwrite existing ${PKG_PREFIX}/etc/sudoers file."
else
- cp -p ${PKG_PREFIX}/etc/sudoers.sample ${PKG_PREFIX}/etc/sudoers
+ cp -p ${PKG_PREFIX}/etc/sudoers.default ${PKG_PREFIX}/etc/sudoers
chmod 440 ${PKG_PREFIX}/etc/sudoers
fi