* Haiku has grown a few features in the meantime, so enable them in
coreutils' config.h. * "su" needs to have set-uid permission. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25039 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -638,10 +638,10 @@
|
|||||||
#define HAVE_GETOPT_LONG_ONLY 1
|
#define HAVE_GETOPT_LONG_ONLY 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `getpagesize' function. */
|
/* Define to 1 if you have the `getpagesize' function. */
|
||||||
/* #undef HAVE_GETPAGESIZE */
|
#define HAVE_GETPAGESIZE 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `getspnam' function. */
|
/* Define to 1 if you have the `getspnam' function. */
|
||||||
/* #undef HAVE_GETSPNAM */
|
#define HAVE_GETSPNAM 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `getsysinfo' function. */
|
/* Define to 1 if you have the `getsysinfo' function. */
|
||||||
/* #undef HAVE_GETSYSINFO */
|
/* #undef HAVE_GETSYSINFO */
|
||||||
@@ -937,7 +937,7 @@
|
|||||||
/* #undef HAVE_SETTIMEOFDAY */
|
/* #undef HAVE_SETTIMEOFDAY */
|
||||||
|
|
||||||
/* Define to 1 if you have the <shadow.h> header file. */
|
/* Define to 1 if you have the <shadow.h> header file. */
|
||||||
/* #undef HAVE_SHADOW_H */
|
#define HAVE_SHADOW_H 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `sig2str' function. */
|
/* Define to 1 if you have the `sig2str' function. */
|
||||||
/* #undef HAVE_SIG2STR */
|
/* #undef HAVE_SIG2STR */
|
||||||
@@ -1042,7 +1042,7 @@
|
|||||||
/* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
|
/* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
|
||||||
|
|
||||||
/* Define to 1 if `sp_pwdp' is member of `struct spwd'. */
|
/* Define to 1 if `sp_pwdp' is member of `struct spwd'. */
|
||||||
/* #undef HAVE_STRUCT_SPWD_SP_PWDP */
|
#define HAVE_STRUCT_SPWD_SP_PWDP 1
|
||||||
|
|
||||||
/* Define to 1 if `f_fstypename' is member of `struct statfs'. */
|
/* Define to 1 if `f_fstypename' is member of `struct statfs'. */
|
||||||
/* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
|
/* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
|
||||||
|
|||||||
@@ -77,6 +77,10 @@ StdBinCommands
|
|||||||
yes.c
|
yes.c
|
||||||
: libfetish.a : $(coreutils_rsrc) ;
|
: libfetish.a : $(coreutils_rsrc) ;
|
||||||
|
|
||||||
|
# set set-uid bit on su
|
||||||
|
MODE on su = 04755 ;
|
||||||
|
|
||||||
|
|
||||||
# commands requiring select, uname, etc.
|
# commands requiring select, uname, etc.
|
||||||
|
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
|
|||||||
Reference in New Issue
Block a user