Bugzilla – Attachment 816 Details for
Bug 919
--disable-etc-default-login has no visible feedback
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
provide feedback for --disable-etc-default-login
openssh-etc-default-login.patch (text/plain), 1.39 KB, created by
Darren Tucker
on 2005-02-10 22:20:30 AEDT
(
hide
)
Description:
provide feedback for --disable-etc-default-login
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-02-10 22:20:30 AEDT
Size:
1.39 KB
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/configure.ac,v >retrieving revision 1.239 >diff -u -p -r1.239 configure.ac >--- configure.ac 9 Feb 2005 11:17:28 -0000 1.239 >+++ configure.ac 10 Feb 2005 11:15:43 -0000 >@@ -2583,18 +2583,26 @@ fi > > # check for /etc/default/login and use it if present. > AC_ARG_ENABLE(etc-default-login, >- [ --disable-etc-default-login Disable using PATH from /etc/default/login [no]],, >- [ AC_CHECK_FILE("/etc/default/login", >- [ external_path_file=/etc/default/login ]) >+ [ --disable-etc-default-login Disable using PATH from /etc/default/login [no]], >+ [ if test "x$enableval" = "xno"; then >+ AC_MSG_NOTICE([/etc/default/login handling disabled]) >+ etc_default_login=no >+ else >+ etc_default_login=yes >+ fi ], >+ [ etc_default_login=yes ] >+) > >+if test "x$etc_default_login" != "xno"; then >+ AC_CHECK_FILE("/etc/default/login", >+ [ external_path_file=/etc/default/login ]) > if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; > then > AC_MSG_WARN([cross compiling: Disabling /etc/default/login test]) > elif test "x$external_path_file" = "x/etc/default/login"; then > AC_DEFINE(HAVE_ETC_DEFAULT_LOGIN) > fi >- ] >-) >+fi > > dnl BSD systems use /etc/login.conf so --with-default-path= has no effect > if test $ac_cv_func_login_getcapbool = "yes" -a \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 919
:
702
|
703
| 816