Package: aptitude
Version: 0.6.1.5-2
Odd, apt-get checks preferences.d but aptitude seemingly doesn't:
# touch /etc/apt/preferences.d/bla
$ strace apt-get -s install -q -y 2>&1|grep /preferences
stat64("/etc/apt/preferences", 0xbfa0d154) = -1 ENOENT (No such file or
directory)
stat64("/etc/apt/preferences.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/apt/preferences.d/",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 4
stat64("/etc/apt/preferences.d/bla", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat64("/etc/apt/preferences.d/bla", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
open("/etc/apt/preferences.d/bla", O_RDONLY) = 4
$ strace aptitude -s install -q -y 2>&1|grep /preferences
stat64("/etc/apt/preferences", 0xbfe44784) = -1 ENOENT (No such file or
directory)
stat64("/etc/apt/preferences", 0xbfe44a34) = -1 ENOENT (No such file or
directory)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]