handle dot-files by default; it does not make sense to use a special
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 10 Feb 2004 17:20:25 +0000 (17:20 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 10 Feb 2004 17:20:25 +0000 (17:20 +0000)
'-a' flag for the set-operations

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@873 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/chxid.c
util-vserver/src/setattr.c

index fe5bfd5..2e86b2b 100644 (file)
@@ -97,4 +97,5 @@ fixupParams(struct Arguments UNUSED *args, int argc)
 
   args->ctx            = resolveCtx(args->ctx_str);
   args->do_display_dir = !args->do_recurse;
+  args->do_display_dot = true;
 }
index 03fb884..b7665a6 100644 (file)
@@ -88,6 +88,7 @@ fixupParams(struct Arguments * args, int argc)
   }
 
   args->do_display_dir = !args->do_recurse;
+  args->do_display_dot = true;
 }
 
 bool