summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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