aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-24 20:15:25 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-24 20:15:25 +0000
commit03ff9cad105bb95f205ec333cf982c92cecf62bd (patch)
treed6c68d46f07793d7e794c25b8c4214ab2695a638
parent1f3e97748180e36cdf6630d60019895e9a7f9a0c (diff)
downloads6-03ff9cad105bb95f205ec333cf982c92cecf62bd.tar.gz
version: 2.14.0.1v2.14.0.1
-rw-r--r--README1
-rwxr-xr-xpatch-for-solaris2
2 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index 3572e64..3ba4e67 100644
--- a/README
+++ b/README
@@ -24,4 +24,3 @@ s6-linux-init package, for instance, expand on it.
questions about the inner workings of s6, and the
<supervision at list.skarnet.org> mailing-list for questions
about process supervision, init systems, and so on.
-
diff --git a/patch-for-solaris b/patch-for-solaris
index f209bab..bc4def1 100755
--- a/patch-for-solaris
+++ b/patch-for-solaris
@@ -4,7 +4,7 @@ patchit () {
echo '#!/usr/xpg4/bin/sh' > $1.tmp
tail -n +2 $1 >> $1.tmp
mv -f $1.tmp $1
- chmod 755 $1
+ chmod 0755 $1
}
# Solaris doesn't understand POSIX.1-2008 either.