From 5a3669f8abc667f4c0e21b79145bd7552e102d14 Mon Sep 17 00:00:00 2001 From: millert <> Date: Sat, 7 Sep 1996 20:45:24 +0000 Subject: [PATCH] typo + comment --- src/etc/rc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 3c7da6b4..daf4b9ca 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.23 1996/09/04 10:25:53 deraadt Exp $ +# $OpenBSD: rc,v 1.24 1996/09/07 20:45:24 millert Exp $ # System startup script run by init on autoboot # or after single-user. @@ -87,7 +87,10 @@ rm -f /var/spool/uucp/STST/* (cd /var/run && { rm -rf -- *; install -c -m 664 -g utmp /dev/null utmp; }) echo -n 'starting rpc daemons:' -if [ X"${portmap}" == X"YES" ]; then + +# $portmap is imported from /etc/netstart; +# if $portmap == YES, the portmapper is started. +if [ X"${portmap}" = X"YES" ]; then echo -n ' portmap'; portmap fi