openbsd-ports/x11/xterm/patches/patch-sinstall_sh
naddy 13f52e3825 - Update to #149.
- Use 4755 installation mode; 4711 is excessively paranoid and breaks
  SUDO package building.
- Unkludge USE_POSIX_TERMIOS define.
2000-12-08 15:18:39 +00:00

13 lines
365 B
Plaintext

$OpenBSD: patch-sinstall_sh,v 1.1 2000/12/08 15:18:40 naddy Exp $
--- sinstall.sh.orig Fri Dec 8 15:53:29 2000
+++ sinstall.sh Fri Dec 8 15:54:03 2000
@@ -63,7 +63,7 @@ if test -f "$REF_PROG" ; then
$trace "... see if mode \"$cf_mode\" has s-bit set"
case ".$cf_mode" in #(vi
.???s*) #(vi
- PROG_MODE=4711
+ PROG_MODE=4755
PROG_GRP=
;;
.??????s*)