All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: X/Qt2 opie integration (patches included)
Date: Sat, 04 Oct 2008 08:30:21 +0200	[thread overview]
Message-ID: <gc72hu$i8f$1@ger.gmane.org> (raw)
In-Reply-To: <48E6624C.7000409@opensimpad.org>

On 03-10-2008 20:19, Bernhard Guillon wrote:
> Hi all,
> here [1] [2] [3] are my efforts to integrate X/Qt2 into opie. Everything
> works fine for SIMpad. Can we put that into dev branch?
>
> best regrads
> Bernhard Guillon
>
> 1 http://linuxtogo.org/gowiki/Angstrom/XQt/playground
> 2 http://bugs.openembedded.net/show_bug.cgi?id=4582
> 3 http://bugs.openembedded.net/show_bug.cgi?id=4603

NACK!

+do_install() {
[..]
+	install -d ${D}/home/root
+	install -m 0600 .blackboxrc ${D}/home/root

A package NEVER EVER touches $HOME. NEVER! I wish ascii could produces 
some bigger capitals that blink and have baseballbats to get the point 
across, but sadly it can't.

Imagine I don't log in as root and fire up packagekit to install that 
packages. I don't get the .blackboxrc, but the root user suddenly has 
his .blackboxrc overwritten without notice.

So:

A package NEVER EVER touches $HOME. NEVER!

${sysconfdir} exists for a reason.

regards,

Koen




  reply	other threads:[~2008-10-04  6:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-03 18:19 X/Qt2 opie integration (patches included) Bernhard Guillon
2008-10-04  6:30 ` Koen Kooi [this message]
2008-10-04 11:51   ` Bernhard Guillon
2008-10-07 11:20     ` Bernhard Guillon
2008-10-07 11:47       ` Koen Kooi
2008-10-07 12:33         ` Bernhard Guillon
2008-10-07 12:43           ` Koen Kooi
2008-11-21 17:32             ` Bernhard Guillon
2008-11-23 10:06               ` Bernhard Guillon
2008-10-07 12:43           ` Graeme Gregory

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='gc72hu$i8f$1@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.