From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] sysklogd: Check for hanging link file also when installing the conf file.
Date: Mon, 7 Nov 2011 16:21:57 +0100 [thread overview]
Message-ID: <20111107162157.783b9a2f@skate> (raw)
In-Reply-To: <1320676850-20690-1-git-send-email-ryan.raasch@gmail.com>
Le Mon, 7 Nov 2011 15:40:50 +0100,
Ryan Raasch <ryan.raasch@gmail.com> a ?crit :
> - if [ ! -f $(TARGET_DIR)/etc/syslog.conf ]; then \
> + if [ ! -f $(TARGET_DIR)/etc/syslog.conf ] && [ ! -h $(TARGET_DIR)/etc/syslog.conf ] ; then \
Wouldn't
> - if [ ! -e $(TARGET_DIR)/etc/syslog.conf ]; then \
Be better ?
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2011-11-07 15:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-07 14:40 [Buildroot] [PATCH] sysklogd: Check for hanging link file also when installing the conf file Ryan Raasch
2011-11-07 15:21 ` Thomas Petazzoni [this message]
2011-11-07 15:24 ` Ryan Raasch
2011-11-07 15:26 ` Ryan Raasch
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=20111107162157.783b9a2f@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox