summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-09-19 15:47:46 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-09-19 15:47:46 +0000
commit6e0f835df4bdbc4565f8225b87531b586b9489f0 (patch)
treebc56d51c64284b31269b4949eb5b48cdf0f38b59
parente7b1237a0aafc47a0e7b6191c765b2fea2862efa (diff)
change printed line from `printer' to `lpd'; deraadt@ ok.
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 2c8bd797e3e..602bdbcc4f5 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.271 2005/07/25 19:18:44 mcbride Exp $
+# $OpenBSD: rc,v 1.272 2005/09/19 15:47:45 fgsch Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -610,7 +610,7 @@ fi
if [ X"${lpd_flags}" != X"NO" ]; then
- echo -n ' printer'; lpd ${lpd_flags}
+ echo -n ' lpd'; lpd ${lpd_flags}
fi
# $sendmail_flags is imported from /etc/rc.conf;