From: Gavin Schenk <g.schenk@eckelmann.de>
To: ptxdist@pengutronix.de
Cc: Gavin Schenk <g.schenk@eckelmann.de>
Subject: [ptxdist] [PATCH 1/3] rc-once: Use /etc/rc.once.d as link target in all rc-once scripts
Date: Tue, 6 Jun 2017 17:28:47 +0200 [thread overview]
Message-ID: <20170606152849.69114-2-g.schenk@eckelmann.de> (raw)
In-Reply-To: <20170606152849.69114-1-g.schenk@eckelmann.de>
Signed-off-by: Gavin Schenk <g.schenk@eckelmann.de>
---
projectroot/usr/sbin/enable-rc-once | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projectroot/usr/sbin/enable-rc-once b/projectroot/usr/sbin/enable-rc-once
index 892b1df44..22410b954 100644
--- a/projectroot/usr/sbin/enable-rc-once
+++ b/projectroot/usr/sbin/enable-rc-once
@@ -6,6 +6,6 @@ rm -f "$DESTDIR/etc/rc.once.d/.done/rc-once"
if [ -f "$DESTDIR/usr/lib/systemd/system/rc-once.service" ]; then
if [ ! -e $DESTDIR/system-update ]; then
- ln -sf etc/rc.once.d $DESTDIR/system-update
+ ln -sf /etc/rc.once.d $DESTDIR/system-update
fi
fi
--
2.13.0
Eckelmann AG
Vorstand: Dipl.-Ing. Peter Frankenbach (Sprecher) Dipl.-Wi.-Ing. Philipp Eckelmann
Dr.-Ing. Marco Münchhof Dr.-Ing. Frank Uhlemann
Vorsitzender des Aufsichtsrats: Hubertus G. Krossa
Stv. Vorsitzender des Aufsichtsrats: Dr.-Ing. Gerd Eckelmann
Sitz der Gesellschaft: Berliner Str. 161, 65205 Wiesbaden, Amtsgericht Wiesbaden HRB 12636
http://www.eckelmann.de
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2017-06-06 15:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-06 15:28 [ptxdist] [PATCH 0/3] Using second offline update service beside rc-once in PTXDIST Gavin Schenk
2017-06-06 15:28 ` Gavin Schenk [this message]
2017-06-06 15:58 ` [ptxdist] [PATCH 1/3] rc-once: Use /etc/rc.once.d as link target in all rc-once scripts Michael Olbrich
2017-06-06 15:28 ` [ptxdist] [PATCH 2/3] rc-once: Use readlink to check where /system-update points to Gavin Schenk
2017-06-06 16:00 ` Michael Olbrich
2017-06-06 16:25 ` Uwe Kleine-König
2017-06-06 16:49 ` Michael Olbrich
2017-06-06 21:54 ` Uwe Kleine-König
2017-06-06 15:28 ` [ptxdist] [PATCH 3/3] rc-once: Moved deletion of /system-update into function run_rc_once() Gavin Schenk
2017-06-06 16:02 ` Michael Olbrich
2017-06-07 6:29 ` Schenk, Gavin
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=20170606152849.69114-2-g.schenk@eckelmann.de \
--to=g.schenk@eckelmann.de \
--cc=ptxdist@pengutronix.de \
/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