summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index 8c27d15c799..d06fba3c418 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.172 2001/06/02 03:06:29 miod Exp $
+# $OpenBSD: rc,v 1.173 2001/06/12 06:36:03 fgsch Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -437,8 +437,8 @@ if [ X${rwhod} = X"YES" ]; then
fi
-if [ X${lpd} = X"YES" ]; then
- echo -n ' printer'; lpd
+if [ X${lpd_flags} != X"NO" ]; then
+ echo -n ' printer'; lpd ${lpd_flags}
fi
# $sendmail_flags is imported from /etc/rc.conf;