You are not logged in.
Am I doing the right thing in pacman.conf?
I want to keep gnome 2.26. also are the NoUpgrade lines OK? I got them from a good source some time ago and never had a problem but thought I'd better check now.
I appreciate your advice
Thanks.
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
IgnorePkg = gnome gnome-extra
#IgnoreGroup =
NoUpgrade = etc/passwd etc/group etc/shadow etc/sudoers
NoUpgrade = etc/fstab etc/ld.so.conf
NoUpgrade = etc/rc.conf etc/rc.local
NoUpgrade = etc/modprobe.d/modprobe.conf etc/modules.conf
NoUpgrade = boot/grub/menu.lst
NoUpgrade = etc/issue
#NoExtract =bebop lives
Offline
gnome and gnome-extra are groups, so I would use the IgnoreGroup line instead.
Offline
I believe everything you have listed as "NoUpgrade" is already packaged as files to be protected during upgrade (using the backup() array in the PKGBUILD)
Last edited by fukawi2 (2009-10-29 02:52:07)
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Thanks skottish, I changed them to IgnoreGroup
fukawi2,
Does that mean I can delete the files in NoUpgrade or can I just leave them there and it won't make a difference?
Thanks.
I appreciate your advice.
bebop lives
Offline
Does that mean I can delete the files in NoUpgrade or can I just leave them there and it won't make a difference?
Both ![]()
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline