]> granicus.if.org Git - shadow/commitdiff
* configure.in: Fixed typo.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 21 Aug 2010 16:51:53 +0000 (16:51 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 21 Aug 2010 16:51:53 +0000 (16:51 +0000)
Thanks to Peter Vrabec.

ChangeLog
configure.in

index 41cad419c941ca2a06b570016b091008dc34a06d..f4672ac475270500bf4856fcc31f7bd7f4d65d50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2010-08-21  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * configure.in: Fixed typo.
+
+2010-08-21  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * libmisc/console.c, libmisc/motd.c, libmisc/setupenv.c,
+       libmisc/sulog.c, libmisc/hushed.c, libmisc/failure.c,
+       libmisc/loginprompt.c, libmisc/ttytype.c,
+       libmisc/pam_pass_non_interractive.c, src/userdel.c, src/login.c,
+       lib/commonio.c, lib/commonio.h: Fix some const issues.
+       * libmisc/motd.c: Avoid multi-statements lines.
+       * libmisc/motd.c: Support long MOTD_FILE.
+       * libmisc/list.c, lib/prototypes.h: Revert previous change.
+       dup_list and is_on_list are used with members as defined for the
+       group structure, and thus even if the list is not modified, the
+       list elements cannot be constant strings.
+       * libmisc/system.c: Avoid C++ comments.
+       * src/vipw.c: WITH_TCB cannot be tested inside a gettextized
+       string. Split the Usage string.
+       * lib/commonio.h: Re-indent.
+
 2010-08-21  Nicolas François  <nicolas.francois@centraliens.net>
 
        * libmisc/audit_help.c (audit_logger):pgname is not used. We let
index 68666b01a3f14348e6fb559990288099bfee8dca..b79073fce102bdffb133f5549b72e0e03135676c 100644 (file)
@@ -370,7 +370,7 @@ if test "$with_attr" != "no"; then
                else
                        AC_DEFINE(WITH_ATTR, 1,
                                  [Build shadow with Extended Attributes support])
-                       LIBACL="-lattr"
+                       LIBATTR="-lattr"
                        with_attr="yes"
                fi
        else