s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

README.solaris (426B)


      1  This package assumes the existence of a POSIX shell in /bin/sh.
      2  On Solaris, /bin/sh is not POSIX. Most versions of Solaris provide
      3 a POSIX shell in /usr/xpg4/bin/sh.
      4 
      5  To compile this package on Solaris, you will need to run
      6 
      7      ./patch-for-solaris
      8 
      9  before you run ./configure. This script will change the #! invocation
     10 of the configure script and various tools so that a POSIX shell is used
     11 for the compilation process.