From 1372b78ea0ff3ca950b69d221461cc61ffa4df51 Mon Sep 17 00:00:00 2001 From: patvdv Date: Wed, 19 Aug 2015 18:35:17 +0200 Subject: [PATCH] Fix copy/paste errors --- manage_sudo.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manage_sudo.conf b/manage_sudo.conf index ac2c4eb..b08284f 100644 --- a/manage_sudo.conf +++ b/manage_sudo.conf @@ -1,5 +1,5 @@ #****************************************************************************** -# manage_ssh.sh configuration file +# manage_sudo.sh configuration file #****************************************************************************** # # Lines starting with '#' (hash) are comment lines @@ -32,8 +32,8 @@ REMOTE_DIR="/etc/sudo_controls/holding" # (leave blank for current user but user should have remote sudo root privs) SUDO_UPDATE_USER="" -# options to pass to manage_ssh.sh when executing a key update -SUDO_UPDATE_OPTS="--verbose --remove" +# options to pass to update_sudo.pl when executing a key update +SUDO_UPDATE_OPTS="--verbose" # path to the visudo tool VISUDO_BIN="/usr/sbin/visudo" @@ -49,4 +49,4 @@ LOG_DIR="/var/log" #****************************************************************************** # End of FILE -#****************************************************************************** \ No newline at end of file +#******************************************************************************