aboutsummaryrefslogtreecommitdiffstats
path: root/shells/sash/files/patch-ab
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-01-29 22:36:06 +0000
committerSteve Price <steve@FreeBSD.org>2000-01-29 22:36:06 +0000
commitaea575ce76589e8bcdf16cb42e58017df088fbc2 (patch)
tree5ebabb9b375ea41ab2a1978f28a8d632adf40b3b /shells/sash/files/patch-ab
parente3a63b2d1653ce58e8d8aec94469d0aab49ec745 (diff)
Adding sash version 3.4.
A Stand-Alone shell combining many common utilities. PR: 16309 Submitted by: Patrick Gardella <patrick@freebsd.org>
Diffstat (limited to 'shells/sash/files/patch-ab')
-rw-r--r--shells/sash/files/patch-ab33
1 files changed, 33 insertions, 0 deletions
diff --git a/shells/sash/files/patch-ab b/shells/sash/files/patch-ab
new file mode 100644
index 000000000000..9642d29ca91a
--- /dev/null
+++ b/shells/sash/files/patch-ab
@@ -0,0 +1,33 @@
+diff -NPru README.FreeBSD.orig README.FreeBSD
+--- README.FreeBSD.orig Thu Jan 1 01:00:00 1970
++++ README.FreeBSD Sun Jan 23 00:03:20 2000
+@@ -0,0 +1,29 @@
++This is a port of SASH to FreeBSD 4.0. Here are the differences to
++the original version:
++
++* The Makefile was rewritten to make use of standard BSD makefiles.
++ This helps integrating SASH into binaries built with crunchgen.
++
++* This port contains only a subset of 'mount -t type' commands. The
++ types that are supported are:
++
++ ufs,msdos,ext2fs,cd9660
++
++ (the naming follows standard mount(8) command in FreeBSD).
++
++ However, the only supported options for mounting are either read/write
++ (default, except for cd9660), read-only, or updating the mount
++ (NOTE: the original code uses '-m', but I changed it to '-u'
++ to be consistent with standard FreeBSD mount(8) ).
++
++ Also, the built-in mount command doesn't even attempt to autoload
++ requested vfs KLD, if it's not present in the kernel. In such
++ case, the mount operation will fail.
++
++* The code has been modularized (in similar way it was done for ELKS
++ version), so you can easier select which parts you want to include.
++ See the Makefile for the options.
++
++Andrzej Bialecki
++<abial@FreeBSD.org>
++Stockholm, 22.01.2000