Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Make some warning message consistient with others.
details: https://anonhg.NetBSD.org/src/rev/91a5c90da314
branches: trunk
changeset: 480749:91a5c90da314
user: enami <enami%NetBSD.org@localhost>
date: Wed Jan 19 03:52:12 2000 +0000
description:
Make some warning message consistient with others.
diffstat:
etc/rc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f613e46a9994 -r 91a5c90da314 etc/rc
--- a/etc/rc Wed Jan 19 03:33:18 2000 +0000
+++ b/etc/rc Wed Jan 19 03:52:12 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rc,v 1.142 2000/01/07 05:53:21 enami Exp $
+# $NetBSD: rc,v 1.143 2000/01/19 03:52:12 enami Exp $
# originally from: @(#)rc 8.2 (Berkeley) 3/17/94
# System startup script run by init on autoboot
@@ -173,7 +173,7 @@
# Check for no swap, and warn about it unless that is desired.
if ! checkyesno no_swap; then
swapctl -s | grep 'no swap devices configured' > /dev/null && \
- echo "WARNING: no swap space configured!"
+ echo "WARNING: no swap space configured!"
fi
# clean up left-over files
@@ -295,7 +295,7 @@
echo -n ' rpc.bootparamd'; rpc.bootparamd $bootparamd_flags
else
echo
- logger -s "WARNING: /etc/bootparams not found." \
+ logger -s "WARNING: /etc/bootparams not found;" \
"bootparamd not started."
fi
fi
Home |
Main Index |
Thread Index |
Old Index