From c7aac0b35e0a8b18dd46d6533c2fbc348f0de461 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 23 Dec 2014 15:45:35 -0400 Subject: remove screen workaround Turns out elephant's oldusenet shellbox docker instance somehow had a non-setguid screen binary. Dunno how; reinstall fixed it. --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index fce4d319..2df6749d 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -88,9 +88,6 @@ oldUseNetInstalled pkg = check (not <$> Apt.isInstalled pkg) $ , "dpkg -i ../" ++ pkg ++ "_*.deb || true" , "apt-get -fy install" -- dependencies , "rm -rf /root/tmp/oldusenet" - -- screen fails unless the directory has this mode. - -- not sure what's going on. - , "chmod 775 /var/run/screen" ] `describe` "olduse.net built" ] -- cgit v1.2.3