This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
enclose X${lpd_flags} in quotation marks, as it could carry more than
one argument. OK miod@, millert@, henning@, markus@, fries@, tdeval@
OPENBSD_3_3
sturm
22 years ago
parent
a46fc0fae1
commit
494f035f11
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/etc/rc
+ 2
- 2
src/etc/rc
View File
@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.22
2 2003/03/10 01:05:28 deraadt
Exp $
# $OpenBSD: rc,v 1.22
3 2003/03/20 16:04:37 sturm
Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -485,7 +485,7 @@ if [ X${rwhod} = X"YES" ]; then
fi
if [ X${lpd_flags} != X"NO" ]; then
if [
"
X${lpd_flags}
"
!= X"NO" ]; then
echo -n ' printer'; lpd ${lpd_flags}
fi
Write
Preview
Loading…
Cancel
Save