bug-coreutils
[Top][All Lists]
Advanced

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

Re: coreutils-6.10 released (stable)


From: Zvi Har'El
Subject: Re: coreutils-6.10 released (stable)
Date: Wed, 23 Jan 2008 10:59:34 +0200
User-agent: Thunderbird 2.0.0.9 (X11/20071031)

A minor bug: missing semicolon if "--enable-install-program=su" configure option is selected

Patch:


--- coreutils-6.10/src/Makefile.in.~20080122004942~ 2008-01-22 02:49:42.000000000 +0200
+++ coreutils-6.10/src/Makefile.in    2008-01-23 10:53:33.000000000 +0200
@@ -1274,7 +1274,7 @@
    echo " chown root $(installed_su)";            \
    chown root $(installed_su);                \
    echo " chmod $(setuid_root_mode) $(installed_su)";    \
-    chmod $(setuid_root_mode) $(installed_su)        \
+    chmod $(setuid_root_mode) $(installed_su);        \
  else                            \
    :;                            \
  fi

On 22/01/08 23:18, Jim Meyering wrote:

Coreutils version 6.10 has been released.  This is a stable release.

Please report any build problems or test failures to the
address@hidden mailing list.

** New build options

  By default, "make install" no longer attempts to install (or even build) su.
  To change that, use ./configure --enable-install-program=su.
  If you also want to install the new "arch" program, do this:
  ./configure --enable-install-program=arch,su.



--
Dr. Zvi Har'El      mailto:address@hidden    Department of Mathematics
tel:+972-54-4227607                  Technion - Israel Institute of Technology
fax:+972-4-8293388  http://www.math.technion.ac.il/~rl/    Haifa 32000, ISRAEL
"If you can't say somethin' nice, don't say nothin' at all." -- Thumper (1942)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]