summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-12-04 09:23:53 -0600
committerJohn Klug <john.klug@multitech.com>2019-12-04 09:23:53 -0600
commit51e87acd844279219c29aa51c02b956e361b6220 (patch)
tree7f68488e97cec396800b83f75e3b937ac44103be
parent7f8ce0d16972545ca4364bf8d56496017bf7bcc1 (diff)
downloadmts-id-eeprom-51e87acd844279219c29aa51c02b956e361b6220.tar.gz
mts-id-eeprom-51e87acd844279219c29aa51c02b956e361b6220.tar.bz2
mts-id-eeprom-51e87acd844279219c29aa51c02b956e361b6220.zip
root administrator is not allowed anymore
-rw-r--r--configure.in2
-rwxr-xr-xsrc/ubpasswd.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 1b9f1fb..69589bb 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_INIT([src/eeprom_main.c])
-AM_INIT_AUTOMAKE([mts-id-eeprom], [0.4.5])
+AM_INIT_AUTOMAKE([mts-id-eeprom], [0.4.6])
AM_CONFIG_HEADER([config.h])
AC_PROG_CC
diff --git a/src/ubpasswd.sh b/src/ubpasswd.sh
index 34180de..1c0e1dd 100755
--- a/src/ubpasswd.sh
+++ b/src/ubpasswd.sh
@@ -11,7 +11,7 @@
# user list. The first user in this list that is found in
# /etc/shadow is changed. root is only changed if mtadm
# or admin is not found.
-ADMINLIST="mtadm admin root"
+ADMINLIST="mtadm admin"
MTS=/sys/devices/platform/mts-io
if (( $(id -u) != 0 )) ; then