Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/tunefs Add missing space in "quotas disabled" output fr...



details:   https://anonhg.NetBSD.org/src/rev/5060e803d013
branches:  trunk
changeset: 455761:5060e803d013
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Apr 12 01:14:37 2019 +0000

description:
Add missing space in "quotas disabled" output from tunefs -N

diffstat:

 sbin/tunefs/tunefs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6d613168821e -r 5060e803d013 sbin/tunefs/tunefs.c
--- a/sbin/tunefs/tunefs.c      Thu Apr 11 23:52:08 2019 +0000
+++ b/sbin/tunefs/tunefs.c      Fri Apr 12 01:14:37 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tunefs.c,v 1.49 2015/08/26 05:41:20 mlelstv Exp $      */
+/*     $NetBSD: tunefs.c,v 1.50 2019/04/12 01:14:37 pgoyette Exp $     */
 
 /*
  * Copyright (c) 1983, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)tunefs.c   8.3 (Berkeley) 5/3/95";
 #else
-__RCSID("$NetBSD: tunefs.c,v 1.49 2015/08/26 05:41:20 mlelstv Exp $");
+__RCSID("$NetBSD: tunefs.c,v 1.50 2019/04/12 01:14:37 pgoyette Exp $");
 #endif
 #endif /* not lint */
 
@@ -352,7 +352,7 @@
                                printf(" group");
                        printf(" enabled\n");
                } else {
-                       printf("disabled\n");
+                       printf(" disabled\n");
                }
                printf("tunefs: no changes made\n");
                exit(0);



Home | Main Index | Thread Index | Old Index