Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 47261

Summary: lcdproc gentoo heartbeat patch
Product: Gentoo Linux Reporter: Wijnand <gentoo>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: reenoo
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://lcdproc.spacedout.nl
Whiteboard:
Package list:
Runtime testing required: ---

Description Wijnand 2004-04-08 12:39:20 UTC
This patch replaces the default "heart" heartbeat in LCDd with a nice, pusating Gentoo "G". It also states "Thanks for using Lcdproc and Gentoo" in stead of "Thanks for using Lcdproc and Linux"


diff server/drivers/hd44780.c server/drivers/hd44780.c
712,717c712,713
<                1, 1, 1, 1, 1,            // Empty Heart
<                1, 0, 1, 0, 1,
<                0, 0, 0, 0, 0,
<                0, 0, 0, 0, 0,
<                0, 0, 0, 0, 0,
<                1, 0, 0, 0, 1,
---
>                0, 0, 1, 0, 0,            // Filled G
>                0, 1, 1, 1, 0,
719a716,719
>                0, 0, 1, 1, 1,
>                0, 1, 1, 1, 0,
>                1, 1, 1, 1, 0,
>                0, 1, 1, 0, 0,
723,728c723,724
<                1, 1, 1, 1, 1,            // Filled Heart
<                1, 0, 1, 0, 1,
<                0, 1, 0, 1, 0,
<                0, 1, 1, 1, 0,
<                0, 1, 1, 1, 0,
<                1, 0, 1, 0, 1,
---
>                0, 1, 1, 1, 0,            // Ali G
>                1, 1, 0, 1, 1,
730a727,730
>                0, 1, 1, 1, 1,
>                1, 1, 1, 1, 1,
>                1, 1, 1, 1, 0,
>                1, 1, 1, 1, 0,
diff server/serverscreens.c server/serverscreens.c
182c182
<       char *l20 = " LCDproc and Linux! ";
---
>       char *l20 = " LCDproc and Gentoo ";
190c190
<       char *l16 = " LCDproc+Linux! ";
---
>       char *l16 = " LCDproc+Gentoo ";
Comment 1 Rene Wagner 2004-04-08 13:51:19 UTC
The LCDproc team will drop official support for Gentoo if this patch is accepted.

Regards,

Rene
Comment 2 Dominik Stadler (RETIRED) gentoo-dev 2004-04-08 14:35:36 UTC

*** This bug has been marked as a duplicate of 47260 ***