Add two new compatibility functions:
[monkeysphere.git] / src / share / ma / update_users
index a48bbd10c9d1ad528c8b499a15be7437d6d73d6c..c5c74cf7bbfaedff9d410146b08ccb6a8193b153 100644 (file)
@@ -24,7 +24,7 @@ if [ "$1" ] ; then
     unames="$@"
 else        
     # or just look at all users if none specified
-    unames=$(getent passwd | cut -d: -f1)
+    unames=$(list_users)
 fi
 
 # set mode
@@ -88,7 +88,6 @@ for uname in $unames ; do
            cat "$authorizedUserIDs" > "$TMP_AUTHORIZED_USER_IDS"
 
            # export needed variables
-           export FILE_OWNER="$uname"
            export AUTHORIZED_KEYS
            export TMP_AUTHORIZED_USER_IDS