Opened 14 years ago

Last modified 14 years ago

#36 new defect

sacar las actualizaciones automaticas de los paquetes que necesitan un reboot de la maquina

Reported by: sebas Owned by:
Priority: major Milestone: cacique-1.0
Component: servicio : gestion de paquetes Version:
Keywords: Cc:

Description

como:

  • kernel
  • lib6

Change History (1)

comment:1 Changed 14 years ago by sebas

un ejemplo en linea de comando.... poner esto en puppet ahora. :)

# dpkg --get-selections | grep alternc alternc install # echo alternc hold | dpkg --set-selections # dpkg --get-selections | grep alternc alternc

echo bind9 hold | dpkg --set-selections echo bind9-host hold | dpkg --set-selections echo libbind9-0 hold | dpkg --set-selection echo dnsutils hold | dpkg --set-selections echo liblwres9 hold | dpkg --set-selections

Note: See TracTickets for help on using tickets.