diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-09-19 15:47:46 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-09-19 15:47:46 +0000 |
commit | 6e0f835df4bdbc4565f8225b87531b586b9489f0 (patch) | |
tree | bc56d51c64284b31269b4949eb5b48cdf0f38b59 | |
parent | e7b1237a0aafc47a0e7b6191c765b2fea2862efa (diff) |
change printed line from `printer' to `lpd'; deraadt@ ok.
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |