Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37776332
en ru br
ALT Linux repos
S:1.1.13-alt2
5.0: 1.1.8-alt2.M50.1
4.1: 1.1.8-alt0.M41.1
4.0: 1.1.8-alt0.M40.1

Group :: System/X11
RPM: xdm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 0003-Fix-defaults-path.patch
Download


From bf1f7e3055418cbb20e0f0564958c57805694522 Mon Sep 17 00:00:00 2001
From: Valery Inozemtsev <shrek@altlinux.ru>
Date: Thu, 22 May 2008 13:00:13 +0400
Subject: [PATCH 03/33] Fix defaults path
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 329c8e8..8cffbfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -456,7 +456,7 @@ if test -z "$DEF_USER_PATH" ; then
 		DEF_USER_PATH="/usr/bin:${bindir}"
 		;;
 	    *)
-		DEF_USER_PATH="/bin:/usr/bin:${bindir}:/usr/ucb"
+		DEF_USER_PATH="/bin:/usr/bin:/usr/local/bin"
 		;;
 	esac
 fi
@@ -478,7 +478,7 @@ if test -z "$DEF_SYSTEM_PATH" ; then
 		DEF_SYSTEM_PATH="/sbin:/usr/sbin:/usr/bin:${bindir}"
 		;;
 	    *)
-		DEF_SYSTEM_PATH="/etc:/bin:/usr/bin:${bindir}:/usr/ucb"
+		DEF_SYSTEM_PATH="/bin:/usr/bin:/usr/local/bin"
 		;;
 	esac
 fi
-- 
2.19.2
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin