From 9fe5982c86c31373cec631f1e5b926fd1103908d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 23 Dec 2014 01:46:53 +0000 Subject: Replace LASTPID with ! in the init-stage1 example script --- examples/ROOT/etc/s6-init/init-stage1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ROOT') diff --git a/examples/ROOT/etc/s6-init/init-stage1 b/examples/ROOT/etc/s6-init/init-stage1 index ea946e9..dd6eb70 100755 --- a/examples/ROOT/etc/s6-init/init-stage1 +++ b/examples/ROOT/etc/s6-init/init-stage1 @@ -52,7 +52,7 @@ background redirfd -w 1 /service/s6-svscan-log/fifo # (blocks until the logger reads) /etc/s6-init/init-stage2 } -unexport LASTPID +unexport ! # Start stage 2. s6-svscan -t0 /service -- cgit v1.2.3