Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Remove comment, since there is no parsing anymore.



details:   https://anonhg.NetBSD.org/src/rev/8d7e743b2b05
branches:  trunk
changeset: 451287:8d7e743b2b05
user:      maxv <maxv%NetBSD.org@localhost>
date:      Mon May 13 18:53:10 2019 +0000

description:
Remove comment, since there is no parsing anymore.

diffstat:

 etc/rc.d/smtoff |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (27 lines):

diff -r aec72ef6fc02 -r 8d7e743b2b05 etc/rc.d/smtoff
--- a/etc/rc.d/smtoff   Mon May 13 17:55:07 2019 +0000
+++ b/etc/rc.d/smtoff   Mon May 13 18:53:10 2019 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: smtoff,v 1.3 2019/05/12 11:55:47 kre Exp $
+# $NetBSD: smtoff,v 1.4 2019/05/13 18:53:10 maxv Exp $
 #
 # Public Domain.
 #
@@ -46,15 +46,6 @@
        done
 }
 
-#
-# The format of the output (without -n) would be:
-#
-#     hw.ncpu = 80
-#
-# so use -n to make life easy
-#
-# Return the value.
-#
 CountCPUs() {
        sysctl -n hw.ncpu
 }



Home | Main Index | Thread Index | Old Index