mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
97a24c03c2
l/libbluray-1.2.1-x86_64-1.txz: Upgraded. n/libassuan-2.5.4-x86_64-1.txz: Upgraded. n/nfs-utils-2.5.2-x86_64-2.txz: Rebuilt. Comment out debugging lines from exportfs.c, probably left in by mistake. Thanks to upnort. x/libva-2.9.1-x86_64-1.txz: Upgraded.
24 lines
627 B
Diff
24 lines
627 B
Diff
--- ./utils/exportfs/exportfs.c.orig 2020-10-21 08:15:26.000000000 -0500
|
|
+++ ./utils/exportfs/exportfs.c 2020-10-26 14:59:29.733988620 -0500
|
|
@@ -176,10 +176,10 @@
|
|
xlog(L_ERROR, "-r and -u are incompatible");
|
|
return 1;
|
|
}
|
|
-printf("point 1\n");
|
|
+/* printf("point 1\n"); */
|
|
if (!setup_state_path_names(progname, ETAB, ETABTMP, ETABLCK, &etab))
|
|
return 1;
|
|
-printf("point 2\n");
|
|
+/* printf("point 2\n"); */
|
|
if (optind == argc && ! f_all) {
|
|
if (force_flush) {
|
|
cache_flush(1);
|
|
@@ -193,7 +193,7 @@
|
|
return 0;
|
|
}
|
|
}
|
|
-printf("point 3\n");
|
|
+/* printf("point 3\n"); */
|
|
|
|
/*
|
|
* Serialize things as best we can
|