From: fabbione@sourceware.org <fabbione@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 WHATS_NEW configure configure.in
Date: 14 Oct 2009 04:10:42 -0000 [thread overview]
Message-ID: <20091014041042.28270.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: fabbione at sourceware.org 2009-10-14 04:10:41
Modified files:
. : WHATS_NEW configure configure.in
Log message:
configure.in: don't set default file owner and group
Per discussion on lvm-devel mailing list and part of debian patch set,
don't set defaults for owner and group, since nobody seems to use them, and
still allow override.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1295&r2=1.1296
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.111&r2=1.112
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.119&r2=1.120
--- LVM2/WHATS_NEW 2009/10/13 02:35:26 1.1295
+++ LVM2/WHATS_NEW 2009/10/14 04:10:41 1.1296
@@ -1,5 +1,6 @@
Version 2.02.54 -
=====================================
+ Set default owner and group to null.
Add dmeventd.static to the build.
Disable realtime support code by default.
Make clvmd return 0 on success rather than 1.
--- LVM2/configure 2009/10/12 16:59:20 1.111
+++ LVM2/configure 2009/10/14 04:10:41 1.112
@@ -1531,8 +1531,8 @@
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --with-user=USER Set the owner of installed files [USER=root]
- --with-group=GROUP Set the group owner of installed files [GROUP=root]
+ --with-user=USER Set the owner of installed files [USER=]
+ --with-group=GROUP Set the group owner of installed files [GROUP=]
--with-device-uid=UID Set the owner used for new device nodes [UID=0]
--with-device-gid=UID Set the group used for new device nodes [GID=0]
--with-device-mode=MODE Set the mode used for new device nodes [MODE=0600]
@@ -9078,7 +9078,7 @@
################################################################################
{ $as_echo "$as_me:$LINENO: checking file owner" >&5
$as_echo_n "checking file owner... " >&6; }
-OWNER="root"
+OWNER=""
# Check whether --with-user was given.
@@ -9096,7 +9096,7 @@
################################################################################
{ $as_echo "$as_me:$LINENO: checking group owner" >&5
$as_echo_n "checking group owner... " >&6; }
-GROUP="root"
+GROUP=""
# Check whether --with-group was given.
if test "${with_group+set}" = set; then
--- LVM2/configure.in 2009/10/12 16:59:20 1.119
+++ LVM2/configure.in 2009/10/14 04:10:41 1.120
@@ -144,10 +144,10 @@
################################################################################
dnl -- Setup the ownership of the files
AC_MSG_CHECKING(file owner)
-OWNER="root"
+OWNER=""
AC_ARG_WITH(user,
- [ --with-user=USER Set the owner of installed files [[USER=root]] ],
+ [ --with-user=USER Set the owner of installed files [[USER=]] ],
[ OWNER="$withval" ])
AC_MSG_RESULT($OWNER)
@@ -158,9 +158,9 @@
################################################################################
dnl -- Setup the group ownership of the files
AC_MSG_CHECKING(group owner)
-GROUP="root"
+GROUP=""
AC_ARG_WITH(group,
- [ --with-group=GROUP Set the group owner of installed files [[GROUP=root]] ],
+ [ --with-group=GROUP Set the group owner of installed files [[GROUP=]] ],
[ GROUP="$withval" ])
AC_MSG_RESULT($GROUP)
next reply other threads:[~2009-10-14 4:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-14 4:10 fabbione [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-10 8:54 LVM2 WHATS_NEW configure configure.in zkabelac
2010-07-31 0:43 agk
2010-03-04 11:09 zkabelac
2009-09-01 19:11 fabbione
2009-07-31 13:31 agk
2008-11-24 13:33 agk
2008-06-27 19:57 agk
2007-07-13 17:08 agk
2007-01-09 22:07 agk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091014041042.28270.qmail@sourceware.org \
--to=fabbione@sourceware.org \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.