[gdm] configure: change default PATH to include sbin



commit 1282e09a595b73ae530ccb4ed9f942947d1f3fba
Author: Ray Strode <rstrode redhat com>
Date:   Tue Apr 22 15:01:52 2014 -0400

    configure: change default PATH to include sbin

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index aa0a13f..26455f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -287,7 +287,7 @@ AC_ARG_WITH(default-path,
 if test x$withval != x; then
        GDM_SESSION_DEFAULT_PATH="$withval"
 else
-       GDM_SESSION_DEFAULT_PATH="/usr/local/bin:/usr/bin:/bin"
+       GDM_SESSION_DEFAULT_PATH="/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
 fi
 AC_SUBST(GDM_SESSION_DEFAULT_PATH)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]