From: Jim Meyering Date: Mon, 17 May 2004 12:07:48 +0000 (+0000) Subject: (chopt_init): Affect each symlink referent by default. X-Git-Tag: v5.3.0~1543 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2740635cdd2318a22e82d5e3189d5f55eaafd29;p=thirdparty%2Fcoreutils.git (chopt_init): Affect each symlink referent by default. --- diff --git a/src/chown-core.c b/src/chown-core.c index b52837bbd3..ea2114ab70 100644 --- a/src/chown-core.c +++ b/src/chown-core.c @@ -45,7 +45,7 @@ chopt_init (struct Chown_option *chopt) { chopt->verbosity = V_off; chopt->root_dev_ino = NULL; - chopt->affect_symlink_referent = false; + chopt->affect_symlink_referent = true; chopt->recurse = false; chopt->force_silent = false; chopt->user_name = 0;