FreeBSD Bugzilla – Attachment 145875 Details for
Bug 192693
LPRng startup script does not use correct paths for required files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use %%PREFIX%%/etc/(filename) in rc script and bump PORTREVISION
lprng-20140815.patch (text/plain), 839 bytes, created by
Adam McDougall
on 2014-08-16 16:13:37 UTC
(
hide
)
Description:
Use %%PREFIX%%/etc/(filename) in rc script and bump PORTREVISION
Filename:
MIME Type:
Creator:
Adam McDougall
Created:
2014-08-16 16:13:37 UTC
Size:
839 bytes
patch
obsolete
>diff -urN sysutils/LPRng.orig/Makefile sysutils/LPRng/Makefile >--- sysutils/LPRng.orig/Makefile 2014-08-14 16:43:48.000000000 -0400 >+++ sysutils/LPRng/Makefile 2014-08-16 12:00:03.223406152 -0400 >@@ -3,7 +3,7 @@ > > PORTNAME= LPRng > PORTVERSION= 3.8.C >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= sysutils print > MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl} >diff -urN sysutils/LPRng.orig/files/lprng.in sysutils/LPRng/files/lprng.in >--- sysutils/LPRng.orig/files/lprng.in 2014-01-23 19:14:07.000000000 -0500 >+++ sysutils/LPRng/files/lprng.in 2014-08-16 11:50:09.942535348 -0400 >@@ -17,7 +17,7 @@ > > command=%%PREFIX%%/sbin/lpd > >-required_files="/etc/printcap %%SYSCONFDIR%%/lpd.conf %%SYSCONFDIR%%/lpd.perms" >+required_files="/etc/printcap %%PREFIX%%/etc/lpd.conf %%PREFIX%%/etc/lpd.perms" > > start_precmd=start_precmd >
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 192693
:
145847
| 145875