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/23222e71c4c5
branches: trunk
changeset: 456548:23222e71c4c5
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 2f4a66644a43 -r 23222e71c4c5 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