Browse Source

change printed line from `printer' to `lpd'; deraadt@ ok.

OPENBSD_3_9
fgsch 19 years ago
parent
commit
09857a3e17
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc

+ 2
- 2
src/etc/rc View File

@ -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;


Loading…
Cancel
Save