From a7d7c963579176dfefe424931a57e86bc8b51924 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 4 Mar 2007 06:28:48 +0000 Subject: * handle changes: callbacks should check handle first, as there's a few occasions where some alpm stuff could be used without initializing the library (vercmp is one). TODO make these functions (handle accessors) better by returning "library not initialized" instead of failing. * Removed NoUpgrade lines from pacman.conf - we need to test this! * Re-corrected the lib targets for src/util/* * make dist seems to have updated the po files --- etc/pacman.conf.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'etc/pacman.conf.in') diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index ec2b54df..feba20ea 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -8,11 +8,6 @@ # [options] LogFile = /var/log/pacman.log -NoUpgrade = etc/passwd etc/group etc/shadow etc/sudoers -NoUpgrade = etc/fstab etc/raidtab etc/mdadm.conf etc/ld.so.conf -NoUpgrade = etc/inittab etc/rc.conf etc/rc.local -NoUpgrade = etc/modprobe.conf etc/modules.conf -NoUpgrade = etc/lilo.conf boot/grub/menu.lst etc/mkinitrd.conf HoldPkg = pacman glibc #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u -- cgit v1.2.3-54-g00ecf