aboutsummaryrefslogtreecommitdiff
path: root/share/examples
diff options
context:
space:
mode:
authorMark Newton <newton@FreeBSD.org>1999-01-30 08:43:53 +0000
committerMark Newton <newton@FreeBSD.org>1999-01-30 08:43:53 +0000
commit2a5b241f027169b90db0139401a9a72fe618b0bc (patch)
tree0cfdabf5c8ddf7a99456c23959966525d5d96ee8 /share/examples
parentdc1d225fe654823fd3d689539a4c3dfe8fb3fd44 (diff)
downloadsrc-2a5b241f027169b90db0139401a9a72fe618b0bc.tar.gz
src-2a5b241f027169b90db0139401a9a72fe618b0bc.zip
Added examples for svr4 /compat trees.
Notes
Notes: svn path=/head/; revision=43422
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/svr4/README31
-rw-r--r--share/examples/svr4/compat_sol26.tar.gzbin0 -> 2448 bytes
-rw-r--r--share/examples/svr4/compat_svr4.tar.gzbin0 -> 2501 bytes
-rwxr-xr-xshare/examples/svr4/hellobin0 -> 15864 bytes
4 files changed, 31 insertions, 0 deletions
diff --git a/share/examples/svr4/README b/share/examples/svr4/README
new file mode 100644
index 000000000000..306f01c28b8a
--- /dev/null
+++ b/share/examples/svr4/README
@@ -0,0 +1,31 @@
+INSTALLATION OF compat_* ARCHIVES
+
+This directory contains two .tar.gz archives used to populate /compat/svr4:
+
+ compat_svr4.tar.gz - generic SysVR4 distribution
+ compat_sol26.tar.gz - Solaris 2.6 and higher
+
+Both archives assume that you have some form of SysVR4 distribution
+mounted on /cdrom. They should be extracted into your root directory.
+
+compat_svr4.tar.gz is intended as a template for creating additional
+OS-specific archives (as it happens, it also "just works" if you have
+a Solaris 2.5 CD-ROM mounted on /cdrom).
+
+compat_sol26.tar.gz is intended to cover the case where you have a
+Solaris 2.6 or Solaris 7 CD-ROM mounted on /cdrom and you don't wish
+to copy the libraries onto your hard disk.
+
+If you do wish to copy the libraries onto your hard disk, you should
+start by extracting compat_svr4.tar.gz then removing the symlinks in
+/compat/svr4/usr. Then create /compat/svr4/usr/{lib,share,...}
+directories as needed, and copy your libraries, share-files and other
+"required" objects into them (the definition of "required" will depend
+on what, exactly, you wish to emulate).
+
+There's a Solaris executable called "hello" in this directory which
+should produce "Hello, world!" on standard output if you have the
+basics set up correctly.
+
+ - mark newton
+ newton@atdot.dotat.org
diff --git a/share/examples/svr4/compat_sol26.tar.gz b/share/examples/svr4/compat_sol26.tar.gz
new file mode 100644
index 000000000000..8b1a1bb25613
--- /dev/null
+++ b/share/examples/svr4/compat_sol26.tar.gz
Binary files differ
diff --git a/share/examples/svr4/compat_svr4.tar.gz b/share/examples/svr4/compat_svr4.tar.gz
new file mode 100644
index 000000000000..be77c2645516
--- /dev/null
+++ b/share/examples/svr4/compat_svr4.tar.gz
Binary files differ
diff --git a/share/examples/svr4/hello b/share/examples/svr4/hello
new file mode 100755
index 000000000000..923c45b6c9ad
--- /dev/null
+++ b/share/examples/svr4/hello
Binary files differ