propellor spin

This commit is contained in:
Joey Hess 2014-06-05 16:39:35 -04:00
parent d6faa5947f
commit 6dd22d3f26
Failed to extract signature
1 changed files with 6 additions and 1 deletions

View File

@ -214,7 +214,12 @@ unattendedUpgrades = RevertableProperty enable disable
"/etc/apt/apt.conf.d/50unattended-upgrades"
`File.containsLine`
("Unattended-Upgrade::Origins-Pattern { \"o=Debian,a="++showSuite suite++"\"; };")
_ -> noChange
| otherwise -> do
liftIO $ print ("xxx ", suite)
noChange
_ -> do
liftIO $ print "xxx"
noChange
-- | Preseeds debconf values and reconfigures the package so it takes
-- effect.