Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

11 lignes
291 B

  1. #!/bin/sh
  2. # Wicd - ArchWiki / https://wiki.archlinux.org/index.php/Wicd#Problems_after_package_update
  3. # run this script as root when wicd doesnt work after udpate.
  4. rc.d stop wicd
  5. # rm /etc/wicd/*.conf
  6. mv /etc/wicd/manager-settings.conf /etc/wicd/manager-settings.conf.bak
  7. rc.d start wicd