aboutsummaryrefslogtreecommitdiffstats
path: root/security/sudo/pkg-install
diff options
context:
space:
mode:
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