summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/klogd-linux/run2
-rwxr-xr-xexamples/s6-svscanboot2
-rwxr-xr-xexamples/syslogd/run2
-rwxr-xr-xpatch-for-solaris2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/klogd-linux/run b/examples/klogd-linux/run
index ae9935a..a474dc9 100755
--- a/examples/klogd-linux/run
+++ b/examples/klogd-linux/run
@@ -1,4 +1,4 @@
-#!/bin/execlineb -P
+#!/bin/execlineb -S0
fdmove -c 2 1
redirfd -r 0 /proc/kmsg
exec -c
diff --git a/examples/s6-svscanboot b/examples/s6-svscanboot
index 797b9bf..40d6441 100755
--- a/examples/s6-svscanboot
+++ b/examples/s6-svscanboot
@@ -5,4 +5,4 @@
/bin/redirfd -wnb 1 /run/service/s6-svscan-log/fifo
/bin/fdmove -c 2 1
/bin/exec -ca s6-svscan
-/bin/s6-svscan -t0 /run/service
+/bin/s6-svscan /run/service
diff --git a/examples/syslogd/run b/examples/syslogd/run
index 98a52d9..fcbc590 100755
--- a/examples/syslogd/run
+++ b/examples/syslogd/run
@@ -1,4 +1,4 @@
-#!/bin/execlineb -P
+#!/bin/execlineb -S0
fdmove -c 2 1
s6-envuidgid nobody
s6-socklog -d3 -U -t3000
diff --git a/patch-for-solaris b/patch-for-solaris
index fbefc32..df17cc8 100755
--- a/patch-for-solaris
+++ b/patch-for-solaris
@@ -1,4 +1,4 @@
-#!/usr/xpg4/bin/sh
+#!/usr/xpg4/bin/sh -e
patchit () {
echo '#!/usr/xpg4/bin/sh' > $1.tmp