aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.