summaryrefslogtreecommitdiffstats
path: root/adduser/adduser.sh
diff options
context:
space:
mode:
Diffstat (limited to 'adduser/adduser.sh')
-rw-r--r--adduser/adduser.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/adduser/adduser.sh b/adduser/adduser.sh
index 9db60e8..96049bd 100644
--- a/adduser/adduser.sh
+++ b/adduser/adduser.sh
@@ -155,7 +155,6 @@ save_config() {
echo "udotdir=$udotdir" >> ${ADDUSERCONF}
echo "msgfile=$msgfile" >> ${ADDUSERCONF}
echo "disableflag=$disableflag" >> ${ADDUSERCONF}
- echo "adduserlog=$adduserlog" >> ${ADDUSERCONF}
}
# add_user
@@ -239,9 +238,6 @@ add_user() {
fi
fi
- _log=${adduserlog:-no}
- [ x"$_log" = x"no" ] || (echo "$(${DATECMD} +'%Y/%m/%d %T') $(${PWCMD} 2>/dev/null usershow -n $username)" >> $_log)
-
_line=
_owner=
_perms=
@@ -715,7 +711,6 @@ input_interactive() {
THISCMD=`/usr/bin/basename $0`
DEFAULTSHELL=/bin/sh
ADDUSERCONF="${ADDUSERCONF:-/etc/adduser.conf}"
-ADDUSERLOG="${ADDUSERLOG:-/var/log/adduser}"
PWCMD="${PWCMD:-/usr/sbin/pw}"
MAILCMD="${MAILCMD:-mail}"
ETCSHELLS="${ETCSHELLS:-/etc/shells}"
@@ -746,7 +741,6 @@ configflag=
fflag=
infile=
disableflag=
-adduserlog="${ADDUSERLOG}"
readconfig="yes"
homeprefix="/home"
randompass=