FreeBSD Bugzilla – Attachment 9112 Details for
Bug 18787
To facilitate the use of LPRng, it would help if lpr didn't re-assert itself
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 870 bytes, created by
dgilbert
on 2000-05-24 04:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dgilbert
Created:
2000-05-24 04:00:01 UTC
Size:
870 bytes
patch
obsolete
>--- etc/defaults/make.conf.orig Tue May 23 22:37:39 2000 >+++ etc/defaults/make.conf Tue May 23 22:37:44 2000 >@@ -44,6 +44,7 @@ > #NO_OPENSSH= true # do not build OpenSSH > #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) > #NO_SENDMAIL= true # do not build sendmail and related programs >+#NO_LPR= true # do not build lpr and related programs > #NO_X= true # do not compile in XWindows support (e.g. doscmd) > #NOCRYPT= true # do not build any crypto code > #NODESCRYPTLINKS=true # do not replace libcrypt -> libscrypt links >--- usr.sbin/Makefile.orig Tue May 23 22:35:33 2000 >+++ usr.sbin/Makefile Tue May 23 22:36:36 2000 >@@ -41,7 +41,6 @@ > kbdmap \ > kernbb \ > keyserv \ >- lpr \ > manctl \ > memcontrol \ > mergemaster \ >@@ -127,6 +126,10 @@ > ndc \ > nslookup \ > nsupdate >+.endif >+ >+.if !defined(NO_LPR) >+SUBDIR+=lpr > .endif > > .if !defined(NO_MAILWRAPPER)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18787
: 9112