]> git.pld-linux.org Git - packages/coreutils.git/blob - coreutils-su-paths.patch
- install su man page
[packages/coreutils.git] / coreutils-su-paths.patch
1 --- coreutils-4.5.3/src/su.c.orig       Sun Oct 27 21:57:03 2002
2 +++ coreutils-4.5.3/src/su.c    Sun Oct 27 22:15:05 2002
3 @@ -154,6 +154,15 @@
4  # define DEFAULT_ROOT_LOGIN_PATH "/usr/ucb:/bin:/usr/bin:/etc"
5  #endif
6  
7 +/* The default paths which get set are both bogus and oddly influenced
8 +    by <paths.h> and -D on the commands line. Just to be clear, we'll set
9 +    these explicitly. -ewt */
10 +#undef DEFAULT_LOGIN_PATH
11 +#undef DEFAULT_ROOT_LOGIN_PATH
12 +#define DEFAULT_LOGIN_PATH "/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin"
13 +#define DEFAULT_ROOT_LOGIN_PATH \
14 +    "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/X11R6/bin:/usr/X11R6/sbin"
15 +       
16  /* The shell to run if none is given in the user's passwd entry.  */
17  #define DEFAULT_SHELL "/bin/sh"
18  
This page took 0.039319 seconds and 3 git commands to generate.