Hi Petri!

Did you by any chance change anything in /etc/etc-update.conf? There is
a line there

diff_command="diff -uN %file1 %file2"

Check if it is commented out (having a # character in front of it).

On Sun, 17 Aug 2003 14:14:47 +0300
Petri Lehtonen <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> When I run etc-update it no longer shows the differences between the
> original and the update.
> 
> Showing differences between /etc/init.d/keymaps and
> /etc/init.d/._cfg0000_keymaps
> 1) Replace original with update
> 2) Delete update, keeping original as is
> 3) Interactively merge original with update
> 4) Show differences again
> Please select from the menu above (-1 to ignore this update):
> 
> When I run diff manually it shows differences:
> 
> # diff /etc/init.d/keymaps /etc/init.d/._cfg0000_keymaps
> 4c4
> < # $Header: /home/cvsroot/gentoo-src/rc-scripts/init.d/keymaps,v 1.16
> 2003/04/27 18:39:59 azarah Exp $
> ---
> > # $Header: /home/cvsroot/gentoo-src/rc-scripts/init.d/keymaps,v 1.17
> 2003/07/16 19:38:51 azarah Exp $
> 19a20,21
> >       local WINDOWKEYS_KEYMAP=
> >
> 40c42,45
> <               [ -z "${EXTENDED_KEYMAP}" ] && local
> EXTENDED_KEYMAP="windowkeys"
> ---
> >               [ "${SET_WINDOWKEYS}" = "yes" ] &&
> WINDOWKEYS_KEYMAP="windowkeys"
> >
> >               /bin/loadkeys -q ${WINDOWKEYS_KEYMAP} ${KEYMAP} \
> >                                ${EXTENDED_KEYMAPS} >/dev/null
> 42d46
> <               /bin/loadkeys -q ${EXTENDED_KEYMAP} ${KEYMAP}
> >/dev/null
> 46c50
> <               [ -z "${EXTENDED_KEYMAP}" ] && local
> EXTENDED_KEYMAP="windowkeys.inc"
> ---
> >               [ "${SET_WINDOWKEYS}" = "yes" ] &&
> WINDOWKEYS_KEYMAP="windowkeys.inc"
> 48c52,53
> <               /usr/bin/loadkeys -q ${EXTENDED_KEYMAP} ${KEYMAP}
> >/dev/null
> ---
> >               /usr/bin/loadkeys -q ${WINDOWKEYS_KEYMAP} ${KEYMAP} \
> >                                    ${EXTENDED_KEYMAPS} >/dev/null
> 
> Petri
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 


Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to