]> code.citadel.org Git - citadel.git/commitdiff
Easy Install no longer autodetects when an upgrade needs autologin.
authorArt Cancro <ajc@citadel.org>
Mon, 13 Feb 2006 02:39:45 +0000 (02:39 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 13 Feb 2006 02:39:45 +0000 (02:39 +0000)
We were getting false positives, which is very very bad.

citadel/newinstall.sh

index dd2f8066113d638fb3df2e41fa77157a0f9d2ea0..b87cf05054c805e985a2c792ecb85034dcb4e0e5 100644 (file)
@@ -406,11 +406,6 @@ mkdir -p $BUILD
 cd $BUILD
 
 
-# 1B. Determine whether we are upgrading an autologin installation
-[ -x $CITADEL/chkpwd ] && {
-       IS_AUTOLOGIN="yes"
-}
-
 
 # 2. Present the installation steps (from 1 above) to the user
 clear