-
Notifications
You must be signed in to change notification settings - Fork 2
Home
mbucc edited this page Nov 22, 2014
·
8 revisions
From http://askubuntu.com/questions/66533/how-can-i-restore-configuration-files
# dpkg -S unity-greeter.conf
unity-greeter: /etc/lightdm/unity-greeter.conf
# mv /etc/lightdm/unity-greeter.conf /etc/lightdm/unity-greeter.conf.bak
# apt-get -o Dpkg::Options::="--force-confmiss" install --reinstall <unity-greeter
If everything worked as expected, you should get this message:
Configuration file `/etc/lightdm/unity-greeter.conf', does not exist on system. Installing new config file as you requested.