From 4d2c607f0fea4fa08731e5e642152ec011b607f1 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 23 Sep 2024 17:16:01 +0000 Subject: Prepare for 0.1.2.3; install static libs in /usr/lib by default Signed-off-by: Laurent Bercot --- examples/s6/utmpd/run | 2 +- examples/s6/wtmpd/run | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/s6/utmpd/run b/examples/s6/utmpd/run index 21b0826..e996559 100755 --- a/examples/s6/utmpd/run +++ b/examples/s6/utmpd/run @@ -1,4 +1,4 @@ -#!/bin/execlineb -P +#!/bin/execlineb -S1 fdmove -c 2 1 foreground { mkdir -p -m 0755 /run/utmps } diff --git a/examples/s6/wtmpd/run b/examples/s6/wtmpd/run index d8aba76..0375955 100755 --- a/examples/s6/wtmpd/run +++ b/examples/s6/wtmpd/run @@ -1,7 +1,6 @@ -#!/bin/execlineb -P +#!/bin/execlineb -S1 fdmove -c 2 1 -unexport ? s6-setuidgid utmp cd /var/log # will only work after /var/log is mounted! fdmove 1 3 -- cgit v1.2.3