[Pkg-xfce-devel] Work to be done before uploading 4.2.3

Rudy Godoy rudy at kernel-panik.org
Mon Nov 7 01:42:31 UTC 2005


El día 06/11/2005 a 19:34 Yves-Alexis Perez escribió...

> Everything should be ok for 4.2.3 but it's late and i'm a bit tired, so
> if someone can double check tomorrow... :)
> 

All fine here also. Despite the mcs-manager issue related below.

> And, by the way, i'm not sure about the postinst script which pkill
> -USR1 -f xfce-mcs-manager.
> 
> 1) here xfce-mcs-manager crashs after the rehash, and I don't know why
> 2) if xfce-mcs-manager isnt running, pkill return 1, postinst return 1,
> and the upgrade is failed
> 
> What do you think about ?
> 

I guess we can check for xfce-mcs-manager running and if so, do the
pkill, otherwise just launch it (thus it will read the config files)

like:

if [ `ps ax | awk '{print $5}' | grep mcs-manager` ];
then
   pkill -USR1 -f xfce-mcs-manager
fi

-Rudy

-- 
Rudy Godoy | 0x3433BD21 | http://stone-head.org               ,''`.
http://www.apesol.org  -  http://www.debian.org              : :' :
GPG FP: 0D12 8537 607E 2DF5 4EFB  35A7 550F 1A00 3433 BD21   `. `'
                                                               `-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-xfce-devel/attachments/20051106/3b96913c/attachment-0001.pgp


More information about the Pkg-xfce-devel mailing list