pkgsrc/sysutils/coreutils/patches/patch-ah
tnn db2fe5ff53 Update to coreutils-6.10.
New tools:
* gmktemp - GNU implementation of mktemp(1)
* gchcon  - change the SELinux security context of a file
* gruncon - run a program in a different SELinux security context

Programs now default disabled by upstream (thus not installed):
* ghostname
* gsu (XXX: could make this a PKG_OPTION if requested)

Also assorted bugfixes.
2008-03-08 01:06:52 +00:00

15 lines
326 B
Text

$NetBSD: patch-ah,v 1.3 2008/03/08 01:06:52 tnn Exp $
--- src/df.c.orig 2008-01-11 14:47:21.000000000 +0100
+++ src/df.c
@@ -944,8 +944,10 @@ main (int argc, char **argv)
_("cannot read table of mounted file systems"));
}
+#if HAVE_SYNC
if (require_sync)
sync ();
+#endif
if (optind < argc)
{