root linking not used, remove it
authorIan Kelling <ian@iankelling.org>
Mon, 23 May 2016 05:56:16 +0000 (22:56 -0700)
committerIan Kelling <ian@iankelling.org>
Mon, 23 May 2016 05:56:16 +0000 (22:56 -0700)
conflink

index 74ced8d47622fa9b000a465eac0138162fa69c5c..32459f4f2853f866d2723b3b949022f55400c9c0 100755 (executable)
--- a/conflink
+++ b/conflink
@@ -80,13 +80,6 @@ case $USER in
     traci)
         common-file-setup ${c_dirs[@]}
         ;;
-    root)
-        if ! $ROOTCMD getent passwd ian; then
-            common-file-setup ${all_dirs[@]}
-        else
-            echo "$0: error: unexpected user"; exit 1
-        fi
-        ;;
     *)
         echo "$0: error: unexpected user"; exit 1
         ;;