[arch-general] pacdiff / pacdiffviewer doesn't notice change in kdmrc
hi, by chance I realised that the pacdiff(viewer) utils don't notice a change in kdmrc file. This is strange as I remember being notified about the modification on almost every kde update. By creating a /etc/rc.conf.pacnew I verify they work otherwise. So was there a change in searchpaths or something? Thanks [root@beruska ~]# locate kdmrc /usr/share/config/kdm/kdmrc /usr/share/config/kdm/kdmrc.pacnew /usr/share/doc/kde/html/en/kdm/kdmrc-ref.docbook /var/lib/yaourt/backupfiles/kdebase-workspace/kdebase- workspace-4.4.3-2/usr/share/config/kdm/kdmrc [root@beruska ~]# pacdiffviewer 0 .pacorig found 0 .pacnew found 0 .pacsave found 0 files are orphans [root@beruska ~]# pacdiff [root@beruska ~]# -- Marek Otahal :o)
On 13 April 2011 18:03, Marek Otahal <markotahal@gmail.com> wrote:
hi, by chance I realised that the pacdiff(viewer) utils don't notice a change in kdmrc file. This is strange as I remember being notified about the modification on almost every kde update.
By creating a /etc/rc.conf.pacnew I verify they work otherwise. So was there a change in searchpaths or something? Thanks
[root@beruska ~]# locate kdmrc /usr/share/config/kdm/kdmrc /usr/share/config/kdm/kdmrc.pacnew /usr/share/doc/kde/html/en/kdm/kdmrc-ref.docbook /var/lib/yaourt/backupfiles/kdebase-workspace/kdebase- workspace-4.4.3-2/usr/share/config/kdm/kdmrc
[root@beruska ~]# pacdiffviewer 0 .pacorig found 0 .pacnew found 0 .pacsave found 0 files are orphans
[root@beruska ~]# pacdiff [root@beruska ~]# --
Marek Otahal :o)
Hi, pacdiff belongs to package "yaourt" which is not an official tool. You should report it to http://bugs.archlinux.fr/ Or even see these links: http://archlinux.fr/yaourt-en#links -- Guillaume
On 13 April 2011 18:10, Guillaume ALAUX <guillaume@archlinux.org> wrote:
On 13 April 2011 18:03, Marek Otahal <markotahal@gmail.com> wrote:
hi, by chance I realised that the pacdiff(viewer) utils don't notice a change in kdmrc file. This is strange as I remember being notified about the modification on almost every kde update.
By creating a /etc/rc.conf.pacnew I verify they work otherwise. So was there a change in searchpaths or something? Thanks
[root@beruska ~]# locate kdmrc /usr/share/config/kdm/kdmrc /usr/share/config/kdm/kdmrc.pacnew /usr/share/doc/kde/html/en/kdm/kdmrc-ref.docbook /var/lib/yaourt/backupfiles/kdebase-workspace/kdebase- workspace-4.4.3-2/usr/share/config/kdm/kdmrc
[root@beruska ~]# pacdiffviewer 0 .pacorig found 0 .pacnew found 0 .pacsave found 0 files are orphans
[root@beruska ~]# pacdiff [root@beruska ~]# --
Marek Otahal :o)
Hi,
pacdiff belongs to package "yaourt" which is not an official tool.
You should report it to http://bugs.archlinux.fr/
Or even see these links: http://archlinux.fr/yaourt-en#links -- Guillaume
Sorry, correction: pacdiffVIEWER belongs to "yaourt". -- Guillaume
On Wednesday 13 of April 2011 18:17:44 Guillaume ALAUX wrote:
On 13 April 2011 18:10, Guillaume ALAUX <guillaume@archlinux.org> wrote:
On 13 April 2011 18:03, Marek Otahal <markotahal@gmail.com> wrote:
hi, by chance I realised that the pacdiff(viewer) utils don't notice a change in kdmrc file. This is strange as I remember being notified about the modification on almost every kde update.
By creating a /etc/rc.conf.pacnew I verify they work otherwise. So was there a change in searchpaths or something? Thanks
[root@beruska ~]# locate kdmrc /usr/share/config/kdm/kdmrc /usr/share/config/kdm/kdmrc.pacnew /usr/share/doc/kde/html/en/kdm/kdmrc-ref.docbook /var/lib/yaourt/backupfiles/kdebase-workspace/kdebase- workspace-4.4.3-2/usr/share/config/kdm/kdmrc
[root@beruska ~]# pacdiffviewer 0 .pacorig found 0 .pacnew found 0 .pacsave found 0 files are orphans
[root@beruska ~]# pacdiff [root@beruska ~]# --
Marek Otahal :o)
Hi,
pacdiff belongs to package "yaourt" which is not an official tool.
You should report it to http://bugs.archlinux.fr/
Or even see these links: http://archlinux.fr/yaourt-en#links -- Guillaume
Sorry, correction:
pacdiffVIEWER belongs to "yaourt".
-- Guillaume
Thanks Guillaume, pacdiff is from comunity/pacman-contrib, could you or sb please verify the bug by creating a kdmrc.pacnew file (if you use kdmrc, or some other file in /usr/share/...) to verify? I'll file the bug then. Cheers, Mark -- Marek Otahal :o)
On Wed, 2011-04-13 at 18:03 +0200, Marek Otahal wrote:
hi, by chance I realised that the pacdiff(viewer) utils don't notice a change in kdmrc file. This is strange as I remember being notified about the modification on almost every kde update.
By creating a /etc/rc.conf.pacnew I verify they work otherwise. So was there a change in searchpaths or something? Thanks
[root@beruska ~]# locate kdmrc /usr/share/config/kdm/kdmrc /usr/share/config/kdm/kdmrc.pacnew /usr/share/doc/kde/html/en/kdm/kdmrc-ref.docbook /var/lib/yaourt/backupfiles/kdebase-workspace/kdebase- workspace-4.4.3-2/usr/share/config/kdm/kdmrc
[root@beruska ~]# pacdiffviewer 0 .pacorig found 0 .pacnew found 0 .pacsave found 0 files are orphans
[root@beruska ~]# pacdiff [root@beruska ~]#
for pacdiff in pacman-contrib, it searches in /etc by default. You have to use the locate option or adding /usr to the search path for it to find that pacnew. see pacdiff -h.
participants (3)
-
Guillaume ALAUX
-
jonathan
-
Marek Otahal