summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-03-04 07:28:48 +0100
committerAaron Griffin <aaron@archlinux.org>2007-03-04 07:28:48 +0100
commita7d7c963579176dfefe424931a57e86bc8b51924 (patch)
treea808cbe75dd7fdc761e7667397efbc43a54437e7 /etc
parent549ca632ef08bec2aead4d95f141e28746b35a1e (diff)
downloadpacman-a7d7c963579176dfefe424931a57e86bc8b51924.tar.gz
pacman-a7d7c963579176dfefe424931a57e86bc8b51924.tar.xz
* 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
Diffstat (limited to 'etc')
-rw-r--r--etc/pacman.conf.in5
1 files changed, 0 insertions, 5 deletions
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