more spelling fixes
(only in the lines that were added or modified already) ok pvalchev@
This commit is contained in:
parent
7d586cefbb
commit
7854ec5493
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-src_wmtune_c,v 1.4 2002/10/01 06:36:31 pvalchev Exp $
|
||||
$OpenBSD: patch-src_wmtune_c,v 1.5 2003/03/28 22:39:10 david Exp $
|
||||
--- src/wmtune.c.orig Sat Sep 11 11:49:24 1999
|
||||
+++ src/wmtune.c Fri Sep 27 21:22:11 2002
|
||||
@@ -18,102 +18,74 @@
|
||||
@ -1784,7 +1784,7 @@ $OpenBSD: patch-src_wmtune_c,v 1.4 2002/10/01 06:36:31 pvalchev Exp $
|
||||
+ iomap[offset] ^= mask;
|
||||
+ ioperms.iomap = iomap;
|
||||
+ if (sysarch(I386_SET_IOPERM, (char *)&ioperms) < 0)
|
||||
+ err(1, "Unsufficient IO privledges");
|
||||
+ err(1, "Unsufficient IO privileges");
|
||||
+
|
||||
+ gouser();
|
||||
+}
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-cda_d_cda_c,v 1.1 2001/08/08 23:31:23 naddy Exp $
|
||||
$OpenBSD: patch-cda_d_cda_c,v 1.2 2003/03/28 22:39:10 david Exp $
|
||||
--- cda_d/cda.c.orig Sat Feb 5 08:26:38 2000
|
||||
+++ cda_d/cda.c Wed Aug 8 01:32:14 2001
|
||||
@@ -349,23 +349,52 @@ cda_init(curstat_t *s)
|
||||
@ -103,7 +103,7 @@ $OpenBSD: patch-cda_d_cda_c,v 1.1 2001/08/08 23:31:23 naddy Exp $
|
||||
* descriptors from a parent process which is for the
|
||||
* CD-ROM device, and violating exclusive-open requirements
|
||||
* on some platforms.
|
||||
+ * thomas@suse.de: not neccessary anymore on modern systems
|
||||
+ * thomas@suse.de: not necessary anymore on modern systems
|
||||
*/
|
||||
for (i = 3; i < 10; i++)
|
||||
(void) close(i);
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-config_guess,v 1.1.1.1 2001/06/20 18:57:28 lebel Exp $
|
||||
$OpenBSD: patch-config_guess,v 1.2 2003/03/28 22:39:10 david Exp $
|
||||
--- config.guess.orig Sun Jun 11 14:24:06 2000
|
||||
+++ config.guess Wed Jun 20 14:15:13 2001
|
||||
@@ -1,7 +1,10 @@
|
||||
@ -725,7 +725,7 @@ $OpenBSD: patch-config_guess,v 1.1.1.1 2001/06/20 18:57:28 lebel Exp $
|
||||
+#if defined(__GLIBC__)
|
||||
+ printf("%s %s\n", __libc_version, __libc_release);
|
||||
+#else
|
||||
+ printf("unkown\n");
|
||||
+ printf("unknown\n");
|
||||
+#endif
|
||||
+ return 0;
|
||||
+}
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-figlet,v 1.2 2002/08/26 23:38:15 avsm Exp $
|
||||
$OpenBSD: patch-figlet,v 1.3 2003/03/28 22:39:10 david Exp $
|
||||
--- figlet.6.orig Sat Jul 13 10:57:21 2002
|
||||
+++ figlet.6 Tue Aug 27 00:02:24 2002
|
||||
@@ -54,7 +54,27 @@ FIGlet \- display large characters made
|
||||
@ -46,7 +46,7 @@ $OpenBSD: patch-figlet,v 1.2 2002/08/26 23:38:15 avsm Exp $
|
||||
+lists all the available fonts and control files.
|
||||
+
|
||||
+.B showfigfonts
|
||||
+displays a sample of each avaiable font in
|
||||
+displays a sample of each available font in
|
||||
+.I font_directory
|
||||
+using the name of the font as the sample text, unless
|
||||
+.I sample_word
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-stel_steld_c,v 1.1 2001/09/29 21:27:50 naddy Exp $
|
||||
$OpenBSD: patch-stel_steld_c,v 1.2 2003/03/28 22:39:10 david Exp $
|
||||
--- stel/steld.c.orig Fri Apr 26 18:29:24 1996
|
||||
+++ stel/steld.c Sat Sep 29 22:55:22 2001
|
||||
@@ -664,6 +664,11 @@ int usepty, authfh;
|
||||
@ -7,7 +7,7 @@ $OpenBSD: patch-stel_steld_c,v 1.1 2001/09/29 21:27:50 naddy Exp $
|
||||
unixauth:
|
||||
+/*
|
||||
+ * Commented out since openbsd does not use this. Refer the the
|
||||
+ * skeyaccess.c with is a seperate utility written by Wietse Venema.
|
||||
+ * skeyaccess.c with is a separate utility written by Wietse Venema.
|
||||
+ * It is not used in our distribution of skey.
|
||||
+ *
|
||||
if (!skeyaccess(username, line, fromhost, fromhost)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user