libselinux/libselinux-rhat.patch
2005-01-21 20:57:55 +00:00

13 lines
756 B
Diff

diff --exclude-from=exclude -N -u -r nsalibselinux/utils/avcstat.c libselinux-1.21.1/utils/avcstat.c
--- nsalibselinux/utils/avcstat.c 2005-01-20 16:05:24.000000000 -0500
+++ libselinux-1.21.1/utils/avcstat.c 2005-01-21 15:52:50.111732000 -0500
@@ -68,7 +68,7 @@
printf("program will loop, displaying updated statistics every \'interval\' seconds.\n");
printf("Relative values are displayed by default. Use the -c option to specify the\n");
printf("display of cumulative values. The -f option specifies the location of the\n");
- printf("AVC statistics file, defaulting to \'%s\%s\'.\n\n", selinux_mnt, DEF_STAT_FILE);
+ printf("AVC statistics file, defaulting to \'%s%s\'.\n\n", selinux_mnt, DEF_STAT_FILE);
}
static void set_window_rows(void)