openbsd-ports/shells/sash/patches/patch-sash_c
lebel ff5323bd8f initial import of sash-3.4:
--
SASH - Stand-alone shell with built-in commands.

The sash program is a stand-alone shell which is useful for recovering
from certain types of system failures. In particular, it was created
in order to cope with the problem of missing shared libraries or
important executable.

WWW: http://www.canb.auug.org.au/~dbell/

Submitted by Albert Chang <vedge@vedge.com.ar>
2001-07-06 13:33:47 +00:00

13 lines
309 B
Plaintext

$OpenBSD: patch-sash_c,v 1.1.1.1 2001/07/06 13:33:48 lebel Exp $
--- sash.c.orig Sat Sep 25 00:03:29 1999
+++ sash.c Fri Jul 6 09:21:42 2001
@@ -312,7 +312,7 @@ static const CommandEntry commandEntryTa
{
"-umount", do_umount, 2, 2,
"Unmount a filesystem",
- "fileName"
+ "[-f] fileName"
},
{